diff options
author | Steven Knight <knight@baldmt.com> | 2009-01-21 18:45:02 (GMT) |
---|---|---|
committer | Steven Knight <knight@baldmt.com> | 2009-01-21 18:45:02 (GMT) |
commit | 6bf79804a81d6b39c378bbad55b580827398492d (patch) | |
tree | c47332aed96c2083f339e628af7ba9232e77a496 /test/MSVS/vs-8.0-variant_dir.py | |
parent | 822db5957c0664cd8fed18bd2de4128ccc1d59e2 (diff) | |
download | SCons-6bf79804a81d6b39c378bbad55b580827398492d.zip SCons-6bf79804a81d6b39c378bbad55b580827398492d.tar.gz SCons-6bf79804a81d6b39c378bbad55b580827398492d.tar.bz2 |
Update the GUID of the generated project file.
Diffstat (limited to 'test/MSVS/vs-8.0-variant_dir.py')
-rw-r--r-- | test/MSVS/vs-8.0-variant_dir.py | 2 |
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) |