[svn-r15094] Purpose: Cleanup Windows project files-- standardize program debug information

Description:
In our debug project configurations, many of the projects were generating debug information for "Program Database and Edit & Continue".  Other projects were using different settings, or none at all. We standardize to use "Program Database" setting, because it generates much smaller .obj files and cuts out unnecessary debug information.

This is another project cleanup and enhancement from user suggestions outlined in bug #1164

Tested:
VS2005 on WinXP
VS.NET on WinXP
This commit is contained in:
Scott Wegner
2008-05-29 13:53:31 -05:00
parent 15024258cb
commit 735967fb12
461 changed files with 466 additions and 466 deletions

View File

@@ -243,7 +243,7 @@
ProgramDataBaseFileName=".\../../../../c++/test/testhdf5_cpp/Debug/"
WarningLevel="3"
SuppressStartupBanner="true"
DebugInformationFormat="4"
DebugInformationFormat="3"
CompileAs="0"
/>
<Tool