From e70362a46ee085e003ef06d12b121928f2507bbc Mon Sep 17 00:00:00 2001 From: UnknownShadow200 Date: Wed, 24 Jun 2020 22:17:15 +1000 Subject: [PATCH] Fix vcxproj defaulting to XP compatible toolset for 64 bit --- src/ClassiCube.vcxproj | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/ClassiCube.vcxproj b/src/ClassiCube.vcxproj index 87062f313..5f706b873 100644 --- a/src/ClassiCube.vcxproj +++ b/src/ClassiCube.vcxproj @@ -41,13 +41,13 @@ Application true - v140_xp + v140 Unicode Application false - v140_xp + v140 true Unicode