Merge pull request #753 from toehead2001/dynamic-toolset

Don't hardcode PlatformToolset
This commit is contained in:
zilmar 2015-11-13 15:39:36 +11:00
commit d3f5342a17
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">