mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 04:13:34 +00:00
[RBUILD]
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:
@@ -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>" );
|
||||
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user