diff options
author | Rob Smith <robs@microsoft.com> | 2015-07-20 15:12:33 -0700 |
---|---|---|
committer | Rob Smith <robs@microsoft.com> | 2015-07-20 15:12:33 -0700 |
commit | 17d355a913321b3407ea3573abee58a3aab41cea (patch) | |
tree | 662b20cb07120a361b2ac886163bf7d06e9dfb59 /QMTest | |
parent | 0bf657cdd45b0502b3a7bf8eee924764ccb9aa10 (diff) | |
download | scons-17d355a913321b3407ea3573abee58a3aab41cea.tar.gz |
Add VS14 support to the solution generation code and fix the solution version number (12.0)
Diffstat (limited to 'QMTest')
-rw-r--r-- | QMTest/TestSConsMSVS.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/QMTest/TestSConsMSVS.py b/QMTest/TestSConsMSVS.py index 50a7956d..65a09ebd 100644 --- a/QMTest/TestSConsMSVS.py +++ b/QMTest/TestSConsMSVS.py @@ -515,7 +515,7 @@ EndGlobal """ expected_slnfile_14_0 = """\ -Microsoft Visual Studio Solution File, Format Version 14.00 +Microsoft Visual Studio Solution File, Format Version 12.00 # Visual Studio 14 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Test.vcxproj", "Test.vcxproj", "{39A97E1F-1A52-8954-A0B1-A10A8487545E}" EndProject |