close <Project> tag in generated vcxproj files
(VS2010 support still incomplete)
See issue #5199 for more details.

svn path=/trunk/; revision=47241
This commit is contained in:
Christoph von Wittich 2010-05-16 13:33:52 +00:00
parent 110f06f6c0
commit f01aef274d

View file

@ -261,7 +261,7 @@ VCXProjMaker::_generate_proj_file ( const Module& module )
fprintf ( OUT, "\t\t<Keyword>%s</Keyword>\r\n", "Win32Proj" ); //FIXME: Win32Proj???
fprintf ( OUT, "\t\t<RootNamespace>%s</RootNamespace>\r\n", module.name.c_str() ); //FIXME: shouldn't this be the soltion name?
fprintf ( OUT, "\t</PropertyGroup>\r\n" );
fprintf ( OUT, "</Project>" );
}