From 9e581043ac7329675ad7186039d75d3de07fce65 Mon Sep 17 00:00:00 2001 From: Nikita Nemkin Date: Sun, 9 Mar 2025 01:29:06 +0500 Subject: VS: Fix incorrect XML in Fortran projects This change has no impact because the incorrect XML is technically valid and the Fortran VS extension ignores the ProjectGUID attribute anyway. Fixes: #11437 --- Source/cmLocalVisualStudio7Generator.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/cmLocalVisualStudio7Generator.cxx b/Source/cmLocalVisualStudio7Generator.cxx index ae98399..aa28c86 100644 --- a/Source/cmLocalVisualStudio7Generator.cxx +++ b/Source/cmLocalVisualStudio7Generator.cxx @@ -2043,7 +2043,7 @@ void cmLocalVisualStudio7Generator::WriteProjectStartFortran( } this->WriteProjectSCC(fout, target); /* clang-format off */ - fout<< "\tKeyword=\"" << keyword << "\">\n" + fout<< "\tKeyword=\"" << keyword << "\"\n" "\tProjectGUID=\"{" << gg->GetGUID(libName) << "}\">\n" "\t\n" "\t\tGetPlatformName() << "\"/>\n" -- cgit v0.12