Procházet zdrojové kódy

Fixed toolset setting

yhirose před 7 roky
rodič
revize
7d6df0c651
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      test/test.vcxproj

+ 1 - 1
test/test.vcxproj

@@ -34,7 +34,7 @@
   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
     <ConfigurationType>Application</ConfigurationType>
     <UseDebugLibraries>true</UseDebugLibraries>
-    <PlatformToolset>v140</PlatformToolset>
+    <PlatformToolset>v141</PlatformToolset>
     <CharacterSet>Unicode</CharacterSet>
   </PropertyGroup>
   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">