summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSteven Knight <knight@baldmt.com>2009-01-21 18:45:02 (GMT)
committerSteven Knight <knight@baldmt.com>2009-01-21 18:45:02 (GMT)
commit6bf79804a81d6b39c378bbad55b580827398492d (patch)
treec47332aed96c2083f339e628af7ba9232e77a496
parent822db5957c0664cd8fed18bd2de4128ccc1d59e2 (diff)
downloadSCons-6bf79804a81d6b39c378bbad55b580827398492d.zip
SCons-6bf79804a81d6b39c378bbad55b580827398492d.tar.gz
SCons-6bf79804a81d6b39c378bbad55b580827398492d.tar.bz2
Update the GUID of the generated project file.
-rw-r--r--test/MSVS/vs-8.0-variant_dir.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/MSVS/vs-8.0-variant_dir.py b/test/MSVS/vs-8.0-variant_dir.py
index 35f89fd..6176981 100644
--- a/test/MSVS/vs-8.0-variant_dir.py
+++ b/test/MSVS/vs-8.0-variant_dir.py
@@ -59,7 +59,7 @@ expect = test.msvs_substitute(expected_vcprojfile,
'8.0',
None,
'SConstruct',
- project_guid="{FC63FE9E-71B3-06CC-11AF-2077D8108DFE}")
+ project_guid="{25F6CE89-8E22-2910-8B6E-FFE6DC1E2792}")
# don't compare the pickled data
assert vcproj[:len(expect)] == expect, test.diff_substr(expect, vcproj)