Use the XP-compatible msvc runtime

This commit is contained in:
Thomas Goyne 2012-11-30 11:55:29 -08:00
parent 66becbab16
commit 5b31f10d0b
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@
<UseDebugLibraries Condition="'$(Configuration)'=='Release'" >false</UseDebugLibraries>
<WholeProgramOptimization Condition="'$(Configuration)'=='Release'" >true</WholeProgramOptimization>
<CharacterSet >Unicode</CharacterSet>
<PlatformToolset >v110</PlatformToolset>
<PlatformToolset >v110_xp</PlatformToolset>
</PropertyGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />