cmGlobalVisualStudio7Generator: Update outdated comment

This commit is contained in:
Brad King
2025-08-29 11:23:43 -04:00
parent 2297ba9399
commit 5582eb292e
2 changed files with 2 additions and 2 deletions

View File

@@ -299,7 +299,7 @@ void cmGlobalVisualStudio7Generator::Generate()
// first do the superclass method
this->cmGlobalVisualStudioGenerator::Generate();
// Now write out the DSW
// Now write out the VS Solution file.
this->OutputSLNFile();
// If any solution or project files changed during the generation,
// tell Visual Studio to reload them...

View File

@@ -83,7 +83,7 @@ public:
std::vector<std::string>()) override;
/**
* Generate the DSW workspace file.
* Generate the VS Solution file.
*/
virtual void OutputSLNFile();