diff options
author | Bill Hoffman <bill.hoffman@kitware.com> | 2003-02-18 21:24:18 (GMT) |
---|---|---|
committer | Bill Hoffman <bill.hoffman@kitware.com> | 2003-02-18 21:24:18 (GMT) |
commit | 0c26d2f4e59c35fd84774c410fd161264e6ff3d7 (patch) | |
tree | bc256987e3c7198114e121bea4d8ff44a19829e2 /Source/cmGlobalVisualStudio7Generator.cxx | |
parent | 1c3680410b307e8dd1e67619504448140d1c2059 (diff) | |
download | CMake-0c26d2f4e59c35fd84774c410fd161264e6ff3d7.zip CMake-0c26d2f4e59c35fd84774c410fd161264e6ff3d7.tar.gz CMake-0c26d2f4e59c35fd84774c410fd161264e6ff3d7.tar.bz2 |
ENH: fix for vs 7 beta1
Diffstat (limited to 'Source/cmGlobalVisualStudio7Generator.cxx')
-rw-r--r-- | Source/cmGlobalVisualStudio7Generator.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmGlobalVisualStudio7Generator.cxx b/Source/cmGlobalVisualStudio7Generator.cxx index f7a0a45..0180f14 100644 --- a/Source/cmGlobalVisualStudio7Generator.cxx +++ b/Source/cmGlobalVisualStudio7Generator.cxx @@ -442,7 +442,7 @@ void cmGlobalVisualStudio7Generator::WriteProject(std::ostream& fout, const cmTarget&) { std::string d = cmSystemTools::ConvertToOutputPath(dir); - fout << "Project(\"{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}\" = \"" + fout << "Project(\"{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}\") = \"" << dspname << "\", \"" << d << "\\" << dspname << ".vcproj\", \"{" << this->CreateGUID(dspname) << "}\"\nEndProject\n"; |