Move to VS2017

VS2017 community is the most widely used, so depricate VS2013 and move
to VS2017.
This commit is contained in:
Hwang
2018-04-28 14:39:48 -07:00
parent 40f5a89f05
commit 4a5107dcfd

View File

@@ -21,7 +21,7 @@ echo Preparing 'IntroductionToVulkan' solution...
mkdir build
cd build
cmake.exe .. -DUSE_PLATFORM=VK_USE_PLATFORM_WIN32_KHR -G "Visual Studio 12 2013 Win64"
cmake.exe .. -DUSE_PLATFORM=VK_USE_PLATFORM_WIN32_KHR -G "Visual Studio 15 2017 Win64"
start "" "IntroductionToVulkan.sln"