From 4a5107dcfd4678d55543bfbaff11b4f71c998237 Mon Sep 17 00:00:00 2001 From: Hwang Date: Sat, 28 Apr 2018 14:39:48 -0700 Subject: [PATCH] Move to VS2017 VS2017 community is the most widely used, so depricate VS2013 and move to VS2017. --- Project/build.bat | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Project/build.bat b/Project/build.bat index 4faee44..8dde2be 100644 --- a/Project/build.bat +++ b/Project/build.bat @@ -21,8 +21,8 @@ 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" -cd .. \ No newline at end of file +cd ..