瀏覽代碼

Fixed toolset setting of test/test.vcxproj

yhirose 7 年之前
父節點
當前提交
a0f50911e1
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      test/test.vcxproj

+ 1 - 1
test/test.vcxproj

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