BUG: fix for 7519 extra closing > in fortran projects

This commit is contained in:
Bill Hoffman 2008-09-03 16:22:55 -04:00
parent 4b58312502
commit d8837b92ba

View File

@ -1788,7 +1788,7 @@ cmLocalVisualStudio7Generator
} }
if(projectType) if(projectType)
{ {
fout << "\tProjectType=\"" << projectType << "\">\n"; fout << "\tProjectType=\"" << projectType << "\"\n";
} }
fout<< "\tKeyword=\"" << keyword << "\">\n" fout<< "\tKeyword=\"" << keyword << "\">\n"
<< "\tProjectGUID=\"{" << gg->GetGUID(libName) << "}\">\n" << "\tProjectGUID=\"{" << gg->GetGUID(libName) << "}\">\n"