Omit toolset _xp suffix if using VS older than 2012

This commit is contained in:
Julio C. Rocha 2015-11-23 17:08:44 -08:00
parent 6977f311de
commit f8b260c2f1
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>$(DefaultPlatformToolset)_xp</PlatformToolset>
<PlatformToolset Condition="'$(DefaultPlatformToolset)'!=''">$(DefaultPlatformToolset)_xp</PlatformToolset>
</PropertyGroup>
<ImportGroup Label="PropertySheets">