summaryrefslogtreecommitdiffstats
path: root/QMTest
diff options
context:
space:
mode:
authorDan Pidcock <dpidcock@easyscreen.com>2014-10-15 13:43:38 (GMT)
committerDan Pidcock <dpidcock@easyscreen.com>2014-10-15 13:43:38 (GMT)
commitc11c5c59c13727c429df1941a5c9574617e1546f (patch)
tree6d9ebf2f0739874f535cc716de448d44d7476c3d /QMTest
parente702acbc201264b28825b600f41c2c351149680a (diff)
downloadSCons-c11c5c59c13727c429df1941a5c9574617e1546f.zip
SCons-c11c5c59c13727c429df1941a5c9574617e1546f.tar.gz
SCons-c11c5c59c13727c429df1941a5c9574617e1546f.tar.bz2
Issue 2978: Update tests for toolset support in VS project files
Diffstat (limited to 'QMTest')
-rw-r--r--QMTest/TestSConsMSVS.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/QMTest/TestSConsMSVS.py b/QMTest/TestSConsMSVS.py
index c78b452..540d24d 100644
--- a/QMTest/TestSConsMSVS.py
+++ b/QMTest/TestSConsMSVS.py
@@ -709,6 +709,7 @@ expected_vcprojfile_10_0 = """\
\t<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
\t\t<ConfigurationType>Makefile</ConfigurationType>
\t\t<UseOfMfc>false</UseOfMfc>
+\t\t<PlatformToolset>v100</PlatformToolset>
\t</PropertyGroup>
\t<Import Project="$(VCTargetsPath)\\Microsoft.Cpp.props" />
\t<ImportGroup Label="ExtensionSettings">
@@ -773,6 +774,7 @@ expected_vcprojfile_11_0 = """\
\t<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
\t\t<ConfigurationType>Makefile</ConfigurationType>
\t\t<UseOfMfc>false</UseOfMfc>
+\t\t<PlatformToolset>v110</PlatformToolset>
\t</PropertyGroup>
\t<Import Project="$(VCTargetsPath)\\Microsoft.Cpp.props" />
\t<ImportGroup Label="ExtensionSettings">