mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 22:05:49 +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:
parent
110f06f6c0
commit
f01aef274d
1 changed files with 1 additions and 1 deletions
|
@ -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>" );
|
||||
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue