mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-17 12:11:36 -06:00
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:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user