VS8: Remove '.NET' from generator description (#10158)

The product name does not include '.NET'.  Use '8' instead to be
consistent with the existing description of the '9' (2008) generator.
This commit is contained in:
Brad King 2012-09-19 12:08:17 -04:00
parent d407dcdbc8
commit 750fcaa858
2 changed files with 2 additions and 2 deletions

View File

@ -48,7 +48,7 @@ void cmGlobalVisualStudio8Generator
::GetDocumentation(cmDocumentationEntry& entry) const
{
entry.Name = this->GetName();
entry.Brief = "Generates Visual Studio .NET 2005 project files.";
entry.Brief = "Generates Visual Studio 8 2005 project files.";
entry.Full = "";
}

View File

@ -27,7 +27,7 @@ void cmGlobalVisualStudio8Win64Generator
::GetDocumentation(cmDocumentationEntry& entry) const
{
entry.Name = this->GetName();
entry.Brief = "Generates Visual Studio .NET 2005 Win64 project files.";
entry.Brief = "Generates Visual Studio 8 2005 Win64 project files.";
entry.Full = "";
}