DEVTOOLS: Bugfix for CREATE_PROJECT creating duplicate tag in Visual Studio projects
This commit is contained in:
parent
cfd8cfe7cf
commit
3758dcbbcc
1 changed files with 1 additions and 2 deletions
|
@ -223,8 +223,7 @@ void VisualStudioProvider::outputGlobalPropFile(std::ofstream &properties, int b
|
|||
properties << "\t\tRuntimeTypeInfo=\"false\"\n";
|
||||
#endif
|
||||
|
||||
properties << "\t\tRuntimeTypeInfo=\"false\"\n"
|
||||
"\t\tWarningLevel=\"4\"\n"
|
||||
properties << "\t\tWarningLevel=\"4\"\n"
|
||||
"\t\tWarnAsError=\"false\"\n"
|
||||
"\t\tCompileAs=\"0\"\n"
|
||||
"\t\t/>\n"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue