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:
parent
d407dcdbc8
commit
750fcaa858
|
@ -48,7 +48,7 @@ void cmGlobalVisualStudio8Generator
|
||||||
::GetDocumentation(cmDocumentationEntry& entry) const
|
::GetDocumentation(cmDocumentationEntry& entry) const
|
||||||
{
|
{
|
||||||
entry.Name = this->GetName();
|
entry.Name = this->GetName();
|
||||||
entry.Brief = "Generates Visual Studio .NET 2005 project files.";
|
entry.Brief = "Generates Visual Studio 8 2005 project files.";
|
||||||
entry.Full = "";
|
entry.Full = "";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -27,7 +27,7 @@ void cmGlobalVisualStudio8Win64Generator
|
||||||
::GetDocumentation(cmDocumentationEntry& entry) const
|
::GetDocumentation(cmDocumentationEntry& entry) const
|
||||||
{
|
{
|
||||||
entry.Name = this->GetName();
|
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 = "";
|
entry.Full = "";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue