Don't hard code Platform Toolset

This commit is contained in:
toehead2001 2015-11-12 21:21:29 -07:00
parent 53aa2faf3b
commit 815418c4e9
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
<Project DefaultTargets="Build" ToolsVersion="12.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup Label="Configuration">
<PlatformToolset>v140_xp</PlatformToolset>
<PlatformToolset>$(DefaultPlatformToolset)_xp</PlatformToolset>
</PropertyGroup>
<ImportGroup Label="PropertySheets">