diff options
author | Rob Smith <robs@microsoft.com> | 2015-07-20 22:12:33 (GMT) |
---|---|---|
committer | Rob Smith <robs@microsoft.com> | 2015-07-20 22:12:33 (GMT) |
commit | 5ffbfecaf01bceed3263b2cd5829e4a5b8424ac6 (patch) | |
tree | 662b20cb07120a361b2ac886163bf7d06e9dfb59 /QMTest/TestSConsMSVS.py | |
parent | a4c8f18b9199cbffd7040ec64dcfd6a95eb20d53 (diff) | |
download | SCons-5ffbfecaf01bceed3263b2cd5829e4a5b8424ac6.zip SCons-5ffbfecaf01bceed3263b2cd5829e4a5b8424ac6.tar.gz SCons-5ffbfecaf01bceed3263b2cd5829e4a5b8424ac6.tar.bz2 |
Add VS14 support to the solution generation code and fix the solution version number (12.0)
Diffstat (limited to 'QMTest/TestSConsMSVS.py')
-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 50a7956..65a09eb 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 |