|
@@ -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"
|