Update VS toolset to match VS 2013

This commit is contained in:
bwatters-r7 2018-10-02 17:00:43 -05:00
parent 428d368444
commit 19a5c89b9d
1 changed files with 1 additions and 1 deletions

View File

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