From 00949686c2b98cefd4f1836cc375c9fd6043793b Mon Sep 17 00:00:00 2001 From: JarnoVgr Date: Fri, 2 Oct 2015 14:04:42 +0200 Subject: [PATCH] Improved support for VS version selector Version selector defaulted to VS2013 (12.0) instead of VS2015 (14.0). --- projects/openrct2.sln | 4 ++-- projects/openrct2.vcxproj | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/projects/openrct2.sln b/projects/openrct2.sln index 67248e41b4..500b31b2fe 100644 --- a/projects/openrct2.sln +++ b/projects/openrct2.sln @@ -1,7 +1,7 @@  Microsoft Visual Studio Solution File, Format Version 12.00 -# Visual Studio 2013 -VisualStudioVersion = 12.0.31101.0 +# Visual Studio 2015 +VisualStudioVersion = 14.0.23107.0 MinimumVisualStudioVersion = 10.0.40219.1 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "openrct2", "openrct2.vcxproj", "{D24D94F6-2A74-480C-B512-629C306CE92F}" ProjectSection(ProjectDependencies) = postProject diff --git a/projects/openrct2.vcxproj b/projects/openrct2.vcxproj index 68fe45712f..001832c924 100644 --- a/projects/openrct2.vcxproj +++ b/projects/openrct2.vcxproj @@ -1,5 +1,5 @@  - +