diff options
author | Scott Wegner <swegner@hdfgroup.org> | 2008-05-29 18:53:31 (GMT) |
---|---|---|
committer | Scott Wegner <swegner@hdfgroup.org> | 2008-05-29 18:53:31 (GMT) |
commit | 735967fb125e46772c86ddcfad232f0b242f922a (patch) | |
tree | a53c6f835ef03990920e900feffba9eeca9dfab4 /windows/examples | |
parent | 15024258cba9a3fd4eb2aa37e116467776a5e5b7 (diff) | |
download | hdf5-735967fb125e46772c86ddcfad232f0b242f922a.zip hdf5-735967fb125e46772c86ddcfad232f0b242f922a.tar.gz hdf5-735967fb125e46772c86ddcfad232f0b242f922a.tar.bz2 |
[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
Diffstat (limited to 'windows/examples')
18 files changed, 18 insertions, 18 deletions
diff --git a/windows/examples/attributetest/attributetest.vcproj b/windows/examples/attributetest/attributetest.vcproj index 79374ed..ca0aaec 100644 --- a/windows/examples/attributetest/attributetest.vcproj +++ b/windows/examples/attributetest/attributetest.vcproj @@ -56,7 +56,7 @@ ProgramDataBaseFileName=".\../../../examples/attributest/Debug/"
WarningLevel="3"
SuppressStartupBanner="true"
- DebugInformationFormat="4"
+ DebugInformationFormat="3"
CompileAs="0"
/>
<Tool
diff --git a/windows/examples/attributetestdll/attributetestdll.vcproj b/windows/examples/attributetestdll/attributetestdll.vcproj index 2bfd327..ea0a36d 100644 --- a/windows/examples/attributetestdll/attributetestdll.vcproj +++ b/windows/examples/attributetestdll/attributetestdll.vcproj @@ -57,7 +57,7 @@ ProgramDataBaseFileName=".\../../../examples/attributetestdll/Debug/"
WarningLevel="3"
SuppressStartupBanner="true"
- DebugInformationFormat="4"
+ DebugInformationFormat="3"
CompileAs="0"
/>
<Tool
diff --git a/windows/examples/chunkread/chunkread.vcproj b/windows/examples/chunkread/chunkread.vcproj index eddc20d..73c2fdb 100644 --- a/windows/examples/chunkread/chunkread.vcproj +++ b/windows/examples/chunkread/chunkread.vcproj @@ -241,7 +241,7 @@ ProgramDataBaseFileName=".\../../../examples/chunkread/Debug/"
WarningLevel="3"
SuppressStartupBanner="true"
- DebugInformationFormat="4"
+ DebugInformationFormat="3"
CompileAs="0"
/>
<Tool
diff --git a/windows/examples/chunkreaddll/chunkreaddll.vcproj b/windows/examples/chunkreaddll/chunkreaddll.vcproj index 68ff520..c6c1b52 100644 --- a/windows/examples/chunkreaddll/chunkreaddll.vcproj +++ b/windows/examples/chunkreaddll/chunkreaddll.vcproj @@ -242,7 +242,7 @@ ProgramDataBaseFileName=".\../../../examples/chunkreaddll/Debug/"
WarningLevel="3"
SuppressStartupBanner="true"
- DebugInformationFormat="4"
+ DebugInformationFormat="3"
CompileAs="0"
/>
<Tool
diff --git a/windows/examples/compoundtest/compoundtest.vcproj b/windows/examples/compoundtest/compoundtest.vcproj index 9e0f653..9a64ed7 100644 --- a/windows/examples/compoundtest/compoundtest.vcproj +++ b/windows/examples/compoundtest/compoundtest.vcproj @@ -241,7 +241,7 @@ ProgramDataBaseFileName=".\../../../examples/compoundtest/Debug/"
WarningLevel="3"
SuppressStartupBanner="true"
- DebugInformationFormat="4"
+ DebugInformationFormat="3"
CompileAs="0"
/>
<Tool
diff --git a/windows/examples/compoundtestdll/compoundtestdll.vcproj b/windows/examples/compoundtestdll/compoundtestdll.vcproj index ea490b9..98e3d50 100644 --- a/windows/examples/compoundtestdll/compoundtestdll.vcproj +++ b/windows/examples/compoundtestdll/compoundtestdll.vcproj @@ -242,7 +242,7 @@ ProgramDataBaseFileName=".\../../../examples/compoundtestdll/Debug/"
WarningLevel="3"
SuppressStartupBanner="true"
- DebugInformationFormat="4"
+ DebugInformationFormat="3"
CompileAs="0"
/>
<Tool
diff --git a/windows/examples/extendwritetest/extendwritetest.vcproj b/windows/examples/extendwritetest/extendwritetest.vcproj index 9e8fd1f..498ef97 100644 --- a/windows/examples/extendwritetest/extendwritetest.vcproj +++ b/windows/examples/extendwritetest/extendwritetest.vcproj @@ -56,7 +56,7 @@ ProgramDataBaseFileName=".\../../../examples/extendwritetest/Debug/"
WarningLevel="3"
SuppressStartupBanner="true"
- DebugInformationFormat="4"
+ DebugInformationFormat="3"
CompileAs="0"
/>
<Tool
diff --git a/windows/examples/extendwritetestdll/extendwritetestdll.vcproj b/windows/examples/extendwritetestdll/extendwritetestdll.vcproj index b5c9d34..6f2019b 100644 --- a/windows/examples/extendwritetestdll/extendwritetestdll.vcproj +++ b/windows/examples/extendwritetestdll/extendwritetestdll.vcproj @@ -242,7 +242,7 @@ ProgramDataBaseFileName=".\../../../examples/extendwritetestdll/Debug/"
WarningLevel="3"
SuppressStartupBanner="true"
- DebugInformationFormat="4"
+ DebugInformationFormat="3"
CompileAs="0"
/>
<Tool
diff --git a/windows/examples/grouptest/grouptest.vcproj b/windows/examples/grouptest/grouptest.vcproj index 3213ca8..24d5926 100644 --- a/windows/examples/grouptest/grouptest.vcproj +++ b/windows/examples/grouptest/grouptest.vcproj @@ -56,7 +56,7 @@ ProgramDataBaseFileName=".\../../../examples/grouptest/Debug/"
WarningLevel="3"
SuppressStartupBanner="true"
- DebugInformationFormat="4"
+ DebugInformationFormat="3"
CompileAs="0"
/>
<Tool
diff --git a/windows/examples/grouptestdll/grouptestdll.vcproj b/windows/examples/grouptestdll/grouptestdll.vcproj index fa9f5a8..e2edd07 100644 --- a/windows/examples/grouptestdll/grouptestdll.vcproj +++ b/windows/examples/grouptestdll/grouptestdll.vcproj @@ -57,7 +57,7 @@ ProgramDataBaseFileName=".\../../../examples/grouptestdll/Debug/"
WarningLevel="3"
SuppressStartupBanner="true"
- DebugInformationFormat="4"
+ DebugInformationFormat="3"
CompileAs="0"
/>
<Tool
diff --git a/windows/examples/intermgrouptest/intermgrouptest.vcproj b/windows/examples/intermgrouptest/intermgrouptest.vcproj index 46188db..a7db68e 100644 --- a/windows/examples/intermgrouptest/intermgrouptest.vcproj +++ b/windows/examples/intermgrouptest/intermgrouptest.vcproj @@ -57,7 +57,7 @@ ProgramDataBaseFileName=".\../../../examples/intermgrouptest/Debug/"
WarningLevel="3"
SuppressStartupBanner="true"
- DebugInformationFormat="4"
+ DebugInformationFormat="3"
CompileAs="0"
/>
<Tool
diff --git a/windows/examples/intermgrouptestdll/intermgrouptestdll.vcproj b/windows/examples/intermgrouptestdll/intermgrouptestdll.vcproj index 8efda7f..14e3855 100644 --- a/windows/examples/intermgrouptestdll/intermgrouptestdll.vcproj +++ b/windows/examples/intermgrouptestdll/intermgrouptestdll.vcproj @@ -57,7 +57,7 @@ ProgramDataBaseFileName=".\../../../examples/intermgrouptestdll/Debug/"
WarningLevel="3"
SuppressStartupBanner="true"
- DebugInformationFormat="4"
+ DebugInformationFormat="3"
CompileAs="0"
/>
<Tool
diff --git a/windows/examples/readtest/readtest.vcproj b/windows/examples/readtest/readtest.vcproj index de06d89..e25becd 100644 --- a/windows/examples/readtest/readtest.vcproj +++ b/windows/examples/readtest/readtest.vcproj @@ -56,7 +56,7 @@ ProgramDataBaseFileName=".\../../../examples/readtest/Debug/"
WarningLevel="3"
SuppressStartupBanner="true"
- DebugInformationFormat="4"
+ DebugInformationFormat="3"
CompileAs="0"
/>
<Tool
diff --git a/windows/examples/readtestdll/readtestdll.vcproj b/windows/examples/readtestdll/readtestdll.vcproj index 42bcf90..2328206 100644 --- a/windows/examples/readtestdll/readtestdll.vcproj +++ b/windows/examples/readtestdll/readtestdll.vcproj @@ -242,7 +242,7 @@ ProgramDataBaseFileName=".\../../../examples/readtestdll/Debug/"
WarningLevel="3"
SuppressStartupBanner="true"
- DebugInformationFormat="4"
+ DebugInformationFormat="3"
CompileAs="0"
/>
<Tool
diff --git a/windows/examples/selectest/selectest.vcproj b/windows/examples/selectest/selectest.vcproj index fac607d..f44c46f 100644 --- a/windows/examples/selectest/selectest.vcproj +++ b/windows/examples/selectest/selectest.vcproj @@ -56,7 +56,7 @@ ProgramDataBaseFileName=".\../../../examples/selectest/Debug/"
WarningLevel="3"
SuppressStartupBanner="true"
- DebugInformationFormat="4"
+ DebugInformationFormat="3"
CompileAs="0"
/>
<Tool
diff --git a/windows/examples/selectestdll/selectestdll.vcproj b/windows/examples/selectestdll/selectestdll.vcproj index f9397e3..fcb58de 100644 --- a/windows/examples/selectestdll/selectestdll.vcproj +++ b/windows/examples/selectestdll/selectestdll.vcproj @@ -242,7 +242,7 @@ ProgramDataBaseFileName=".\../../../examples/selectestdll/Debug/"
WarningLevel="3"
SuppressStartupBanner="true"
- DebugInformationFormat="4"
+ DebugInformationFormat="3"
CompileAs="0"
/>
<Tool
diff --git a/windows/examples/writetest/writetest.vcproj b/windows/examples/writetest/writetest.vcproj index 92c1e4d..729ca30 100644 --- a/windows/examples/writetest/writetest.vcproj +++ b/windows/examples/writetest/writetest.vcproj @@ -241,7 +241,7 @@ ProgramDataBaseFileName=".\../../../examples/writetest/Debug/"
WarningLevel="3"
SuppressStartupBanner="true"
- DebugInformationFormat="4"
+ DebugInformationFormat="3"
CompileAs="0"
/>
<Tool
diff --git a/windows/examples/writetestdll/writetestdll.vcproj b/windows/examples/writetestdll/writetestdll.vcproj index c26eb03..4f3fc94 100644 --- a/windows/examples/writetestdll/writetestdll.vcproj +++ b/windows/examples/writetestdll/writetestdll.vcproj @@ -57,7 +57,7 @@ ProgramDataBaseFileName=".\../../../examples/writetestdll/Debug/"
WarningLevel="3"
SuppressStartupBanner="true"
- DebugInformationFormat="4"
+ DebugInformationFormat="3"
CompileAs="0"
/>
<Tool
|