1
0
mirror of synced 2025-04-26 14:28:51 +03:00

Fixed toolset setting of test/test.vcxproj

This commit is contained in:
yhirose 2018-04-06 16:09:41 -04:00
parent 4e391fdae6
commit a0f50911e1

View File

@ -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>