summaryrefslogtreecommitdiffstats
path: root/windows_vnet/examples
diff options
context:
space:
mode:
authorScott Wegner <swegner@hdfgroup.org>2008-05-29 18:53:31 (GMT)
committerScott Wegner <swegner@hdfgroup.org>2008-05-29 18:53:31 (GMT)
commit735967fb125e46772c86ddcfad232f0b242f922a (patch)
treea53c6f835ef03990920e900feffba9eeca9dfab4 /windows_vnet/examples
parent15024258cba9a3fd4eb2aa37e116467776a5e5b7 (diff)
downloadhdf5-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_vnet/examples')
-rw-r--r--windows_vnet/examples/allexamples/allexamples.vcproj2
-rw-r--r--windows_vnet/examples/attributetest/attributetest.vcproj2
-rw-r--r--windows_vnet/examples/attributetestdll/attributetestdll.vcproj2
-rw-r--r--windows_vnet/examples/chunkread/chunkread.vcproj2
-rw-r--r--windows_vnet/examples/chunkreaddll/chunkreaddll.vcproj2
-rw-r--r--windows_vnet/examples/compoundtest/compoundtest.vcproj2
-rw-r--r--windows_vnet/examples/compoundtestdll/compoundtestdll.vcproj2
-rw-r--r--windows_vnet/examples/extendwritetest/extendwritetest.vcproj2
-rw-r--r--windows_vnet/examples/extendwritetestdll/extendwritetestdll.vcproj2
-rw-r--r--windows_vnet/examples/grouptest/grouptest.vcproj2
-rw-r--r--windows_vnet/examples/grouptestdll/grouptestdll.vcproj2
-rw-r--r--windows_vnet/examples/intermgrouptest/intermgrouptest.vcproj2
-rw-r--r--windows_vnet/examples/intermgrouptestdll/intermgrouptestdll.vcproj2
-rw-r--r--windows_vnet/examples/readtest/readtest.vcproj2
-rw-r--r--windows_vnet/examples/readtestdll/readtestdll.vcproj2
-rw-r--r--windows_vnet/examples/selectest/selectest.vcproj2
-rw-r--r--windows_vnet/examples/selectestdll/selectestdll.vcproj2
-rw-r--r--windows_vnet/examples/writetest/writetest.vcproj2
-rw-r--r--windows_vnet/examples/writetestdll/writetestdll.vcproj2
19 files changed, 19 insertions, 19 deletions
diff --git a/windows_vnet/examples/allexamples/allexamples.vcproj b/windows_vnet/examples/allexamples/allexamples.vcproj
index ee96d68..b591637 100644
--- a/windows_vnet/examples/allexamples/allexamples.vcproj
+++ b/windows_vnet/examples/allexamples/allexamples.vcproj
@@ -88,7 +88,7 @@
ProgramDataBaseFileName=".\Debug/"
WarningLevel="3"
SuppressStartupBanner="TRUE"
- DebugInformationFormat="4"/>
+ DebugInformationFormat="3"/>
<Tool
Name="VCCustomBuildTool"/>
<Tool
diff --git a/windows_vnet/examples/attributetest/attributetest.vcproj b/windows_vnet/examples/attributetest/attributetest.vcproj
index cf638a3..2f6cd9e 100644
--- a/windows_vnet/examples/attributetest/attributetest.vcproj
+++ b/windows_vnet/examples/attributetest/attributetest.vcproj
@@ -31,7 +31,7 @@
ProgramDataBaseFileName=".\../../../examples/attributest/Debug/"
WarningLevel="3"
SuppressStartupBanner="TRUE"
- DebugInformationFormat="4"
+ DebugInformationFormat="3"
CompileAs="0"/>
<Tool
Name="VCCustomBuildTool"/>
diff --git a/windows_vnet/examples/attributetestdll/attributetestdll.vcproj b/windows_vnet/examples/attributetestdll/attributetestdll.vcproj
index 474ece14..5ae1ae2 100644
--- a/windows_vnet/examples/attributetestdll/attributetestdll.vcproj
+++ b/windows_vnet/examples/attributetestdll/attributetestdll.vcproj
@@ -32,7 +32,7 @@
ProgramDataBaseFileName=".\../../../examples/attributetestdll/Debug/"
WarningLevel="3"
SuppressStartupBanner="TRUE"
- DebugInformationFormat="4"
+ DebugInformationFormat="3"
CompileAs="0"/>
<Tool
Name="VCCustomBuildTool"/>
diff --git a/windows_vnet/examples/chunkread/chunkread.vcproj b/windows_vnet/examples/chunkread/chunkread.vcproj
index 4c00847..08aeb4e 100644
--- a/windows_vnet/examples/chunkread/chunkread.vcproj
+++ b/windows_vnet/examples/chunkread/chunkread.vcproj
@@ -93,7 +93,7 @@
ProgramDataBaseFileName=".\../../../examples/chunkread/Debug/"
WarningLevel="3"
SuppressStartupBanner="TRUE"
- DebugInformationFormat="4"
+ DebugInformationFormat="3"
CompileAs="0"/>
<Tool
Name="VCCustomBuildTool"/>
diff --git a/windows_vnet/examples/chunkreaddll/chunkreaddll.vcproj b/windows_vnet/examples/chunkreaddll/chunkreaddll.vcproj
index e89dbd2..0856f36 100644
--- a/windows_vnet/examples/chunkreaddll/chunkreaddll.vcproj
+++ b/windows_vnet/examples/chunkreaddll/chunkreaddll.vcproj
@@ -94,7 +94,7 @@
ProgramDataBaseFileName=".\../../../examples/chunkreaddll/Debug/"
WarningLevel="3"
SuppressStartupBanner="TRUE"
- DebugInformationFormat="4"
+ DebugInformationFormat="3"
CompileAs="0"/>
<Tool
Name="VCCustomBuildTool"/>
diff --git a/windows_vnet/examples/compoundtest/compoundtest.vcproj b/windows_vnet/examples/compoundtest/compoundtest.vcproj
index 5ecbd33..8dbd673 100644
--- a/windows_vnet/examples/compoundtest/compoundtest.vcproj
+++ b/windows_vnet/examples/compoundtest/compoundtest.vcproj
@@ -93,7 +93,7 @@
ProgramDataBaseFileName=".\../../../examples/compoundtest/Debug/"
WarningLevel="3"
SuppressStartupBanner="TRUE"
- DebugInformationFormat="4"
+ DebugInformationFormat="3"
CompileAs="0"/>
<Tool
Name="VCCustomBuildTool"/>
diff --git a/windows_vnet/examples/compoundtestdll/compoundtestdll.vcproj b/windows_vnet/examples/compoundtestdll/compoundtestdll.vcproj
index 54d80db..cdd9b11 100644
--- a/windows_vnet/examples/compoundtestdll/compoundtestdll.vcproj
+++ b/windows_vnet/examples/compoundtestdll/compoundtestdll.vcproj
@@ -94,7 +94,7 @@
ProgramDataBaseFileName=".\../../../examples/compoundtestdll/Debug/"
WarningLevel="3"
SuppressStartupBanner="TRUE"
- DebugInformationFormat="4"
+ DebugInformationFormat="3"
CompileAs="0"/>
<Tool
Name="VCCustomBuildTool"/>
diff --git a/windows_vnet/examples/extendwritetest/extendwritetest.vcproj b/windows_vnet/examples/extendwritetest/extendwritetest.vcproj
index bfa2bb6..7c603ac 100644
--- a/windows_vnet/examples/extendwritetest/extendwritetest.vcproj
+++ b/windows_vnet/examples/extendwritetest/extendwritetest.vcproj
@@ -31,7 +31,7 @@
ProgramDataBaseFileName=".\../../../examples/extendwritetest/Debug/"
WarningLevel="3"
SuppressStartupBanner="TRUE"
- DebugInformationFormat="4"
+ DebugInformationFormat="3"
CompileAs="0"/>
<Tool
Name="VCCustomBuildTool"/>
diff --git a/windows_vnet/examples/extendwritetestdll/extendwritetestdll.vcproj b/windows_vnet/examples/extendwritetestdll/extendwritetestdll.vcproj
index f67962b..2bdd6be 100644
--- a/windows_vnet/examples/extendwritetestdll/extendwritetestdll.vcproj
+++ b/windows_vnet/examples/extendwritetestdll/extendwritetestdll.vcproj
@@ -94,7 +94,7 @@
ProgramDataBaseFileName=".\../../../examples/extendwritetestdll/Debug/"
WarningLevel="3"
SuppressStartupBanner="TRUE"
- DebugInformationFormat="4"
+ DebugInformationFormat="3"
CompileAs="0"/>
<Tool
Name="VCCustomBuildTool"/>
diff --git a/windows_vnet/examples/grouptest/grouptest.vcproj b/windows_vnet/examples/grouptest/grouptest.vcproj
index bcda8d7..14cd738 100644
--- a/windows_vnet/examples/grouptest/grouptest.vcproj
+++ b/windows_vnet/examples/grouptest/grouptest.vcproj
@@ -31,7 +31,7 @@
ProgramDataBaseFileName=".\../../../examples/grouptest/Debug/"
WarningLevel="3"
SuppressStartupBanner="TRUE"
- DebugInformationFormat="4"
+ DebugInformationFormat="3"
CompileAs="0"/>
<Tool
Name="VCCustomBuildTool"/>
diff --git a/windows_vnet/examples/grouptestdll/grouptestdll.vcproj b/windows_vnet/examples/grouptestdll/grouptestdll.vcproj
index 880d066..d4889ce 100644
--- a/windows_vnet/examples/grouptestdll/grouptestdll.vcproj
+++ b/windows_vnet/examples/grouptestdll/grouptestdll.vcproj
@@ -32,7 +32,7 @@
ProgramDataBaseFileName=".\../../../examples/grouptestdll/Debug/"
WarningLevel="3"
SuppressStartupBanner="TRUE"
- DebugInformationFormat="4"
+ DebugInformationFormat="3"
CompileAs="0"/>
<Tool
Name="VCCustomBuildTool"/>
diff --git a/windows_vnet/examples/intermgrouptest/intermgrouptest.vcproj b/windows_vnet/examples/intermgrouptest/intermgrouptest.vcproj
index 0d5fea3..99dc061 100644
--- a/windows_vnet/examples/intermgrouptest/intermgrouptest.vcproj
+++ b/windows_vnet/examples/intermgrouptest/intermgrouptest.vcproj
@@ -32,7 +32,7 @@
ProgramDataBaseFileName=".\../../../examples/intermgrouptest/Debug/"
WarningLevel="3"
SuppressStartupBanner="TRUE"
- DebugInformationFormat="4"
+ DebugInformationFormat="3"
CompileAs="0"/>
<Tool
Name="VCCustomBuildTool"/>
diff --git a/windows_vnet/examples/intermgrouptestdll/intermgrouptestdll.vcproj b/windows_vnet/examples/intermgrouptestdll/intermgrouptestdll.vcproj
index e533fce..f5a0cbb 100644
--- a/windows_vnet/examples/intermgrouptestdll/intermgrouptestdll.vcproj
+++ b/windows_vnet/examples/intermgrouptestdll/intermgrouptestdll.vcproj
@@ -32,7 +32,7 @@
ProgramDataBaseFileName=".\../../../examples/intermgrouptestdll/Debug/"
WarningLevel="3"
SuppressStartupBanner="TRUE"
- DebugInformationFormat="4"
+ DebugInformationFormat="3"
CompileAs="0"/>
<Tool
Name="VCCustomBuildTool"/>
diff --git a/windows_vnet/examples/readtest/readtest.vcproj b/windows_vnet/examples/readtest/readtest.vcproj
index 9639749..05796bd 100644
--- a/windows_vnet/examples/readtest/readtest.vcproj
+++ b/windows_vnet/examples/readtest/readtest.vcproj
@@ -31,7 +31,7 @@
ProgramDataBaseFileName=".\../../../examples/readtest/Debug/"
WarningLevel="3"
SuppressStartupBanner="TRUE"
- DebugInformationFormat="4"
+ DebugInformationFormat="3"
CompileAs="0"/>
<Tool
Name="VCCustomBuildTool"/>
diff --git a/windows_vnet/examples/readtestdll/readtestdll.vcproj b/windows_vnet/examples/readtestdll/readtestdll.vcproj
index 70c13d8..44b7aa0 100644
--- a/windows_vnet/examples/readtestdll/readtestdll.vcproj
+++ b/windows_vnet/examples/readtestdll/readtestdll.vcproj
@@ -94,7 +94,7 @@
ProgramDataBaseFileName=".\../../../examples/readtestdll/Debug/"
WarningLevel="3"
SuppressStartupBanner="TRUE"
- DebugInformationFormat="4"
+ DebugInformationFormat="3"
CompileAs="0"/>
<Tool
Name="VCCustomBuildTool"/>
diff --git a/windows_vnet/examples/selectest/selectest.vcproj b/windows_vnet/examples/selectest/selectest.vcproj
index 64a9906..8130944 100644
--- a/windows_vnet/examples/selectest/selectest.vcproj
+++ b/windows_vnet/examples/selectest/selectest.vcproj
@@ -31,7 +31,7 @@
ProgramDataBaseFileName=".\../../../examples/selectest/Debug/"
WarningLevel="3"
SuppressStartupBanner="TRUE"
- DebugInformationFormat="4"
+ DebugInformationFormat="3"
CompileAs="0"/>
<Tool
Name="VCCustomBuildTool"/>
diff --git a/windows_vnet/examples/selectestdll/selectestdll.vcproj b/windows_vnet/examples/selectestdll/selectestdll.vcproj
index bdffdf6..217fa52 100644
--- a/windows_vnet/examples/selectestdll/selectestdll.vcproj
+++ b/windows_vnet/examples/selectestdll/selectestdll.vcproj
@@ -94,7 +94,7 @@
ProgramDataBaseFileName=".\../../../examples/selectestdll/Debug/"
WarningLevel="3"
SuppressStartupBanner="TRUE"
- DebugInformationFormat="4"
+ DebugInformationFormat="3"
CompileAs="0"/>
<Tool
Name="VCCustomBuildTool"/>
diff --git a/windows_vnet/examples/writetest/writetest.vcproj b/windows_vnet/examples/writetest/writetest.vcproj
index 677c147..b258b38 100644
--- a/windows_vnet/examples/writetest/writetest.vcproj
+++ b/windows_vnet/examples/writetest/writetest.vcproj
@@ -93,7 +93,7 @@
ProgramDataBaseFileName=".\../../../examples/writetest/Debug/"
WarningLevel="3"
SuppressStartupBanner="TRUE"
- DebugInformationFormat="4"
+ DebugInformationFormat="3"
CompileAs="0"/>
<Tool
Name="VCCustomBuildTool"/>
diff --git a/windows_vnet/examples/writetestdll/writetestdll.vcproj b/windows_vnet/examples/writetestdll/writetestdll.vcproj
index 6400177..0887621 100644
--- a/windows_vnet/examples/writetestdll/writetestdll.vcproj
+++ b/windows_vnet/examples/writetestdll/writetestdll.vcproj
@@ -32,7 +32,7 @@
ProgramDataBaseFileName=".\../../../examples/writetestdll/Debug/"
WarningLevel="3"
SuppressStartupBanner="TRUE"
- DebugInformationFormat="4"
+ DebugInformationFormat="3"
CompileAs="0"/>
<Tool
Name="VCCustomBuildTool"/>