HelloD3D12
HelloD3D12 copied to clipboard
Add support for Visual Studio 2019
Current premake5.lua script and supplied premake5 binary don't allow user to generate Visual Studio 2019 solution.
Following PR introduces following changes:
- Updated premake5 to version premake-5.0.0-alpha15
- Updated premake5.lua script to replace deprecated constructs with new ones
- Updated Readme to advise usage of Visual Studio 2019 instead of 2015.