Merge pull request #1124 from mstorsjo/consistent-debug-options

Set DebugInformationFormat consistently in all projects
This commit is contained in:
huili2
2014-07-09 17:25:58 +08:00
3 changed files with 6 additions and 4 deletions

View File

@@ -222,7 +222,7 @@
RuntimeLibrary="0"
EnableFunctionLevelLinking="false"
WarningLevel="3"
DebugInformationFormat="0"
DebugInformationFormat="3"
/>
<Tool
Name="VCManagedResourceCompilerTool"
@@ -310,7 +310,7 @@
RuntimeLibrary="0"
EnableFunctionLevelLinking="false"
WarningLevel="3"
DebugInformationFormat="0"
DebugInformationFormat="3"
/>
<Tool
Name="VCManagedResourceCompilerTool"