summaryrefslogtreecommitdiffstats
path: root/Source/cmGlobalVisualStudio10Generator.cxx
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2009-10-22 14:22:16 (GMT)
committerBrad King <brad.king@kitware.com>2009-10-22 14:22:16 (GMT)
commit4f96af44f6cf9cb2e49e10cfcff3651a9adeb37e (patch)
treefac60dff9c90a5bea3122012b8e28d15b864ef71 /Source/cmGlobalVisualStudio10Generator.cxx
parent0f0b726f500a4b4b39d5abe79fa490eb5f0939dc (diff)
downloadCMake-4f96af44f6cf9cb2e49e10cfcff3651a9adeb37e.zip
CMake-4f96af44f6cf9cb2e49e10cfcff3651a9adeb37e.tar.gz
CMake-4f96af44f6cf9cb2e49e10cfcff3651a9adeb37e.tar.bz2
Fix VS 10 .sln files for Windows Explorer
This commit fixes generated .sln files so they open VS 2010 correctly when double-clicked in Windows Explorer. See issue #9758.
Diffstat (limited to 'Source/cmGlobalVisualStudio10Generator.cxx')
-rw-r--r--Source/cmGlobalVisualStudio10Generator.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmGlobalVisualStudio10Generator.cxx b/Source/cmGlobalVisualStudio10Generator.cxx
index d909742..abe66a8 100644
--- a/Source/cmGlobalVisualStudio10Generator.cxx
+++ b/Source/cmGlobalVisualStudio10Generator.cxx
@@ -31,7 +31,7 @@ void cmGlobalVisualStudio10Generator::AddPlatformDefinitions(cmMakefile* mf)
void cmGlobalVisualStudio10Generator::WriteSLNHeader(std::ostream& fout)
{
fout << "Microsoft Visual Studio Solution File, Format Version 11.00\n";
- fout << "# Visual Studio 10\n";
+ fout << "# Visual Studio 2010\n";
}
///! Create a local generator appropriate to this Global Generator