HelloD3D12 icon indicating copy to clipboard operation
HelloD3D12 copied to clipboard

Add support for Visual Studio 2019

Open Sand3r- opened this issue 5 years ago • 0 comments

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.

Sand3r- avatar Aug 11 '20 16:08 Sand3r-