diff options
author | Dan Pidcock <dpidcock@easyscreen.com> | 2014-10-15 14:43:38 +0100 |
---|---|---|
committer | Dan Pidcock <dpidcock@easyscreen.com> | 2014-10-15 14:43:38 +0100 |
commit | 437068b7883dd3dd00d65d2be3fd83ae7adf0ccd (patch) | |
tree | 6d9ebf2f0739874f535cc716de448d44d7476c3d /QMTest | |
parent | e547daba20481b84b472ce587be4ac2f8e1b1993 (diff) | |
download | scons-437068b7883dd3dd00d65d2be3fd83ae7adf0ccd.tar.gz |
Issue 2978: Update tests for toolset support in VS project files
Diffstat (limited to 'QMTest')
-rw-r--r-- | QMTest/TestSConsMSVS.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/QMTest/TestSConsMSVS.py b/QMTest/TestSConsMSVS.py index c78b4523..540d24d7 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"> |