Merge topic 'vs-sln-version-16' into release-3.17

b69010b719 VS: Fix .sln support for VS Version Selector with VS 2019

Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !4844
This commit is contained in:
Brad King
2020-06-03 10:03:37 +00:00
committed by Kitware Robot

View File

@@ -167,7 +167,7 @@ void cmGlobalVisualStudioGenerator::WriteSLNHeader(std::ostream& fout)
if (this->ExpressEdition) {
fout << "# Visual Studio Express 16 for Windows Desktop\n";
} else {
fout << "# Visual Studio 16\n";
fout << "# Visual Studio Version 16\n";
}
break;
}