summaryrefslogtreecommitdiffstats
path: root/windows_vnet/tools
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/tools
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/tools')
-rw-r--r--windows_vnet/tools/h5copy/h5copy.vcproj2
-rw-r--r--windows_vnet/tools/h5debug/h5debug.vcproj2
-rw-r--r--windows_vnet/tools/h5debugdll/h5debugdll.vcproj2
-rw-r--r--windows_vnet/tools/h5diff/h5diff.vcproj2
-rw-r--r--windows_vnet/tools/h5diffdll/h5diffdll.vcproj2
-rw-r--r--windows_vnet/tools/h5dump/h5dump.vcproj2
-rw-r--r--windows_vnet/tools/h5dumpdll/h5dumpdll.vcproj2
-rw-r--r--windows_vnet/tools/h5import/h5import.vcproj2
-rw-r--r--windows_vnet/tools/h5importdll/h5importdll.vcproj2
-rw-r--r--windows_vnet/tools/h5jam/h5jam.vcproj2
-rw-r--r--windows_vnet/tools/h5ls/h5ls.vcproj2
-rw-r--r--windows_vnet/tools/h5lsdll/h5lsdll.vcproj2
-rw-r--r--windows_vnet/tools/h5mkgrp/h5mkgrp.vcproj2
-rw-r--r--windows_vnet/tools/h5repack/h5repack.vcproj2
-rw-r--r--windows_vnet/tools/h5repackdll/h5repackdll.vcproj2
-rw-r--r--windows_vnet/tools/h5repart/h5repart.vcproj2
-rw-r--r--windows_vnet/tools/h5repartdll/h5repartdll.vcproj2
-rw-r--r--windows_vnet/tools/h5stat/h5stat.vcproj2
-rw-r--r--windows_vnet/tools/h5statdll/h5statdll.vcproj2
-rw-r--r--windows_vnet/tools/h5unjam/h5unjam.vcproj2
-rw-r--r--windows_vnet/tools/talign/talign.vcproj2
-rw-r--r--windows_vnet/tools/taligndll/taligndll.vcproj2
-rw-r--r--windows_vnet/tools/testfiles/binread/binread.vcproj2
-rw-r--r--windows_vnet/tools/testfiles/h5difftst/h5difftst.vcproj2
-rw-r--r--windows_vnet/tools/testfiles/h5dumptst/h5dumptst.vcproj2
-rw-r--r--windows_vnet/tools/testfiles/h5importtst/h5importtst.vcproj2
-rw-r--r--windows_vnet/tools/testfiles/h5jamtst/h5jamtst.vcproj2
-rw-r--r--windows_vnet/tools/testfiles/h5repacktst/h5repacktst.vcproj2
-rw-r--r--windows_vnet/tools/testfiles/h5repart_gentest/h5repart_gentest.vcproj2
-rw-r--r--windows_vnet/tools/testfiles/h5reparttst/h5reparttst.vcproj2
-rw-r--r--windows_vnet/tools/testfiles/testh5repack_detect_szip/testh5repack_detect_szip.vcproj2
-rw-r--r--windows_vnet/tools/testfiles/testh5repack_detect_szipdll/testh5repack_detect_szipdll.vcproj2
-rw-r--r--windows_vnet/tools/toolslib/toolslib.vcproj4
-rw-r--r--windows_vnet/tools/toolslibD/toolslibD.vcproj4
34 files changed, 36 insertions, 36 deletions
diff --git a/windows_vnet/tools/h5copy/h5copy.vcproj b/windows_vnet/tools/h5copy/h5copy.vcproj
index 8615755..ef5f659 100644
--- a/windows_vnet/tools/h5copy/h5copy.vcproj
+++ b/windows_vnet/tools/h5copy/h5copy.vcproj
@@ -32,7 +32,7 @@
ProgramDataBaseFileName=".\../../../tools/h5copy/Debug/"
WarningLevel="3"
SuppressStartupBanner="TRUE"
- DebugInformationFormat="4"
+ DebugInformationFormat="3"
CompileAs="0"/>
<Tool
Name="VCCustomBuildTool"/>
diff --git a/windows_vnet/tools/h5debug/h5debug.vcproj b/windows_vnet/tools/h5debug/h5debug.vcproj
index 6941e6c..c42ddf8 100644
--- a/windows_vnet/tools/h5debug/h5debug.vcproj
+++ b/windows_vnet/tools/h5debug/h5debug.vcproj
@@ -31,7 +31,7 @@
ProgramDataBaseFileName=".\../../../tools/h5debug/Debug/"
WarningLevel="3"
SuppressStartupBanner="TRUE"
- DebugInformationFormat="4"
+ DebugInformationFormat="3"
CompileAs="0"/>
<Tool
Name="VCCustomBuildTool"/>
diff --git a/windows_vnet/tools/h5debugdll/h5debugdll.vcproj b/windows_vnet/tools/h5debugdll/h5debugdll.vcproj
index faf5db7..d90b09f 100644
--- a/windows_vnet/tools/h5debugdll/h5debugdll.vcproj
+++ b/windows_vnet/tools/h5debugdll/h5debugdll.vcproj
@@ -208,7 +208,7 @@
ProgramDataBaseFileName=".\../../../tools/h5debugdll/Debug/"
WarningLevel="3"
SuppressStartupBanner="TRUE"
- DebugInformationFormat="4"
+ DebugInformationFormat="3"
CompileAs="0"/>
<Tool
Name="VCCustomBuildTool"/>
diff --git a/windows_vnet/tools/h5diff/h5diff.vcproj b/windows_vnet/tools/h5diff/h5diff.vcproj
index 08d32e7..0c882dc 100644
--- a/windows_vnet/tools/h5diff/h5diff.vcproj
+++ b/windows_vnet/tools/h5diff/h5diff.vcproj
@@ -33,7 +33,7 @@
BrowseInformation="1"
WarningLevel="3"
SuppressStartupBanner="TRUE"
- DebugInformationFormat="4"
+ DebugInformationFormat="3"
CompileAs="0"/>
<Tool
Name="VCCustomBuildTool"/>
diff --git a/windows_vnet/tools/h5diffdll/h5diffdll.vcproj b/windows_vnet/tools/h5diffdll/h5diffdll.vcproj
index e314e9e..9f04a3d 100644
--- a/windows_vnet/tools/h5diffdll/h5diffdll.vcproj
+++ b/windows_vnet/tools/h5diffdll/h5diffdll.vcproj
@@ -92,7 +92,7 @@
ProgramDataBaseFileName=".\../../../tools/h5diffdll/Debug/"
WarningLevel="3"
SuppressStartupBanner="TRUE"
- DebugInformationFormat="4"
+ DebugInformationFormat="3"
CompileAs="0"/>
<Tool
Name="VCCustomBuildTool"/>
diff --git a/windows_vnet/tools/h5dump/h5dump.vcproj b/windows_vnet/tools/h5dump/h5dump.vcproj
index 6a033c7..374f51f 100644
--- a/windows_vnet/tools/h5dump/h5dump.vcproj
+++ b/windows_vnet/tools/h5dump/h5dump.vcproj
@@ -31,7 +31,7 @@
ProgramDataBaseFileName=".\../../../tools/h5dump/Debug/"
WarningLevel="3"
SuppressStartupBanner="TRUE"
- DebugInformationFormat="4"
+ DebugInformationFormat="3"
CompileAs="0"/>
<Tool
Name="VCCustomBuildTool"/>
diff --git a/windows_vnet/tools/h5dumpdll/h5dumpdll.vcproj b/windows_vnet/tools/h5dumpdll/h5dumpdll.vcproj
index 337b1fe..a1d600d 100644
--- a/windows_vnet/tools/h5dumpdll/h5dumpdll.vcproj
+++ b/windows_vnet/tools/h5dumpdll/h5dumpdll.vcproj
@@ -210,7 +210,7 @@
ProgramDataBaseFileName=".\../../../tools/h5dumpdll/Debug/"
WarningLevel="3"
SuppressStartupBanner="TRUE"
- DebugInformationFormat="4"
+ DebugInformationFormat="3"
CompileAs="0"/>
<Tool
Name="VCCustomBuildTool"/>
diff --git a/windows_vnet/tools/h5import/h5import.vcproj b/windows_vnet/tools/h5import/h5import.vcproj
index a5277c1..ef293b6 100644
--- a/windows_vnet/tools/h5import/h5import.vcproj
+++ b/windows_vnet/tools/h5import/h5import.vcproj
@@ -207,7 +207,7 @@
ProgramDataBaseFileName=".\../../../tools/h5import/Debug/"
WarningLevel="3"
SuppressStartupBanner="TRUE"
- DebugInformationFormat="4"
+ DebugInformationFormat="3"
CompileAs="0"/>
<Tool
Name="VCCustomBuildTool"/>
diff --git a/windows_vnet/tools/h5importdll/h5importdll.vcproj b/windows_vnet/tools/h5importdll/h5importdll.vcproj
index 759c965..99bd4fc 100644
--- a/windows_vnet/tools/h5importdll/h5importdll.vcproj
+++ b/windows_vnet/tools/h5importdll/h5importdll.vcproj
@@ -205,7 +205,7 @@
ProgramDataBaseFileName=".\../../../tools/h5importdll/Debug/"
WarningLevel="3"
SuppressStartupBanner="TRUE"
- DebugInformationFormat="4"
+ DebugInformationFormat="3"
CompileAs="0"/>
<Tool
Name="VCCustomBuildTool"/>
diff --git a/windows_vnet/tools/h5jam/h5jam.vcproj b/windows_vnet/tools/h5jam/h5jam.vcproj
index 8eccf7f..3295110 100644
--- a/windows_vnet/tools/h5jam/h5jam.vcproj
+++ b/windows_vnet/tools/h5jam/h5jam.vcproj
@@ -93,7 +93,7 @@
ProgramDataBaseFileName=".\../../../tools/h5jam/Debug/"
WarningLevel="3"
SuppressStartupBanner="TRUE"
- DebugInformationFormat="4"
+ DebugInformationFormat="3"
CompileAs="0"/>
<Tool
Name="VCCustomBuildTool"/>
diff --git a/windows_vnet/tools/h5ls/h5ls.vcproj b/windows_vnet/tools/h5ls/h5ls.vcproj
index 65aeb32..846449d 100644
--- a/windows_vnet/tools/h5ls/h5ls.vcproj
+++ b/windows_vnet/tools/h5ls/h5ls.vcproj
@@ -93,7 +93,7 @@
ProgramDataBaseFileName=".\../../../tools/h5ls/Debug/"
WarningLevel="3"
SuppressStartupBanner="TRUE"
- DebugInformationFormat="4"
+ DebugInformationFormat="3"
CompileAs="0"/>
<Tool
Name="VCCustomBuildTool"/>
diff --git a/windows_vnet/tools/h5lsdll/h5lsdll.vcproj b/windows_vnet/tools/h5lsdll/h5lsdll.vcproj
index 8763ab8..8939425 100644
--- a/windows_vnet/tools/h5lsdll/h5lsdll.vcproj
+++ b/windows_vnet/tools/h5lsdll/h5lsdll.vcproj
@@ -31,7 +31,7 @@
ProgramDataBaseFileName=".\../../../tools/h5lsdll/Debug/"
WarningLevel="3"
SuppressStartupBanner="TRUE"
- DebugInformationFormat="4"
+ DebugInformationFormat="3"
CompileAs="0"/>
<Tool
Name="VCCustomBuildTool"/>
diff --git a/windows_vnet/tools/h5mkgrp/h5mkgrp.vcproj b/windows_vnet/tools/h5mkgrp/h5mkgrp.vcproj
index de42ccc..f23e04b 100644
--- a/windows_vnet/tools/h5mkgrp/h5mkgrp.vcproj
+++ b/windows_vnet/tools/h5mkgrp/h5mkgrp.vcproj
@@ -93,7 +93,7 @@
ProgramDataBaseFileName=".\../../../tools/h5mkgrp/Debug/"
WarningLevel="3"
SuppressStartupBanner="TRUE"
- DebugInformationFormat="4"
+ DebugInformationFormat="3"
CompileAs="0"/>
<Tool
Name="VCCustomBuildTool"/>
diff --git a/windows_vnet/tools/h5repack/h5repack.vcproj b/windows_vnet/tools/h5repack/h5repack.vcproj
index 8262c04..8d18ee9 100644
--- a/windows_vnet/tools/h5repack/h5repack.vcproj
+++ b/windows_vnet/tools/h5repack/h5repack.vcproj
@@ -95,7 +95,7 @@
BrowseInformation="1"
WarningLevel="3"
SuppressStartupBanner="TRUE"
- DebugInformationFormat="4"
+ DebugInformationFormat="3"
CompileAs="0"/>
<Tool
Name="VCCustomBuildTool"/>
diff --git a/windows_vnet/tools/h5repackdll/h5repackdll.vcproj b/windows_vnet/tools/h5repackdll/h5repackdll.vcproj
index ec71424..4ccc300 100644
--- a/windows_vnet/tools/h5repackdll/h5repackdll.vcproj
+++ b/windows_vnet/tools/h5repackdll/h5repackdll.vcproj
@@ -32,7 +32,7 @@
ProgramDataBaseFileName=".\../../../tools/h5repackdll/Debug/"
WarningLevel="3"
SuppressStartupBanner="TRUE"
- DebugInformationFormat="4"
+ DebugInformationFormat="3"
CompileAs="0"/>
<Tool
Name="VCCustomBuildTool"/>
diff --git a/windows_vnet/tools/h5repart/h5repart.vcproj b/windows_vnet/tools/h5repart/h5repart.vcproj
index 6dbaf5a..53b3c7f 100644
--- a/windows_vnet/tools/h5repart/h5repart.vcproj
+++ b/windows_vnet/tools/h5repart/h5repart.vcproj
@@ -93,7 +93,7 @@
ProgramDataBaseFileName=".\../../../tools/h5repart/Debug/"
WarningLevel="3"
SuppressStartupBanner="TRUE"
- DebugInformationFormat="4"
+ DebugInformationFormat="3"
CompileAs="0"/>
<Tool
Name="VCCustomBuildTool"/>
diff --git a/windows_vnet/tools/h5repartdll/h5repartdll.vcproj b/windows_vnet/tools/h5repartdll/h5repartdll.vcproj
index 61e63e5..524cf7b 100644
--- a/windows_vnet/tools/h5repartdll/h5repartdll.vcproj
+++ b/windows_vnet/tools/h5repartdll/h5repartdll.vcproj
@@ -31,7 +31,7 @@
ProgramDataBaseFileName=".\../../../tools/h5repartdll/Debug/"
WarningLevel="3"
SuppressStartupBanner="TRUE"
- DebugInformationFormat="4"
+ DebugInformationFormat="3"
CompileAs="0"/>
<Tool
Name="VCCustomBuildTool"/>
diff --git a/windows_vnet/tools/h5stat/h5stat.vcproj b/windows_vnet/tools/h5stat/h5stat.vcproj
index 5d7deb1..860e2bb 100644
--- a/windows_vnet/tools/h5stat/h5stat.vcproj
+++ b/windows_vnet/tools/h5stat/h5stat.vcproj
@@ -32,7 +32,7 @@
ProgramDataBaseFileName=".\../../../tools/h5stat/Debug/"
WarningLevel="3"
SuppressStartupBanner="TRUE"
- DebugInformationFormat="4"
+ DebugInformationFormat="3"
CompileAs="0"/>
<Tool
Name="VCCustomBuildTool"/>
diff --git a/windows_vnet/tools/h5statdll/h5statdll.vcproj b/windows_vnet/tools/h5statdll/h5statdll.vcproj
index 6150228..b819924 100644
--- a/windows_vnet/tools/h5statdll/h5statdll.vcproj
+++ b/windows_vnet/tools/h5statdll/h5statdll.vcproj
@@ -32,7 +32,7 @@
ProgramDataBaseFileName=".\../../../tools/h5statdll/Debug/"
WarningLevel="3"
SuppressStartupBanner="TRUE"
- DebugInformationFormat="4"
+ DebugInformationFormat="3"
CompileAs="0"/>
<Tool
Name="VCCustomBuildTool"/>
diff --git a/windows_vnet/tools/h5unjam/h5unjam.vcproj b/windows_vnet/tools/h5unjam/h5unjam.vcproj
index 2880e1d..eb325d9 100644
--- a/windows_vnet/tools/h5unjam/h5unjam.vcproj
+++ b/windows_vnet/tools/h5unjam/h5unjam.vcproj
@@ -93,7 +93,7 @@
ProgramDataBaseFileName=".\../../../tools/h5unjam/Debug/"
WarningLevel="3"
SuppressStartupBanner="TRUE"
- DebugInformationFormat="4"
+ DebugInformationFormat="3"
CompileAs="0"/>
<Tool
Name="VCCustomBuildTool"/>
diff --git a/windows_vnet/tools/talign/talign.vcproj b/windows_vnet/tools/talign/talign.vcproj
index 06f4636..1c667cd 100644
--- a/windows_vnet/tools/talign/talign.vcproj
+++ b/windows_vnet/tools/talign/talign.vcproj
@@ -32,7 +32,7 @@
ProgramDataBaseFileName=".\../../../tools/talign/Debug/"
WarningLevel="3"
SuppressStartupBanner="TRUE"
- DebugInformationFormat="4"
+ DebugInformationFormat="3"
CompileAs="0"/>
<Tool
Name="VCCustomBuildTool"/>
diff --git a/windows_vnet/tools/taligndll/taligndll.vcproj b/windows_vnet/tools/taligndll/taligndll.vcproj
index cb54694..7a1eb10 100644
--- a/windows_vnet/tools/taligndll/taligndll.vcproj
+++ b/windows_vnet/tools/taligndll/taligndll.vcproj
@@ -93,7 +93,7 @@
ProgramDataBaseFileName=".\../../../tools/taligndll/Debug/"
WarningLevel="3"
SuppressStartupBanner="TRUE"
- DebugInformationFormat="4"
+ DebugInformationFormat="3"
CompileAs="0"/>
<Tool
Name="VCCustomBuildTool"/>
diff --git a/windows_vnet/tools/testfiles/binread/binread.vcproj b/windows_vnet/tools/testfiles/binread/binread.vcproj
index 8ee31a0..f55c541 100644
--- a/windows_vnet/tools/testfiles/binread/binread.vcproj
+++ b/windows_vnet/tools/testfiles/binread/binread.vcproj
@@ -89,7 +89,7 @@
ProgramDataBaseFileName=".\../../../../tools/testfiles/binread/Debug/"
WarningLevel="3"
SuppressStartupBanner="TRUE"
- DebugInformationFormat="4"/>
+ DebugInformationFormat="3"/>
<Tool
Name="VCCustomBuildTool"/>
<Tool
diff --git a/windows_vnet/tools/testfiles/h5difftst/h5difftst.vcproj b/windows_vnet/tools/testfiles/h5difftst/h5difftst.vcproj
index bd9e7f4..eef13d7 100644
--- a/windows_vnet/tools/testfiles/h5difftst/h5difftst.vcproj
+++ b/windows_vnet/tools/testfiles/h5difftst/h5difftst.vcproj
@@ -94,7 +94,7 @@
ProgramDataBaseFileName=".\../../../../tools/testfiles/h5difftst/Debug/"
WarningLevel="3"
SuppressStartupBanner="TRUE"
- DebugInformationFormat="4"
+ DebugInformationFormat="3"
CompileAs="0"/>
<Tool
Name="VCCustomBuildTool"/>
diff --git a/windows_vnet/tools/testfiles/h5dumptst/h5dumptst.vcproj b/windows_vnet/tools/testfiles/h5dumptst/h5dumptst.vcproj
index e49b549..76f95db 100644
--- a/windows_vnet/tools/testfiles/h5dumptst/h5dumptst.vcproj
+++ b/windows_vnet/tools/testfiles/h5dumptst/h5dumptst.vcproj
@@ -31,7 +31,7 @@
ProgramDataBaseFileName=".\../../../../tools/testfiles/h5dumptst/Debug/"
WarningLevel="3"
SuppressStartupBanner="TRUE"
- DebugInformationFormat="4"
+ DebugInformationFormat="3"
CompileAs="0"/>
<Tool
Name="VCCustomBuildTool"/>
diff --git a/windows_vnet/tools/testfiles/h5importtst/h5importtst.vcproj b/windows_vnet/tools/testfiles/h5importtst/h5importtst.vcproj
index e476e57..fc85439 100644
--- a/windows_vnet/tools/testfiles/h5importtst/h5importtst.vcproj
+++ b/windows_vnet/tools/testfiles/h5importtst/h5importtst.vcproj
@@ -32,7 +32,7 @@
ProgramDataBaseFileName=".\../../../../tools/testfiles/h5importtst/Debug/"
WarningLevel="3"
SuppressStartupBanner="TRUE"
- DebugInformationFormat="4"
+ DebugInformationFormat="3"
CompileAs="0"/>
<Tool
Name="VCCustomBuildTool"/>
diff --git a/windows_vnet/tools/testfiles/h5jamtst/h5jamtst.vcproj b/windows_vnet/tools/testfiles/h5jamtst/h5jamtst.vcproj
index 5baa450..7773bda 100644
--- a/windows_vnet/tools/testfiles/h5jamtst/h5jamtst.vcproj
+++ b/windows_vnet/tools/testfiles/h5jamtst/h5jamtst.vcproj
@@ -32,7 +32,7 @@
ProgramDataBaseFileName=".\../../../../tools/testfiles/h5jamtst/Debug/"
WarningLevel="3"
SuppressStartupBanner="TRUE"
- DebugInformationFormat="4"
+ DebugInformationFormat="3"
CompileAs="0"/>
<Tool
Name="VCCustomBuildTool"/>
diff --git a/windows_vnet/tools/testfiles/h5repacktst/h5repacktst.vcproj b/windows_vnet/tools/testfiles/h5repacktst/h5repacktst.vcproj
index e93ca3a..834b30c 100644
--- a/windows_vnet/tools/testfiles/h5repacktst/h5repacktst.vcproj
+++ b/windows_vnet/tools/testfiles/h5repacktst/h5repacktst.vcproj
@@ -33,7 +33,7 @@
BrowseInformation="1"
WarningLevel="3"
SuppressStartupBanner="TRUE"
- DebugInformationFormat="4"
+ DebugInformationFormat="3"
CompileAs="0"/>
<Tool
Name="VCCustomBuildTool"/>
diff --git a/windows_vnet/tools/testfiles/h5repart_gentest/h5repart_gentest.vcproj b/windows_vnet/tools/testfiles/h5repart_gentest/h5repart_gentest.vcproj
index afc7bfc..0c41299 100644
--- a/windows_vnet/tools/testfiles/h5repart_gentest/h5repart_gentest.vcproj
+++ b/windows_vnet/tools/testfiles/h5repart_gentest/h5repart_gentest.vcproj
@@ -32,7 +32,7 @@
ProgramDataBaseFileName=".\../../../../tools/testfiles/h5repart_gentest/Debug/"
WarningLevel="3"
SuppressStartupBanner="TRUE"
- DebugInformationFormat="4"
+ DebugInformationFormat="3"
CompileAs="0"/>
<Tool
Name="VCCustomBuildTool"/>
diff --git a/windows_vnet/tools/testfiles/h5reparttst/h5reparttst.vcproj b/windows_vnet/tools/testfiles/h5reparttst/h5reparttst.vcproj
index 6684fef..47bfa7e 100644
--- a/windows_vnet/tools/testfiles/h5reparttst/h5reparttst.vcproj
+++ b/windows_vnet/tools/testfiles/h5reparttst/h5reparttst.vcproj
@@ -32,7 +32,7 @@
ProgramDataBaseFileName=".\../../../../tools/testfiles/h5reparttst/Debug/"
WarningLevel="3"
SuppressStartupBanner="TRUE"
- DebugInformationFormat="4"
+ DebugInformationFormat="3"
CompileAs="0"/>
<Tool
Name="VCCustomBuildTool"/>
diff --git a/windows_vnet/tools/testfiles/testh5repack_detect_szip/testh5repack_detect_szip.vcproj b/windows_vnet/tools/testfiles/testh5repack_detect_szip/testh5repack_detect_szip.vcproj
index 078f074..10628bb 100644
--- a/windows_vnet/tools/testfiles/testh5repack_detect_szip/testh5repack_detect_szip.vcproj
+++ b/windows_vnet/tools/testfiles/testh5repack_detect_szip/testh5repack_detect_szip.vcproj
@@ -93,7 +93,7 @@
ProgramDataBaseFileName=".\../../../../tools/testfiles/testh5repack_detect_szip/Debug/"
WarningLevel="3"
SuppressStartupBanner="TRUE"
- DebugInformationFormat="4"
+ DebugInformationFormat="3"
CompileAs="0"/>
<Tool
Name="VCCustomBuildTool"/>
diff --git a/windows_vnet/tools/testfiles/testh5repack_detect_szipdll/testh5repack_detect_szipdll.vcproj b/windows_vnet/tools/testfiles/testh5repack_detect_szipdll/testh5repack_detect_szipdll.vcproj
index 8ab4913..421922f 100644
--- a/windows_vnet/tools/testfiles/testh5repack_detect_szipdll/testh5repack_detect_szipdll.vcproj
+++ b/windows_vnet/tools/testfiles/testh5repack_detect_szipdll/testh5repack_detect_szipdll.vcproj
@@ -92,7 +92,7 @@
ProgramDataBaseFileName=".\../../../../tools/testfiles/testh5repack_detect_szipdll/Debug/"
WarningLevel="3"
SuppressStartupBanner="TRUE"
- DebugInformationFormat="4"
+ DebugInformationFormat="3"
CompileAs="0"/>
<Tool
Name="VCCustomBuildTool"/>
diff --git a/windows_vnet/tools/toolslib/toolslib.vcproj b/windows_vnet/tools/toolslib/toolslib.vcproj
index 25fb423..cd387ec 100644
--- a/windows_vnet/tools/toolslib/toolslib.vcproj
+++ b/windows_vnet/tools/toolslib/toolslib.vcproj
@@ -30,7 +30,7 @@
ProgramDataBaseFileName=".\..\..\..\tools\toolslib\Debug/"
WarningLevel="3"
SuppressStartupBanner="TRUE"
- DebugInformationFormat="1"
+ DebugInformationFormat="3"
CompileAs="0"/>
<Tool
Name="VCCustomBuildTool"/>
@@ -127,7 +127,7 @@
ProgramDataBaseFileName=".\toolsli0/"
WarningLevel="3"
SuppressStartupBanner="TRUE"
- DebugInformationFormat="1"
+ DebugInformationFormat="3"
CompileAs="0"/>
<Tool
Name="VCCustomBuildTool"/>
diff --git a/windows_vnet/tools/toolslibD/toolslibD.vcproj b/windows_vnet/tools/toolslibD/toolslibD.vcproj
index 7cd8024..ec19d40 100644
--- a/windows_vnet/tools/toolslibD/toolslibD.vcproj
+++ b/windows_vnet/tools/toolslibD/toolslibD.vcproj
@@ -79,7 +79,7 @@
ProgramDataBaseFileName=".\..\..\..\tools\toolslibD\Debug/"
WarningLevel="3"
SuppressStartupBanner="TRUE"
- DebugInformationFormat="1"
+ DebugInformationFormat="3"
CompileAs="0"/>
<Tool
Name="VCCustomBuildTool"/>
@@ -127,7 +127,7 @@
ProgramDataBaseFileName=".\toolslib/"
WarningLevel="3"
SuppressStartupBanner="TRUE"
- DebugInformationFormat="1"
+ DebugInformationFormat="3"
CompileAs="0"/>
<Tool
Name="VCCustomBuildTool"/>