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_vnet | |
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_vnet')
228 files changed, 231 insertions, 231 deletions
diff --git a/windows_vnet/c++/examples/allcppexamples/allcppexamples.vcproj b/windows_vnet/c++/examples/allcppexamples/allcppexamples.vcproj index 93d7c35..8f3fade 100644 --- a/windows_vnet/c++/examples/allcppexamples/allcppexamples.vcproj +++ b/windows_vnet/c++/examples/allcppexamples/allcppexamples.vcproj @@ -31,7 +31,7 @@ ProgramDataBaseFileName=".\Debug/"
WarningLevel="3"
SuppressStartupBanner="TRUE"
- DebugInformationFormat="4"/>
+ DebugInformationFormat="3"/>
<Tool
Name="VCCustomBuildTool"/>
<Tool
diff --git a/windows_vnet/c++/examples/chunkstest/chunkstest.vcproj b/windows_vnet/c++/examples/chunkstest/chunkstest.vcproj index 83ed76e..59b68e0 100644 --- a/windows_vnet/c++/examples/chunkstest/chunkstest.vcproj +++ b/windows_vnet/c++/examples/chunkstest/chunkstest.vcproj @@ -95,7 +95,7 @@ ProgramDataBaseFileName=".\../../../../c++/examples/chunkstest/Debug/"
WarningLevel="3"
SuppressStartupBanner="TRUE"
- DebugInformationFormat="4"
+ DebugInformationFormat="3"
CompileAs="0"/>
<Tool
Name="VCCustomBuildTool"/>
diff --git a/windows_vnet/c++/examples/chunkstestdll/chunkstestdll.vcproj b/windows_vnet/c++/examples/chunkstestdll/chunkstestdll.vcproj index 8b651ce..0e1c08b 100644 --- a/windows_vnet/c++/examples/chunkstestdll/chunkstestdll.vcproj +++ b/windows_vnet/c++/examples/chunkstestdll/chunkstestdll.vcproj @@ -94,7 +94,7 @@ ProgramDataBaseFileName=".\../../../../c++/examples/chunkstestdll/Debug/"
WarningLevel="3"
SuppressStartupBanner="TRUE"
- DebugInformationFormat="4"
+ DebugInformationFormat="3"
CompileAs="0"/>
<Tool
Name="VCCustomBuildTool"/>
diff --git a/windows_vnet/c++/examples/compoundtest/compoundtest.vcproj b/windows_vnet/c++/examples/compoundtest/compoundtest.vcproj index 0119a5d..bc3eb76 100644 --- a/windows_vnet/c++/examples/compoundtest/compoundtest.vcproj +++ b/windows_vnet/c++/examples/compoundtest/compoundtest.vcproj @@ -95,7 +95,7 @@ ProgramDataBaseFileName=".\../../../../c++/examples/compoundtest/Debug/"
WarningLevel="3"
SuppressStartupBanner="TRUE"
- DebugInformationFormat="4"
+ DebugInformationFormat="3"
CompileAs="0"/>
<Tool
Name="VCCustomBuildTool"/>
diff --git a/windows_vnet/c++/examples/compoundtestdll/compoundtestdll.vcproj b/windows_vnet/c++/examples/compoundtestdll/compoundtestdll.vcproj index 2649c74..6ea3cb1 100644 --- a/windows_vnet/c++/examples/compoundtestdll/compoundtestdll.vcproj +++ b/windows_vnet/c++/examples/compoundtestdll/compoundtestdll.vcproj @@ -94,7 +94,7 @@ ProgramDataBaseFileName=".\../../../../c++/examples/compoundtestdll/Debug/"
WarningLevel="3"
SuppressStartupBanner="TRUE"
- DebugInformationFormat="4"
+ DebugInformationFormat="3"
CompileAs="0"/>
<Tool
Name="VCCustomBuildTool"/>
diff --git a/windows_vnet/c++/examples/createtest/createtest.vcproj b/windows_vnet/c++/examples/createtest/createtest.vcproj index 1cf4ae5..948a086 100644 --- a/windows_vnet/c++/examples/createtest/createtest.vcproj +++ b/windows_vnet/c++/examples/createtest/createtest.vcproj @@ -32,7 +32,7 @@ ProgramDataBaseFileName=".\../../../../c++/examples/createtest/Debug/"
WarningLevel="3"
SuppressStartupBanner="TRUE"
- DebugInformationFormat="4"
+ DebugInformationFormat="3"
CompileAs="0"/>
<Tool
Name="VCCustomBuildTool"/>
diff --git a/windows_vnet/c++/examples/createtestdll/createtestdll.vcproj b/windows_vnet/c++/examples/createtestdll/createtestdll.vcproj index ea5af0f..de9362d 100644 --- a/windows_vnet/c++/examples/createtestdll/createtestdll.vcproj +++ b/windows_vnet/c++/examples/createtestdll/createtestdll.vcproj @@ -32,7 +32,7 @@ ProgramDataBaseFileName=".\../../../../c++/examples/createtestdll/Debug/"
WarningLevel="3"
SuppressStartupBanner="TRUE"
- DebugInformationFormat="4"
+ DebugInformationFormat="3"
CompileAs="0"/>
<Tool
Name="VCCustomBuildTool"/>
diff --git a/windows_vnet/c++/examples/extend_dstest/extend_dstest.vcproj b/windows_vnet/c++/examples/extend_dstest/extend_dstest.vcproj index 76d790e..226c15c 100644 --- a/windows_vnet/c++/examples/extend_dstest/extend_dstest.vcproj +++ b/windows_vnet/c++/examples/extend_dstest/extend_dstest.vcproj @@ -95,7 +95,7 @@ ProgramDataBaseFileName=".\../../../../c++/examples/extend_dstest/Debug/"
WarningLevel="3"
SuppressStartupBanner="TRUE"
- DebugInformationFormat="4"
+ DebugInformationFormat="3"
CompileAs="0"/>
<Tool
Name="VCCustomBuildTool"/>
diff --git a/windows_vnet/c++/examples/extend_dstestdll/extend_dstestdll.vcproj b/windows_vnet/c++/examples/extend_dstestdll/extend_dstestdll.vcproj index ab2f25d..ba65bcb 100644 --- a/windows_vnet/c++/examples/extend_dstestdll/extend_dstestdll.vcproj +++ b/windows_vnet/c++/examples/extend_dstestdll/extend_dstestdll.vcproj @@ -32,7 +32,7 @@ ProgramDataBaseFileName=".\../../../../c++/examples/extend_dstestdll/Debug/"
WarningLevel="3"
SuppressStartupBanner="TRUE"
- DebugInformationFormat="4"
+ DebugInformationFormat="3"
CompileAs="0"/>
<Tool
Name="VCCustomBuildTool"/>
diff --git a/windows_vnet/c++/examples/h5grouptest/h5grouptest.vcproj b/windows_vnet/c++/examples/h5grouptest/h5grouptest.vcproj index e391a05..bdd8f1d 100644 --- a/windows_vnet/c++/examples/h5grouptest/h5grouptest.vcproj +++ b/windows_vnet/c++/examples/h5grouptest/h5grouptest.vcproj @@ -95,7 +95,7 @@ ProgramDataBaseFileName=".\../../../../c++/examples/h5grouptest/Debug/"
WarningLevel="3"
SuppressStartupBanner="TRUE"
- DebugInformationFormat="4"
+ DebugInformationFormat="3"
CompileAs="0"/>
<Tool
Name="VCCustomBuildTool"/>
diff --git a/windows_vnet/c++/examples/h5grouptestdll/h5grouptestdll.vcproj b/windows_vnet/c++/examples/h5grouptestdll/h5grouptestdll.vcproj index c57026c..b22581f 100644 --- a/windows_vnet/c++/examples/h5grouptestdll/h5grouptestdll.vcproj +++ b/windows_vnet/c++/examples/h5grouptestdll/h5grouptestdll.vcproj @@ -94,7 +94,7 @@ ProgramDataBaseFileName=".\../../../../c++/examples/h5grouptestdll/Debug/"
WarningLevel="3"
SuppressStartupBanner="TRUE"
- DebugInformationFormat="4"
+ DebugInformationFormat="3"
CompileAs="0"/>
<Tool
Name="VCCustomBuildTool"/>
diff --git a/windows_vnet/c++/examples/readdatatest/readdatatest.vcproj b/windows_vnet/c++/examples/readdatatest/readdatatest.vcproj index 8466fbb..2112e06 100644 --- a/windows_vnet/c++/examples/readdatatest/readdatatest.vcproj +++ b/windows_vnet/c++/examples/readdatatest/readdatatest.vcproj @@ -32,7 +32,7 @@ ProgramDataBaseFileName=".\../../../../c++/examples/readdatatest/Debug/"
WarningLevel="3"
SuppressStartupBanner="TRUE"
- DebugInformationFormat="4"
+ DebugInformationFormat="3"
CompileAs="0"/>
<Tool
Name="VCCustomBuildTool"/>
diff --git a/windows_vnet/c++/examples/readdatatestdll/readdatatestdll.vcproj b/windows_vnet/c++/examples/readdatatestdll/readdatatestdll.vcproj index 748d13b..e09b851 100644 --- a/windows_vnet/c++/examples/readdatatestdll/readdatatestdll.vcproj +++ b/windows_vnet/c++/examples/readdatatestdll/readdatatestdll.vcproj @@ -32,7 +32,7 @@ ProgramDataBaseFileName=".\../../../../c++/examples/readdatatestdll/Debug/"
WarningLevel="3"
SuppressStartupBanner="TRUE"
- DebugInformationFormat="4"
+ DebugInformationFormat="3"
CompileAs="0"/>
<Tool
Name="VCCustomBuildTool"/>
diff --git a/windows_vnet/c++/examples/writedatatest/writedatatest.vcproj b/windows_vnet/c++/examples/writedatatest/writedatatest.vcproj index 44a4a3c..373a857 100644 --- a/windows_vnet/c++/examples/writedatatest/writedatatest.vcproj +++ b/windows_vnet/c++/examples/writedatatest/writedatatest.vcproj @@ -95,7 +95,7 @@ ProgramDataBaseFileName=".\../../../../c++/examples/writedatatest/Debug/"
WarningLevel="3"
SuppressStartupBanner="TRUE"
- DebugInformationFormat="4"
+ DebugInformationFormat="3"
CompileAs="0"/>
<Tool
Name="VCCustomBuildTool"/>
diff --git a/windows_vnet/c++/examples/writedatatestdll/writedatatestdll.vcproj b/windows_vnet/c++/examples/writedatatestdll/writedatatestdll.vcproj index bbe0a66..e385285 100644 --- a/windows_vnet/c++/examples/writedatatestdll/writedatatestdll.vcproj +++ b/windows_vnet/c++/examples/writedatatestdll/writedatatestdll.vcproj @@ -94,7 +94,7 @@ ProgramDataBaseFileName=".\../../../../c++/examples/writedatatestdll/Debug/"
WarningLevel="3"
SuppressStartupBanner="TRUE"
- DebugInformationFormat="4"
+ DebugInformationFormat="3"
CompileAs="0"/>
<Tool
Name="VCCustomBuildTool"/>
diff --git a/windows_vnet/c++/test/dsets_cpp/dsets_cpp.vcproj b/windows_vnet/c++/test/dsets_cpp/dsets_cpp.vcproj index a946b7e..abf2471 100644 --- a/windows_vnet/c++/test/dsets_cpp/dsets_cpp.vcproj +++ b/windows_vnet/c++/test/dsets_cpp/dsets_cpp.vcproj @@ -32,7 +32,7 @@ ProgramDataBaseFileName=".\../../../../test/dsets_cpp/Debug/"
WarningLevel="3"
SuppressStartupBanner="TRUE"
- DebugInformationFormat="4"
+ DebugInformationFormat="3"
CompileAs="0"/>
<Tool
Name="VCCustomBuildTool"/>
diff --git a/windows_vnet/c++/test/dsets_cppdll/dsets_cppdll.vcproj b/windows_vnet/c++/test/dsets_cppdll/dsets_cppdll.vcproj index 58c57bc..d3779a9 100644 --- a/windows_vnet/c++/test/dsets_cppdll/dsets_cppdll.vcproj +++ b/windows_vnet/c++/test/dsets_cppdll/dsets_cppdll.vcproj @@ -32,7 +32,7 @@ ProgramDataBaseFileName=".\../../../../test/dsets_cppdll/Debug/"
WarningLevel="3"
SuppressStartupBanner="TRUE"
- DebugInformationFormat="4"
+ DebugInformationFormat="3"
CompileAs="0"/>
<Tool
Name="VCCustomBuildTool"/>
diff --git a/windows_vnet/c++/test/testhdf5_cpp/testhdf5_cpp.vcproj b/windows_vnet/c++/test/testhdf5_cpp/testhdf5_cpp.vcproj index f4696b9..0758395 100644 --- a/windows_vnet/c++/test/testhdf5_cpp/testhdf5_cpp.vcproj +++ b/windows_vnet/c++/test/testhdf5_cpp/testhdf5_cpp.vcproj @@ -95,7 +95,7 @@ ProgramDataBaseFileName=".\../../../../c++/test/testhdf5_cpp/Debug/"
WarningLevel="3"
SuppressStartupBanner="TRUE"
- DebugInformationFormat="4"
+ DebugInformationFormat="3"
CompileAs="0"/>
<Tool
Name="VCCustomBuildTool"/>
diff --git a/windows_vnet/c++/test/testhdf5_cppdll/testhdf5_cppdll.vcproj b/windows_vnet/c++/test/testhdf5_cppdll/testhdf5_cppdll.vcproj index 8f2f74d..3facae4 100644 --- a/windows_vnet/c++/test/testhdf5_cppdll/testhdf5_cppdll.vcproj +++ b/windows_vnet/c++/test/testhdf5_cppdll/testhdf5_cppdll.vcproj @@ -32,7 +32,7 @@ ProgramDataBaseFileName=".\../../../../c++/test/testhdf5_cppdll/Debug/"
WarningLevel="3"
SuppressStartupBanner="TRUE"
- DebugInformationFormat="4"
+ DebugInformationFormat="3"
CompileAs="0"/>
<Tool
Name="VCCustomBuildTool"/>
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"/>
diff --git a/windows_vnet/hl/c++/test/hl_test_table_cpp/hl_test_table_cpp.vcproj b/windows_vnet/hl/c++/test/hl_test_table_cpp/hl_test_table_cpp.vcproj index 83fc731..13c8fd2 100644 --- a/windows_vnet/hl/c++/test/hl_test_table_cpp/hl_test_table_cpp.vcproj +++ b/windows_vnet/hl/c++/test/hl_test_table_cpp/hl_test_table_cpp.vcproj @@ -32,7 +32,7 @@ ProgramDataBaseFileName=".\../../../../../hl/c++/test/hl_test_table_cpp/Debug/"
WarningLevel="3"
SuppressStartupBanner="TRUE"
- DebugInformationFormat="4"
+ DebugInformationFormat="3"
CompileAs="0"/>
<Tool
Name="VCCustomBuildTool"/>
diff --git a/windows_vnet/hl/c++/test/hl_test_table_cppdll/hl_test_table_cppdll.vcproj b/windows_vnet/hl/c++/test/hl_test_table_cppdll/hl_test_table_cppdll.vcproj index 6ee6633..e6ba10e 100644 --- a/windows_vnet/hl/c++/test/hl_test_table_cppdll/hl_test_table_cppdll.vcproj +++ b/windows_vnet/hl/c++/test/hl_test_table_cppdll/hl_test_table_cppdll.vcproj @@ -93,7 +93,7 @@ ProgramDataBaseFileName=".\../../../../../hl/c++/test/hl_test_table_cppdll/Debug/"
WarningLevel="3"
SuppressStartupBanner="TRUE"
- DebugInformationFormat="4"
+ DebugInformationFormat="3"
CompileAs="0"/>
<Tool
Name="VCCustomBuildTool"/>
diff --git a/windows_vnet/hl/examples/ex_ds1/ex_ds1.vcproj b/windows_vnet/hl/examples/ex_ds1/ex_ds1.vcproj index fbde3c3..6c0bc47 100644 --- a/windows_vnet/hl/examples/ex_ds1/ex_ds1.vcproj +++ b/windows_vnet/hl/examples/ex_ds1/ex_ds1.vcproj @@ -94,7 +94,7 @@ ProgramDataBaseFileName=".\..\..\..\..\hl\examples\ex_ds1\Debug/"
WarningLevel="3"
SuppressStartupBanner="TRUE"
- DebugInformationFormat="4"
+ DebugInformationFormat="3"
CompileAs="0"/>
<Tool
Name="VCCustomBuildTool"/>
diff --git a/windows_vnet/hl/examples/ex_ds1dll/ex_ds1dll.vcproj b/windows_vnet/hl/examples/ex_ds1dll/ex_ds1dll.vcproj index 178e755..ec515c6 100644 --- a/windows_vnet/hl/examples/ex_ds1dll/ex_ds1dll.vcproj +++ b/windows_vnet/hl/examples/ex_ds1dll/ex_ds1dll.vcproj @@ -32,7 +32,7 @@ ProgramDataBaseFileName=".\..\..\..\..\hl\examples\ex_ds1dll\Debug/"
WarningLevel="3"
SuppressStartupBanner="TRUE"
- DebugInformationFormat="4"
+ DebugInformationFormat="3"
CompileAs="0"/>
<Tool
Name="VCCustomBuildTool"/>
diff --git a/windows_vnet/hl/examples/ex_image1/ex_image1.vcproj b/windows_vnet/hl/examples/ex_image1/ex_image1.vcproj index 5a0ab6f..15c74e0 100644 --- a/windows_vnet/hl/examples/ex_image1/ex_image1.vcproj +++ b/windows_vnet/hl/examples/ex_image1/ex_image1.vcproj @@ -33,7 +33,7 @@ ProgramDataBaseFileName=".\..\..\..\..\hl\examples\ex_image1\Debug/"
WarningLevel="3"
SuppressStartupBanner="TRUE"
- DebugInformationFormat="4"
+ DebugInformationFormat="3"
CompileAs="0"/>
<Tool
Name="VCCustomBuildTool"/>
diff --git a/windows_vnet/hl/examples/ex_image1dll/ex_image1dll.vcproj b/windows_vnet/hl/examples/ex_image1dll/ex_image1dll.vcproj index 45db539..639567f 100644 --- a/windows_vnet/hl/examples/ex_image1dll/ex_image1dll.vcproj +++ b/windows_vnet/hl/examples/ex_image1dll/ex_image1dll.vcproj @@ -32,7 +32,7 @@ ProgramDataBaseFileName=".\..\..\..\..\hl\examples\ex_image1dll\Debug/"
WarningLevel="3"
SuppressStartupBanner="TRUE"
- DebugInformationFormat="4"
+ DebugInformationFormat="3"
CompileAs="0"/>
<Tool
Name="VCCustomBuildTool"/>
diff --git a/windows_vnet/hl/examples/ex_image2/ex_image2.vcproj b/windows_vnet/hl/examples/ex_image2/ex_image2.vcproj index b339a74..5a81340 100644 --- a/windows_vnet/hl/examples/ex_image2/ex_image2.vcproj +++ b/windows_vnet/hl/examples/ex_image2/ex_image2.vcproj @@ -27,7 +27,7 @@ UsePrecompiledHeader="0"
WarningLevel="3"
Detect64BitPortabilityProblems="TRUE"
- DebugInformationFormat="4"/>
+ DebugInformationFormat="3"/>
<Tool
Name="VCCustomBuildTool"/>
<Tool
diff --git a/windows_vnet/hl/examples/ex_image2dll/ex_image2dll.vcproj b/windows_vnet/hl/examples/ex_image2dll/ex_image2dll.vcproj index 2a1b923..83906f3 100644 --- a/windows_vnet/hl/examples/ex_image2dll/ex_image2dll.vcproj +++ b/windows_vnet/hl/examples/ex_image2dll/ex_image2dll.vcproj @@ -27,7 +27,7 @@ UsePrecompiledHeader="0"
WarningLevel="3"
Detect64BitPortabilityProblems="TRUE"
- DebugInformationFormat="4"/>
+ DebugInformationFormat="3"/>
<Tool
Name="VCCustomBuildTool"/>
<Tool
diff --git a/windows_vnet/hl/examples/ex_lite1/ex_lite1.vcproj b/windows_vnet/hl/examples/ex_lite1/ex_lite1.vcproj index 9fdee4c..d21f3b8 100644 --- a/windows_vnet/hl/examples/ex_lite1/ex_lite1.vcproj +++ b/windows_vnet/hl/examples/ex_lite1/ex_lite1.vcproj @@ -94,7 +94,7 @@ ProgramDataBaseFileName=".\..\..\..\..\hl\examples\ex_lite1\Debug/"
WarningLevel="3"
SuppressStartupBanner="TRUE"
- DebugInformationFormat="4"
+ DebugInformationFormat="3"
CompileAs="0"/>
<Tool
Name="VCCustomBuildTool"/>
diff --git a/windows_vnet/hl/examples/ex_lite1dll/ex_lite1dll.vcproj b/windows_vnet/hl/examples/ex_lite1dll/ex_lite1dll.vcproj index 5a7d2d1..f50c3bb 100644 --- a/windows_vnet/hl/examples/ex_lite1dll/ex_lite1dll.vcproj +++ b/windows_vnet/hl/examples/ex_lite1dll/ex_lite1dll.vcproj @@ -94,7 +94,7 @@ ProgramDataBaseFileName=".\..\..\..\..\hl\examples\ex_lite1dll\Debug/"
WarningLevel="3"
SuppressStartupBanner="TRUE"
- DebugInformationFormat="4"
+ DebugInformationFormat="3"
CompileAs="0"/>
<Tool
Name="VCCustomBuildTool"/>
diff --git a/windows_vnet/hl/examples/ex_lite2/ex_lite2.vcproj b/windows_vnet/hl/examples/ex_lite2/ex_lite2.vcproj index a4fdfd9..810e553 100644 --- a/windows_vnet/hl/examples/ex_lite2/ex_lite2.vcproj +++ b/windows_vnet/hl/examples/ex_lite2/ex_lite2.vcproj @@ -27,7 +27,7 @@ UsePrecompiledHeader="0"
WarningLevel="3"
Detect64BitPortabilityProblems="TRUE"
- DebugInformationFormat="4"/>
+ DebugInformationFormat="3"/>
<Tool
Name="VCCustomBuildTool"/>
<Tool
diff --git a/windows_vnet/hl/examples/ex_lite2dll/ex_lite2dll.vcproj b/windows_vnet/hl/examples/ex_lite2dll/ex_lite2dll.vcproj index 4c7a2a2..8c0c568 100644 --- a/windows_vnet/hl/examples/ex_lite2dll/ex_lite2dll.vcproj +++ b/windows_vnet/hl/examples/ex_lite2dll/ex_lite2dll.vcproj @@ -27,7 +27,7 @@ UsePrecompiledHeader="0"
WarningLevel="3"
Detect64BitPortabilityProblems="TRUE"
- DebugInformationFormat="4"/>
+ DebugInformationFormat="3"/>
<Tool
Name="VCCustomBuildTool"/>
<Tool
diff --git a/windows_vnet/hl/examples/ex_lite3/ex_lite3.vcproj b/windows_vnet/hl/examples/ex_lite3/ex_lite3.vcproj index 315fe73..4ca4949 100644 --- a/windows_vnet/hl/examples/ex_lite3/ex_lite3.vcproj +++ b/windows_vnet/hl/examples/ex_lite3/ex_lite3.vcproj @@ -27,7 +27,7 @@ UsePrecompiledHeader="0"
WarningLevel="3"
Detect64BitPortabilityProblems="TRUE"
- DebugInformationFormat="4"/>
+ DebugInformationFormat="3"/>
<Tool
Name="VCCustomBuildTool"/>
<Tool
diff --git a/windows_vnet/hl/examples/ex_lite3dll/ex_lite3dll.vcproj b/windows_vnet/hl/examples/ex_lite3dll/ex_lite3dll.vcproj index 886b2f7..4a4cb3e 100644 --- a/windows_vnet/hl/examples/ex_lite3dll/ex_lite3dll.vcproj +++ b/windows_vnet/hl/examples/ex_lite3dll/ex_lite3dll.vcproj @@ -27,7 +27,7 @@ UsePrecompiledHeader="0"
WarningLevel="3"
Detect64BitPortabilityProblems="TRUE"
- DebugInformationFormat="4"/>
+ DebugInformationFormat="3"/>
<Tool
Name="VCCustomBuildTool"/>
<Tool
diff --git a/windows_vnet/hl/examples/ex_table01/ex_table01.vcproj b/windows_vnet/hl/examples/ex_table01/ex_table01.vcproj index 369c6b4..b6e4967 100644 --- a/windows_vnet/hl/examples/ex_table01/ex_table01.vcproj +++ b/windows_vnet/hl/examples/ex_table01/ex_table01.vcproj @@ -94,7 +94,7 @@ ProgramDataBaseFileName=".\..\..\..\..\hl\examples\ex_table01\Debug/"
WarningLevel="3"
SuppressStartupBanner="TRUE"
- DebugInformationFormat="4"
+ DebugInformationFormat="3"
CompileAs="0"/>
<Tool
Name="VCCustomBuildTool"/>
diff --git a/windows_vnet/hl/examples/ex_table01dll/ex_table01dll.vcproj b/windows_vnet/hl/examples/ex_table01dll/ex_table01dll.vcproj index e494729..d975bc1 100644 --- a/windows_vnet/hl/examples/ex_table01dll/ex_table01dll.vcproj +++ b/windows_vnet/hl/examples/ex_table01dll/ex_table01dll.vcproj @@ -94,7 +94,7 @@ ProgramDataBaseFileName=".\..\..\..\..\hl\examples\ex_table01dll\Debug/"
WarningLevel="3"
SuppressStartupBanner="TRUE"
- DebugInformationFormat="4"
+ DebugInformationFormat="3"
CompileAs="0"/>
<Tool
Name="VCCustomBuildTool"/>
diff --git a/windows_vnet/hl/examples/ex_table02/ex_table02.vcproj b/windows_vnet/hl/examples/ex_table02/ex_table02.vcproj index b263fcf..9071b17 100644 --- a/windows_vnet/hl/examples/ex_table02/ex_table02.vcproj +++ b/windows_vnet/hl/examples/ex_table02/ex_table02.vcproj @@ -27,7 +27,7 @@ UsePrecompiledHeader="0"
WarningLevel="3"
Detect64BitPortabilityProblems="TRUE"
- DebugInformationFormat="4"/>
+ DebugInformationFormat="3"/>
<Tool
Name="VCCustomBuildTool"/>
<Tool
diff --git a/windows_vnet/hl/examples/ex_table02dll/ex_table02dll.vcproj b/windows_vnet/hl/examples/ex_table02dll/ex_table02dll.vcproj index 91d1d4f..ef64514 100644 --- a/windows_vnet/hl/examples/ex_table02dll/ex_table02dll.vcproj +++ b/windows_vnet/hl/examples/ex_table02dll/ex_table02dll.vcproj @@ -27,7 +27,7 @@ UsePrecompiledHeader="0"
WarningLevel="3"
Detect64BitPortabilityProblems="TRUE"
- DebugInformationFormat="4"/>
+ DebugInformationFormat="3"/>
<Tool
Name="VCCustomBuildTool"/>
<Tool
diff --git a/windows_vnet/hl/examples/ex_table03/ex_table03.vcproj b/windows_vnet/hl/examples/ex_table03/ex_table03.vcproj index c41978a..045f6ea 100644 --- a/windows_vnet/hl/examples/ex_table03/ex_table03.vcproj +++ b/windows_vnet/hl/examples/ex_table03/ex_table03.vcproj @@ -27,7 +27,7 @@ UsePrecompiledHeader="0"
WarningLevel="3"
Detect64BitPortabilityProblems="TRUE"
- DebugInformationFormat="4"/>
+ DebugInformationFormat="3"/>
<Tool
Name="VCCustomBuildTool"/>
<Tool
diff --git a/windows_vnet/hl/examples/ex_table03dll/ex_table03dll.vcproj b/windows_vnet/hl/examples/ex_table03dll/ex_table03dll.vcproj index 63ad67b..09c90e4 100644 --- a/windows_vnet/hl/examples/ex_table03dll/ex_table03dll.vcproj +++ b/windows_vnet/hl/examples/ex_table03dll/ex_table03dll.vcproj @@ -27,7 +27,7 @@ UsePrecompiledHeader="0"
WarningLevel="3"
Detect64BitPortabilityProblems="TRUE"
- DebugInformationFormat="4"/>
+ DebugInformationFormat="3"/>
<Tool
Name="VCCustomBuildTool"/>
<Tool
diff --git a/windows_vnet/hl/examples/ex_table04/ex_table04.vcproj b/windows_vnet/hl/examples/ex_table04/ex_table04.vcproj index c7d136c..3b30c2e 100644 --- a/windows_vnet/hl/examples/ex_table04/ex_table04.vcproj +++ b/windows_vnet/hl/examples/ex_table04/ex_table04.vcproj @@ -27,7 +27,7 @@ UsePrecompiledHeader="0"
WarningLevel="3"
Detect64BitPortabilityProblems="TRUE"
- DebugInformationFormat="4"/>
+ DebugInformationFormat="3"/>
<Tool
Name="VCCustomBuildTool"/>
<Tool
diff --git a/windows_vnet/hl/examples/ex_table04dll/ex_table04dll.vcproj b/windows_vnet/hl/examples/ex_table04dll/ex_table04dll.vcproj index 3448971..6063261 100644 --- a/windows_vnet/hl/examples/ex_table04dll/ex_table04dll.vcproj +++ b/windows_vnet/hl/examples/ex_table04dll/ex_table04dll.vcproj @@ -27,7 +27,7 @@ UsePrecompiledHeader="0"
WarningLevel="3"
Detect64BitPortabilityProblems="TRUE"
- DebugInformationFormat="4"/>
+ DebugInformationFormat="3"/>
<Tool
Name="VCCustomBuildTool"/>
<Tool
diff --git a/windows_vnet/hl/examples/ex_table05/ex_table05.vcproj b/windows_vnet/hl/examples/ex_table05/ex_table05.vcproj index 71beadb..917c137 100644 --- a/windows_vnet/hl/examples/ex_table05/ex_table05.vcproj +++ b/windows_vnet/hl/examples/ex_table05/ex_table05.vcproj @@ -27,7 +27,7 @@ UsePrecompiledHeader="0"
WarningLevel="3"
Detect64BitPortabilityProblems="TRUE"
- DebugInformationFormat="4"/>
+ DebugInformationFormat="3"/>
<Tool
Name="VCCustomBuildTool"/>
<Tool
diff --git a/windows_vnet/hl/examples/ex_table05dll/ex_table05dll.vcproj b/windows_vnet/hl/examples/ex_table05dll/ex_table05dll.vcproj index bdbc9cc..66391cf 100644 --- a/windows_vnet/hl/examples/ex_table05dll/ex_table05dll.vcproj +++ b/windows_vnet/hl/examples/ex_table05dll/ex_table05dll.vcproj @@ -27,7 +27,7 @@ UsePrecompiledHeader="0"
WarningLevel="3"
Detect64BitPortabilityProblems="TRUE"
- DebugInformationFormat="4"/>
+ DebugInformationFormat="3"/>
<Tool
Name="VCCustomBuildTool"/>
<Tool
diff --git a/windows_vnet/hl/examples/ex_table06/ex_table06.vcproj b/windows_vnet/hl/examples/ex_table06/ex_table06.vcproj index 034ffd4..92a80f8 100644 --- a/windows_vnet/hl/examples/ex_table06/ex_table06.vcproj +++ b/windows_vnet/hl/examples/ex_table06/ex_table06.vcproj @@ -27,7 +27,7 @@ UsePrecompiledHeader="0"
WarningLevel="3"
Detect64BitPortabilityProblems="TRUE"
- DebugInformationFormat="4"/>
+ DebugInformationFormat="3"/>
<Tool
Name="VCCustomBuildTool"/>
<Tool
diff --git a/windows_vnet/hl/examples/ex_table06dll/ex_table06dll.vcproj b/windows_vnet/hl/examples/ex_table06dll/ex_table06dll.vcproj index 9337cd3..4bf61f9 100644 --- a/windows_vnet/hl/examples/ex_table06dll/ex_table06dll.vcproj +++ b/windows_vnet/hl/examples/ex_table06dll/ex_table06dll.vcproj @@ -27,7 +27,7 @@ UsePrecompiledHeader="0"
WarningLevel="3"
Detect64BitPortabilityProblems="TRUE"
- DebugInformationFormat="4"/>
+ DebugInformationFormat="3"/>
<Tool
Name="VCCustomBuildTool"/>
<Tool
diff --git a/windows_vnet/hl/examples/ex_table07/ex_table07.vcproj b/windows_vnet/hl/examples/ex_table07/ex_table07.vcproj index 28cf2db..d74b930 100644 --- a/windows_vnet/hl/examples/ex_table07/ex_table07.vcproj +++ b/windows_vnet/hl/examples/ex_table07/ex_table07.vcproj @@ -27,7 +27,7 @@ UsePrecompiledHeader="0"
WarningLevel="3"
Detect64BitPortabilityProblems="TRUE"
- DebugInformationFormat="4"/>
+ DebugInformationFormat="3"/>
<Tool
Name="VCCustomBuildTool"/>
<Tool
diff --git a/windows_vnet/hl/examples/ex_table07dll/ex_table07dll.vcproj b/windows_vnet/hl/examples/ex_table07dll/ex_table07dll.vcproj index c355e93..4069f89 100644 --- a/windows_vnet/hl/examples/ex_table07dll/ex_table07dll.vcproj +++ b/windows_vnet/hl/examples/ex_table07dll/ex_table07dll.vcproj @@ -27,7 +27,7 @@ UsePrecompiledHeader="0"
WarningLevel="3"
Detect64BitPortabilityProblems="TRUE"
- DebugInformationFormat="4"/>
+ DebugInformationFormat="3"/>
<Tool
Name="VCCustomBuildTool"/>
<Tool
diff --git a/windows_vnet/hl/examples/ex_table08/ex_table08.vcproj b/windows_vnet/hl/examples/ex_table08/ex_table08.vcproj index 32a198b..2a3fbfb 100644 --- a/windows_vnet/hl/examples/ex_table08/ex_table08.vcproj +++ b/windows_vnet/hl/examples/ex_table08/ex_table08.vcproj @@ -27,7 +27,7 @@ UsePrecompiledHeader="0"
WarningLevel="3"
Detect64BitPortabilityProblems="TRUE"
- DebugInformationFormat="4"/>
+ DebugInformationFormat="3"/>
<Tool
Name="VCCustomBuildTool"/>
<Tool
diff --git a/windows_vnet/hl/examples/ex_table08dll/ex_table08dll.vcproj b/windows_vnet/hl/examples/ex_table08dll/ex_table08dll.vcproj index 58860f7..16b4fa8 100644 --- a/windows_vnet/hl/examples/ex_table08dll/ex_table08dll.vcproj +++ b/windows_vnet/hl/examples/ex_table08dll/ex_table08dll.vcproj @@ -27,7 +27,7 @@ UsePrecompiledHeader="0"
WarningLevel="3"
Detect64BitPortabilityProblems="TRUE"
- DebugInformationFormat="4"/>
+ DebugInformationFormat="3"/>
<Tool
Name="VCCustomBuildTool"/>
<Tool
diff --git a/windows_vnet/hl/examples/ex_table09/ex_table09.vcproj b/windows_vnet/hl/examples/ex_table09/ex_table09.vcproj index 4483f6d..7572a2f 100644 --- a/windows_vnet/hl/examples/ex_table09/ex_table09.vcproj +++ b/windows_vnet/hl/examples/ex_table09/ex_table09.vcproj @@ -27,7 +27,7 @@ UsePrecompiledHeader="0"
WarningLevel="3"
Detect64BitPortabilityProblems="TRUE"
- DebugInformationFormat="4"/>
+ DebugInformationFormat="3"/>
<Tool
Name="VCCustomBuildTool"/>
<Tool
diff --git a/windows_vnet/hl/examples/ex_table09dll/ex_table09dll.vcproj b/windows_vnet/hl/examples/ex_table09dll/ex_table09dll.vcproj index 25c661c..e90ef6c 100644 --- a/windows_vnet/hl/examples/ex_table09dll/ex_table09dll.vcproj +++ b/windows_vnet/hl/examples/ex_table09dll/ex_table09dll.vcproj @@ -27,7 +27,7 @@ UsePrecompiledHeader="0"
WarningLevel="3"
Detect64BitPortabilityProblems="TRUE"
- DebugInformationFormat="4"/>
+ DebugInformationFormat="3"/>
<Tool
Name="VCCustomBuildTool"/>
<Tool
diff --git a/windows_vnet/hl/examples/ex_table10/ex_table10.vcproj b/windows_vnet/hl/examples/ex_table10/ex_table10.vcproj index c1648b2..4bfd780 100644 --- a/windows_vnet/hl/examples/ex_table10/ex_table10.vcproj +++ b/windows_vnet/hl/examples/ex_table10/ex_table10.vcproj @@ -27,7 +27,7 @@ UsePrecompiledHeader="0"
WarningLevel="3"
Detect64BitPortabilityProblems="TRUE"
- DebugInformationFormat="4"/>
+ DebugInformationFormat="3"/>
<Tool
Name="VCCustomBuildTool"/>
<Tool
diff --git a/windows_vnet/hl/examples/ex_table10dll/ex_table10dll.vcproj b/windows_vnet/hl/examples/ex_table10dll/ex_table10dll.vcproj index 125362c..8c0e1ae 100644 --- a/windows_vnet/hl/examples/ex_table10dll/ex_table10dll.vcproj +++ b/windows_vnet/hl/examples/ex_table10dll/ex_table10dll.vcproj @@ -27,7 +27,7 @@ UsePrecompiledHeader="0"
WarningLevel="3"
Detect64BitPortabilityProblems="TRUE"
- DebugInformationFormat="4"/>
+ DebugInformationFormat="3"/>
<Tool
Name="VCCustomBuildTool"/>
<Tool
diff --git a/windows_vnet/hl/examples/ex_table11/ex_table11.vcproj b/windows_vnet/hl/examples/ex_table11/ex_table11.vcproj index b883ed6..00a1d94 100644 --- a/windows_vnet/hl/examples/ex_table11/ex_table11.vcproj +++ b/windows_vnet/hl/examples/ex_table11/ex_table11.vcproj @@ -27,7 +27,7 @@ UsePrecompiledHeader="0"
WarningLevel="3"
Detect64BitPortabilityProblems="TRUE"
- DebugInformationFormat="4"/>
+ DebugInformationFormat="3"/>
<Tool
Name="VCCustomBuildTool"/>
<Tool
diff --git a/windows_vnet/hl/examples/ex_table11dll/ex_table11dll.vcproj b/windows_vnet/hl/examples/ex_table11dll/ex_table11dll.vcproj index 44a62d3..8e71574 100644 --- a/windows_vnet/hl/examples/ex_table11dll/ex_table11dll.vcproj +++ b/windows_vnet/hl/examples/ex_table11dll/ex_table11dll.vcproj @@ -27,7 +27,7 @@ UsePrecompiledHeader="0"
WarningLevel="3"
Detect64BitPortabilityProblems="TRUE"
- DebugInformationFormat="4"/>
+ DebugInformationFormat="3"/>
<Tool
Name="VCCustomBuildTool"/>
<Tool
diff --git a/windows_vnet/hl/examples/ex_table12/ex_table12.vcproj b/windows_vnet/hl/examples/ex_table12/ex_table12.vcproj index 2347ef7..22d8103 100644 --- a/windows_vnet/hl/examples/ex_table12/ex_table12.vcproj +++ b/windows_vnet/hl/examples/ex_table12/ex_table12.vcproj @@ -27,7 +27,7 @@ UsePrecompiledHeader="0"
WarningLevel="3"
Detect64BitPortabilityProblems="TRUE"
- DebugInformationFormat="4"/>
+ DebugInformationFormat="3"/>
<Tool
Name="VCCustomBuildTool"/>
<Tool
diff --git a/windows_vnet/hl/examples/ex_table12dll/ex_table12dll.vcproj b/windows_vnet/hl/examples/ex_table12dll/ex_table12dll.vcproj index 4800499..01c4566 100644 --- a/windows_vnet/hl/examples/ex_table12dll/ex_table12dll.vcproj +++ b/windows_vnet/hl/examples/ex_table12dll/ex_table12dll.vcproj @@ -27,7 +27,7 @@ UsePrecompiledHeader="0"
WarningLevel="3"
Detect64BitPortabilityProblems="TRUE"
- DebugInformationFormat="4"/>
+ DebugInformationFormat="3"/>
<Tool
Name="VCCustomBuildTool"/>
<Tool
diff --git a/windows_vnet/hl/examples/ptExampleFL/ptExampleFL.vcproj b/windows_vnet/hl/examples/ptExampleFL/ptExampleFL.vcproj index b01f255..d0cbcdd 100644 --- a/windows_vnet/hl/examples/ptExampleFL/ptExampleFL.vcproj +++ b/windows_vnet/hl/examples/ptExampleFL/ptExampleFL.vcproj @@ -32,7 +32,7 @@ ProgramDataBaseFileName=".\..\..\..\..\hl\examples\ptExampleFL\Debug/"
WarningLevel="3"
SuppressStartupBanner="TRUE"
- DebugInformationFormat="4"
+ DebugInformationFormat="3"
CompileAs="0"/>
<Tool
Name="VCCustomBuildTool"/>
diff --git a/windows_vnet/hl/examples/ptExampleFLdll/ptExampleFLdll.vcproj b/windows_vnet/hl/examples/ptExampleFLdll/ptExampleFLdll.vcproj index 73c2e39..74e5eef 100644 --- a/windows_vnet/hl/examples/ptExampleFLdll/ptExampleFLdll.vcproj +++ b/windows_vnet/hl/examples/ptExampleFLdll/ptExampleFLdll.vcproj @@ -32,7 +32,7 @@ ProgramDataBaseFileName=".\..\..\..\..\hl\examples\ptExampleFLdll\Debug/"
WarningLevel="3"
SuppressStartupBanner="TRUE"
- DebugInformationFormat="4"
+ DebugInformationFormat="3"
CompileAs="0"/>
<Tool
Name="VCCustomBuildTool"/>
diff --git a/windows_vnet/hl/examples/ptExampleVL/ptExampleVL.vcproj b/windows_vnet/hl/examples/ptExampleVL/ptExampleVL.vcproj index 1df1a70..5a7b6f1 100644 --- a/windows_vnet/hl/examples/ptExampleVL/ptExampleVL.vcproj +++ b/windows_vnet/hl/examples/ptExampleVL/ptExampleVL.vcproj @@ -28,7 +28,7 @@ UsePrecompiledHeader="0"
WarningLevel="3"
Detect64BitPortabilityProblems="TRUE"
- DebugInformationFormat="4"/>
+ DebugInformationFormat="3"/>
<Tool
Name="VCCustomBuildTool"/>
<Tool
diff --git a/windows_vnet/hl/examples/ptExampleVLdll/ptExampleVLdll.vcproj b/windows_vnet/hl/examples/ptExampleVLdll/ptExampleVLdll.vcproj index 233e7dd..202217e 100644 --- a/windows_vnet/hl/examples/ptExampleVLdll/ptExampleVLdll.vcproj +++ b/windows_vnet/hl/examples/ptExampleVLdll/ptExampleVLdll.vcproj @@ -27,7 +27,7 @@ UsePrecompiledHeader="0"
WarningLevel="3"
Detect64BitPortabilityProblems="TRUE"
- DebugInformationFormat="4"/>
+ DebugInformationFormat="3"/>
<Tool
Name="VCCustomBuildTool"/>
<Tool
diff --git a/windows_vnet/hl/test/hl_test_ds/hl_test_ds.vcproj b/windows_vnet/hl/test/hl_test_ds/hl_test_ds.vcproj index a23b776..601554a 100644 --- a/windows_vnet/hl/test/hl_test_ds/hl_test_ds.vcproj +++ b/windows_vnet/hl/test/hl_test_ds/hl_test_ds.vcproj @@ -32,7 +32,7 @@ ProgramDataBaseFileName=".\../../../../hl/test/hl_test_ds/Debug/"
WarningLevel="3"
SuppressStartupBanner="TRUE"
- DebugInformationFormat="4"
+ DebugInformationFormat="3"
CompileAs="0"/>
<Tool
Name="VCCustomBuildTool"/>
diff --git a/windows_vnet/hl/test/hl_test_dsdll/hl_test_dsdll.vcproj b/windows_vnet/hl/test/hl_test_dsdll/hl_test_dsdll.vcproj index c253a2f..e6856f3 100644 --- a/windows_vnet/hl/test/hl_test_dsdll/hl_test_dsdll.vcproj +++ b/windows_vnet/hl/test/hl_test_dsdll/hl_test_dsdll.vcproj @@ -94,7 +94,7 @@ ProgramDataBaseFileName=".\../../../../hl/test/hl_test_dsdll/Debug/"
WarningLevel="3"
SuppressStartupBanner="TRUE"
- DebugInformationFormat="4"
+ DebugInformationFormat="3"
CompileAs="0"/>
<Tool
Name="VCCustomBuildTool"/>
diff --git a/windows_vnet/hl/test/hl_test_image/hl_test_image.vcproj b/windows_vnet/hl/test/hl_test_image/hl_test_image.vcproj index 0aebbfb..34d6955 100644 --- a/windows_vnet/hl/test/hl_test_image/hl_test_image.vcproj +++ b/windows_vnet/hl/test/hl_test_image/hl_test_image.vcproj @@ -32,7 +32,7 @@ ProgramDataBaseFileName=".\../../../../hl/test/hl_test_image/Debug/"
WarningLevel="3"
SuppressStartupBanner="TRUE"
- DebugInformationFormat="4"
+ DebugInformationFormat="3"
CompileAs="0"/>
<Tool
Name="VCCustomBuildTool"/>
diff --git a/windows_vnet/hl/test/hl_test_imagedll/hl_test_imagedll.vcproj b/windows_vnet/hl/test/hl_test_imagedll/hl_test_imagedll.vcproj index 16f0cf0..fe3b71c 100644 --- a/windows_vnet/hl/test/hl_test_imagedll/hl_test_imagedll.vcproj +++ b/windows_vnet/hl/test/hl_test_imagedll/hl_test_imagedll.vcproj @@ -32,7 +32,7 @@ ProgramDataBaseFileName=".\../../../../hl/test/hl_test_imagedll/Debug/"
WarningLevel="3"
SuppressStartupBanner="TRUE"
- DebugInformationFormat="4"
+ DebugInformationFormat="3"
CompileAs="0"/>
<Tool
Name="VCCustomBuildTool"/>
diff --git a/windows_vnet/hl/test/hl_test_lite/hl_test_lite.vcproj b/windows_vnet/hl/test/hl_test_lite/hl_test_lite.vcproj index 0d9ecea..0440b62 100644 --- a/windows_vnet/hl/test/hl_test_lite/hl_test_lite.vcproj +++ b/windows_vnet/hl/test/hl_test_lite/hl_test_lite.vcproj @@ -93,7 +93,7 @@ ProgramDataBaseFileName=".\../../../../hl/test/hl_test_lite/Debug/"
WarningLevel="3"
SuppressStartupBanner="TRUE"
- DebugInformationFormat="4"
+ DebugInformationFormat="3"
CompileAs="0"/>
<Tool
Name="VCCustomBuildTool"/>
diff --git a/windows_vnet/hl/test/hl_test_litedll/hl_test_litedll.vcproj b/windows_vnet/hl/test/hl_test_litedll/hl_test_litedll.vcproj index ccd3c2e..3987bd9 100644 --- a/windows_vnet/hl/test/hl_test_litedll/hl_test_litedll.vcproj +++ b/windows_vnet/hl/test/hl_test_litedll/hl_test_litedll.vcproj @@ -93,7 +93,7 @@ ProgramDataBaseFileName=".\../../../../hl/test/hl_test_litedll/Debug/"
WarningLevel="3"
SuppressStartupBanner="TRUE"
- DebugInformationFormat="4"
+ DebugInformationFormat="3"
CompileAs="0"/>
<Tool
Name="VCCustomBuildTool"/>
diff --git a/windows_vnet/hl/test/hl_test_packet/hl_test_packet.vcproj b/windows_vnet/hl/test/hl_test_packet/hl_test_packet.vcproj index 85514c4..f49c599 100644 --- a/windows_vnet/hl/test/hl_test_packet/hl_test_packet.vcproj +++ b/windows_vnet/hl/test/hl_test_packet/hl_test_packet.vcproj @@ -94,7 +94,7 @@ ProgramDataBaseFileName=".\../../../../hl/test/hl_test_packet/Debug/"
WarningLevel="3"
SuppressStartupBanner="TRUE"
- DebugInformationFormat="4"
+ DebugInformationFormat="3"
CompileAs="0"/>
<Tool
Name="VCCustomBuildTool"/>
diff --git a/windows_vnet/hl/test/hl_test_packetdll/hl_test_packetdll.vcproj b/windows_vnet/hl/test/hl_test_packetdll/hl_test_packetdll.vcproj index 9a4897d..49abeb3 100644 --- a/windows_vnet/hl/test/hl_test_packetdll/hl_test_packetdll.vcproj +++ b/windows_vnet/hl/test/hl_test_packetdll/hl_test_packetdll.vcproj @@ -93,7 +93,7 @@ ProgramDataBaseFileName=".\../../../../hl/test/hl_test_packetdll/Debug/"
WarningLevel="3"
SuppressStartupBanner="TRUE"
- DebugInformationFormat="4"
+ DebugInformationFormat="3"
CompileAs="0"/>
<Tool
Name="VCCustomBuildTool"/>
diff --git a/windows_vnet/hl/test/hl_test_table/hl_test_table.vcproj b/windows_vnet/hl/test/hl_test_table/hl_test_table.vcproj index 4ae5dd1..c52304f 100644 --- a/windows_vnet/hl/test/hl_test_table/hl_test_table.vcproj +++ b/windows_vnet/hl/test/hl_test_table/hl_test_table.vcproj @@ -93,7 +93,7 @@ ProgramDataBaseFileName=".\../../../../hl/test/hl_test_table/Debug/"
WarningLevel="3"
SuppressStartupBanner="TRUE"
- DebugInformationFormat="4"
+ DebugInformationFormat="3"
CompileAs="0"/>
<Tool
Name="VCCustomBuildTool"/>
diff --git a/windows_vnet/hl/test/hl_test_tabledll/hl_test_tabledll.vcproj b/windows_vnet/hl/test/hl_test_tabledll/hl_test_tabledll.vcproj index cb4b68e..eefaff7 100644 --- a/windows_vnet/hl/test/hl_test_tabledll/hl_test_tabledll.vcproj +++ b/windows_vnet/hl/test/hl_test_tabledll/hl_test_tabledll.vcproj @@ -32,7 +32,7 @@ ProgramDataBaseFileName=".\../../../../hl/test/hl_test_tabledll/Debug/"
WarningLevel="3"
SuppressStartupBanner="TRUE"
- DebugInformationFormat="4"
+ DebugInformationFormat="3"
CompileAs="0"/>
<Tool
Name="VCCustomBuildTool"/>
diff --git a/windows_vnet/hl/tools/gifconv/gif2h5.vcproj b/windows_vnet/hl/tools/gifconv/gif2h5.vcproj index 5e6647a..5ec5750 100644 --- a/windows_vnet/hl/tools/gifconv/gif2h5.vcproj +++ b/windows_vnet/hl/tools/gifconv/gif2h5.vcproj @@ -32,7 +32,7 @@ ProgramDataBaseFileName=".\..\..\..\..\hl\tools\gifconv\gif2h5\Debug/"
WarningLevel="3"
SuppressStartupBanner="TRUE"
- DebugInformationFormat="4"
+ DebugInformationFormat="3"
CompileAs="0"/>
<Tool
Name="VCCustomBuildTool"/>
diff --git a/windows_vnet/hl/tools/gifconv/h52gif.vcproj b/windows_vnet/hl/tools/gifconv/h52gif.vcproj index 8787b81..ea1eb4e 100644 --- a/windows_vnet/hl/tools/gifconv/h52gif.vcproj +++ b/windows_vnet/hl/tools/gifconv/h52gif.vcproj @@ -94,7 +94,7 @@ ProgramDataBaseFileName=".\..\..\..\..\hl\tools\gifconv\h52gif\debug/"
WarningLevel="3"
SuppressStartupBanner="TRUE"
- DebugInformationFormat="4"
+ DebugInformationFormat="3"
CompileAs="0"/>
<Tool
Name="VCCustomBuildTool"/>
diff --git a/windows_vnet/hl/tools/gifconvdll/gif2h5dll.vcproj b/windows_vnet/hl/tools/gifconvdll/gif2h5dll.vcproj index 425f7e4..f02be74 100644 --- a/windows_vnet/hl/tools/gifconvdll/gif2h5dll.vcproj +++ b/windows_vnet/hl/tools/gifconvdll/gif2h5dll.vcproj @@ -92,7 +92,7 @@ ProgramDataBaseFileName=".\..\..\..\..\hl\tools\gifconvdll\gif2h5dll\Debug/"
WarningLevel="3"
SuppressStartupBanner="TRUE"
- DebugInformationFormat="4"
+ DebugInformationFormat="3"
CompileAs="0"/>
<Tool
Name="VCCustomBuildTool"/>
diff --git a/windows_vnet/hl/tools/gifconvdll/h52gifdll.vcproj b/windows_vnet/hl/tools/gifconvdll/h52gifdll.vcproj index 5f9a402..25cafbc 100644 --- a/windows_vnet/hl/tools/gifconvdll/h52gifdll.vcproj +++ b/windows_vnet/hl/tools/gifconvdll/h52gifdll.vcproj @@ -92,7 +92,7 @@ ProgramDataBaseFileName=".\..\..\..\..\hl\tools\gifconvdll\h52gifdll\Debug/"
WarningLevel="3"
SuppressStartupBanner="TRUE"
- DebugInformationFormat="4"
+ DebugInformationFormat="3"
CompileAs="0"/>
<Tool
Name="VCCustomBuildTool"/>
diff --git a/windows_vnet/misc/typegen/h5tinit/h5tinit.vcproj b/windows_vnet/misc/typegen/h5tinit/h5tinit.vcproj index fbc7b52..31d93b4 100644 --- a/windows_vnet/misc/typegen/h5tinit/h5tinit.vcproj +++ b/windows_vnet/misc/typegen/h5tinit/h5tinit.vcproj @@ -91,7 +91,7 @@ ProgramDataBaseFileName=".\..\..\..\..\src/"
WarningLevel="3"
SuppressStartupBanner="TRUE"
- DebugInformationFormat="4"/>
+ DebugInformationFormat="3"/>
<Tool
Name="VCCustomBuildTool"/>
<Tool
diff --git a/windows_vnet/proj/hdf5/hdf5.vcproj b/windows_vnet/proj/hdf5/hdf5.vcproj index c02068c..e86ef9e 100644 --- a/windows_vnet/proj/hdf5/hdf5.vcproj +++ b/windows_vnet/proj/hdf5/hdf5.vcproj @@ -30,7 +30,7 @@ BrowseInformation="1"
WarningLevel="3"
SuppressStartupBanner="TRUE"
- DebugInformationFormat="1"/>
+ DebugInformationFormat="3"/>
<Tool
Name="VCCustomBuildTool"/>
<Tool
@@ -175,7 +175,7 @@ BrowseInformation="1"
WarningLevel="3"
SuppressStartupBanner="TRUE"
- DebugInformationFormat="1"
+ DebugInformationFormat="3"
CompileAs="0"/>
<Tool
Name="VCCustomBuildTool"/>
diff --git a/windows_vnet/proj/hdf5_cpp/hdf5_cpp.vcproj b/windows_vnet/proj/hdf5_cpp/hdf5_cpp.vcproj index bbb2fb4..1d7ad41 100644 --- a/windows_vnet/proj/hdf5_cpp/hdf5_cpp.vcproj +++ b/windows_vnet/proj/hdf5_cpp/hdf5_cpp.vcproj @@ -84,7 +84,7 @@ ProgramDataBaseFileName=".\..\..\..\proj\hdf5_cpp\Debug/"
WarningLevel="3"
SuppressStartupBanner="TRUE"
- DebugInformationFormat="4"
+ DebugInformationFormat="3"
CompileAs="0"/>
<Tool
Name="VCCustomBuildTool"/>
diff --git a/windows_vnet/proj/hdf5_cppdll/hdf5_cppdll.vcproj b/windows_vnet/proj/hdf5_cppdll/hdf5_cppdll.vcproj index 56a8017..4979c00 100644 --- a/windows_vnet/proj/hdf5_cppdll/hdf5_cppdll.vcproj +++ b/windows_vnet/proj/hdf5_cppdll/hdf5_cppdll.vcproj @@ -96,7 +96,7 @@ ProgramDataBaseFileName=".\../../../proj/hdf5_cppdll/Debug/"
WarningLevel="3"
SuppressStartupBanner="TRUE"
- DebugInformationFormat="4"
+ DebugInformationFormat="3"
CompileAs="0"/>
<Tool
Name="VCCustomBuildTool"/>
diff --git a/windows_vnet/proj/hdf5_hl/hdf5_hl.vcproj b/windows_vnet/proj/hdf5_hl/hdf5_hl.vcproj index d56b9aa..08f77a4 100644 --- a/windows_vnet/proj/hdf5_hl/hdf5_hl.vcproj +++ b/windows_vnet/proj/hdf5_hl/hdf5_hl.vcproj @@ -32,7 +32,7 @@ ProgramDataBaseFileName=".\..\..\..\proj\hdf5_hl\Debug/"
WarningLevel="3"
SuppressStartupBanner="TRUE"
- DebugInformationFormat="4"
+ DebugInformationFormat="3"
CompileAs="0"/>
<Tool
Name="VCCustomBuildTool"/>
diff --git a/windows_vnet/proj/hdf5_hl_cpp/hdf5_hl_cpp.vcproj b/windows_vnet/proj/hdf5_hl_cpp/hdf5_hl_cpp.vcproj index 605cc94..d0ecff3 100644 --- a/windows_vnet/proj/hdf5_hl_cpp/hdf5_hl_cpp.vcproj +++ b/windows_vnet/proj/hdf5_hl_cpp/hdf5_hl_cpp.vcproj @@ -84,7 +84,7 @@ ProgramDataBaseFileName=".\..\..\..\proj\hdf5_hl_cpp\Debug/"
WarningLevel="3"
SuppressStartupBanner="TRUE"
- DebugInformationFormat="4"
+ DebugInformationFormat="3"
CompileAs="0"/>
<Tool
Name="VCCustomBuildTool"/>
diff --git a/windows_vnet/proj/hdf5_hl_cppdll/hdf5_hl_cppdll.vcproj b/windows_vnet/proj/hdf5_hl_cppdll/hdf5_hl_cppdll.vcproj index fa9925a..e723eda 100644 --- a/windows_vnet/proj/hdf5_hl_cppdll/hdf5_hl_cppdll.vcproj +++ b/windows_vnet/proj/hdf5_hl_cppdll/hdf5_hl_cppdll.vcproj @@ -97,7 +97,7 @@ ProgramDataBaseFileName=".\..\..\..\proj\hdf5_hl_cppdll\Debug/"
WarningLevel="3"
SuppressStartupBanner="TRUE"
- DebugInformationFormat="4"
+ DebugInformationFormat="3"
CompileAs="0"/>
<Tool
Name="VCCustomBuildTool"/>
diff --git a/windows_vnet/proj/hdf5_hldll/hdf5_hldll.vcproj b/windows_vnet/proj/hdf5_hldll/hdf5_hldll.vcproj index 6445d92..e6e7bf2 100644 --- a/windows_vnet/proj/hdf5_hldll/hdf5_hldll.vcproj +++ b/windows_vnet/proj/hdf5_hldll/hdf5_hldll.vcproj @@ -97,7 +97,7 @@ ProgramDataBaseFileName=".\..\..\..\proj\hdf5_hldll\Debug/"
WarningLevel="3"
SuppressStartupBanner="TRUE"
- DebugInformationFormat="4"
+ DebugInformationFormat="3"
CompileAs="0"/>
<Tool
Name="VCCustomBuildTool"/>
diff --git a/windows_vnet/proj/hdf5dll/hdf5dll.vcproj b/windows_vnet/proj/hdf5dll/hdf5dll.vcproj index 23debef..16ca5a6 100644 --- a/windows_vnet/proj/hdf5dll/hdf5dll.vcproj +++ b/windows_vnet/proj/hdf5dll/hdf5dll.vcproj @@ -29,7 +29,7 @@ ProgramDataBaseFileName=".\../../../proj/hdf5dll/Debug/"
WarningLevel="3"
SuppressStartupBanner="TRUE"
- DebugInformationFormat="4"/>
+ DebugInformationFormat="3"/>
<Tool
Name="VCCustomBuildTool"/>
<Tool
diff --git a/windows_vnet/test/big/big.vcproj b/windows_vnet/test/big/big.vcproj index a771937..01241d9 100644 --- a/windows_vnet/test/big/big.vcproj +++ b/windows_vnet/test/big/big.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/test/bigdll/bigdll.vcproj b/windows_vnet/test/bigdll/bigdll.vcproj index 04ff08b..1ad67a9 100644 --- a/windows_vnet/test/bigdll/bigdll.vcproj +++ b/windows_vnet/test/bigdll/bigdll.vcproj @@ -31,7 +31,7 @@ ProgramDataBaseFileName=".\../../../test/bigdll/Debug/"
WarningLevel="3"
SuppressStartupBanner="TRUE"
- DebugInformationFormat="4"
+ DebugInformationFormat="3"
CompileAs="0"/>
<Tool
Name="VCCustomBuildTool"/>
diff --git a/windows_vnet/test/bittests/bittests.vcproj b/windows_vnet/test/bittests/bittests.vcproj index a53fae7..7312d56 100644 --- a/windows_vnet/test/bittests/bittests.vcproj +++ b/windows_vnet/test/bittests/bittests.vcproj @@ -148,7 +148,7 @@ ProgramDataBaseFileName=".\../../../test/bittests/Debug/"
WarningLevel="3"
SuppressStartupBanner="TRUE"
- DebugInformationFormat="4"
+ DebugInformationFormat="3"
CompileAs="0"/>
<Tool
Name="VCCustomBuildTool"/>
diff --git a/windows_vnet/test/bittestsdll/bittestsdll.vcproj b/windows_vnet/test/bittestsdll/bittestsdll.vcproj index 3329eaf..228086c 100644 --- a/windows_vnet/test/bittestsdll/bittestsdll.vcproj +++ b/windows_vnet/test/bittestsdll/bittestsdll.vcproj @@ -148,7 +148,7 @@ ProgramDataBaseFileName=".\../../../test/bittestsdll/Debug/"
WarningLevel="3"
SuppressStartupBanner="TRUE"
- DebugInformationFormat="4"
+ DebugInformationFormat="3"
CompileAs="0"/>
<Tool
Name="VCCustomBuildTool"/>
diff --git a/windows_vnet/test/btree2/btree2.vcproj b/windows_vnet/test/btree2/btree2.vcproj index eae9acd..368f3b7 100644 --- a/windows_vnet/test/btree2/btree2.vcproj +++ b/windows_vnet/test/btree2/btree2.vcproj @@ -32,7 +32,7 @@ ProgramDataBaseFileName=".\../../../test/btree2/Debug/"
WarningLevel="3"
SuppressStartupBanner="TRUE"
- DebugInformationFormat="4"
+ DebugInformationFormat="3"
CompileAs="0"/>
<Tool
Name="VCCustomBuildTool"/>
diff --git a/windows_vnet/test/btree2dll/btree2dll.vcproj b/windows_vnet/test/btree2dll/btree2dll.vcproj index 78c296a..701f9d5 100644 --- a/windows_vnet/test/btree2dll/btree2dll.vcproj +++ b/windows_vnet/test/btree2dll/btree2dll.vcproj @@ -32,7 +32,7 @@ ProgramDataBaseFileName=".\../../../test/btree2dll/Debug/"
WarningLevel="3"
SuppressStartupBanner="TRUE"
- DebugInformationFormat="4"
+ DebugInformationFormat="3"
CompileAs="0"/>
<Tool
Name="VCCustomBuildTool"/>
diff --git a/windows_vnet/test/cache/cache.vcproj b/windows_vnet/test/cache/cache.vcproj index 0371d58..a938deb 100644 --- a/windows_vnet/test/cache/cache.vcproj +++ b/windows_vnet/test/cache/cache.vcproj @@ -32,7 +32,7 @@ ProgramDataBaseFileName=".\../../../test/cache/Debug/"
WarningLevel="3"
SuppressStartupBanner="TRUE"
- DebugInformationFormat="4"
+ DebugInformationFormat="3"
CompileAs="0"/>
<Tool
Name="VCCustomBuildTool"/>
diff --git a/windows_vnet/test/cache_api/cache_api.vcproj b/windows_vnet/test/cache_api/cache_api.vcproj index 0089bcc..658a8c0 100644 --- a/windows_vnet/test/cache_api/cache_api.vcproj +++ b/windows_vnet/test/cache_api/cache_api.vcproj @@ -32,7 +32,7 @@ ProgramDataBaseFileName=".\../../../test/cache_api/Debug/"
WarningLevel="3"
SuppressStartupBanner="TRUE"
- DebugInformationFormat="4"
+ DebugInformationFormat="3"
CompileAs="0"/>
<Tool
Name="VCCustomBuildTool"/>
diff --git a/windows_vnet/test/cache_apidll/cache_apidll.vcproj b/windows_vnet/test/cache_apidll/cache_apidll.vcproj index 3add955..7478169 100644 --- a/windows_vnet/test/cache_apidll/cache_apidll.vcproj +++ b/windows_vnet/test/cache_apidll/cache_apidll.vcproj @@ -93,7 +93,7 @@ ProgramDataBaseFileName=".\../../../test/cache_apidll/Debug/"
WarningLevel="3"
SuppressStartupBanner="TRUE"
- DebugInformationFormat="4"
+ DebugInformationFormat="3"
CompileAs="0"/>
<Tool
Name="VCCustomBuildTool"/>
diff --git a/windows_vnet/test/cachedll/cachedll.vcproj b/windows_vnet/test/cachedll/cachedll.vcproj index b4e206f..7d6cbc5 100644 --- a/windows_vnet/test/cachedll/cachedll.vcproj +++ b/windows_vnet/test/cachedll/cachedll.vcproj @@ -32,7 +32,7 @@ ProgramDataBaseFileName=".\../../../test/cachedll/Debug/"
WarningLevel="3"
SuppressStartupBanner="TRUE"
- DebugInformationFormat="4"
+ DebugInformationFormat="3"
CompileAs="0"/>
<Tool
Name="VCCustomBuildTool"/>
diff --git a/windows_vnet/test/chunk/chunk.vcproj b/windows_vnet/test/chunk/chunk.vcproj index 3aa7166..b476716 100644 --- a/windows_vnet/test/chunk/chunk.vcproj +++ b/windows_vnet/test/chunk/chunk.vcproj @@ -91,7 +91,7 @@ BrowseInformation="1"
WarningLevel="3"
SuppressStartupBanner="TRUE"
- DebugInformationFormat="4"
+ DebugInformationFormat="3"
CompileAs="0"/>
<Tool
Name="VCCustomBuildTool"/>
diff --git a/windows_vnet/test/chunk_info/chunk_info.vcproj b/windows_vnet/test/chunk_info/chunk_info.vcproj index c58cf4c..fa4db93 100644 --- a/windows_vnet/test/chunk_info/chunk_info.vcproj +++ b/windows_vnet/test/chunk_info/chunk_info.vcproj @@ -27,7 +27,7 @@ UsePrecompiledHeader="0"
WarningLevel="3"
Detect64BitPortabilityProblems="TRUE"
- DebugInformationFormat="4"/>
+ DebugInformationFormat="3"/>
<Tool
Name="VCCustomBuildTool"/>
<Tool
diff --git a/windows_vnet/test/chunk_infodll/chunk_infodll.vcproj b/windows_vnet/test/chunk_infodll/chunk_infodll.vcproj index bd92532..5df7ed6 100644 --- a/windows_vnet/test/chunk_infodll/chunk_infodll.vcproj +++ b/windows_vnet/test/chunk_infodll/chunk_infodll.vcproj @@ -27,7 +27,7 @@ UsePrecompiledHeader="0"
WarningLevel="3"
Detect64BitPortabilityProblems="TRUE"
- DebugInformationFormat="4"/>
+ DebugInformationFormat="3"/>
<Tool
Name="VCCustomBuildTool"/>
<Tool
diff --git a/windows_vnet/test/chunkdll/chunkdll.vcproj b/windows_vnet/test/chunkdll/chunkdll.vcproj index 7e52743..c46f0aa 100644 --- a/windows_vnet/test/chunkdll/chunkdll.vcproj +++ b/windows_vnet/test/chunkdll/chunkdll.vcproj @@ -31,7 +31,7 @@ ProgramDataBaseFileName=".\../../../test/chunkdll/Debug/"
WarningLevel="3"
SuppressStartupBanner="TRUE"
- DebugInformationFormat="4"
+ DebugInformationFormat="3"
CompileAs="0"/>
<Tool
Name="VCCustomBuildTool"/>
diff --git a/windows_vnet/test/cmpd_dset/cmpd_dset.vcproj b/windows_vnet/test/cmpd_dset/cmpd_dset.vcproj index c907ea9..54f7727 100644 --- a/windows_vnet/test/cmpd_dset/cmpd_dset.vcproj +++ b/windows_vnet/test/cmpd_dset/cmpd_dset.vcproj @@ -211,7 +211,7 @@ ProgramDataBaseFileName=".\../../../test/cmpd_dset/Debug/"
WarningLevel="3"
SuppressStartupBanner="TRUE"
- DebugInformationFormat="4"
+ DebugInformationFormat="3"
CompileAs="0"/>
<Tool
Name="VCCustomBuildTool"/>
diff --git a/windows_vnet/test/cmpd_dsetdll/cmpd_dsetdll.vcproj b/windows_vnet/test/cmpd_dsetdll/cmpd_dsetdll.vcproj index a9fc91c..51a6ef1 100644 --- a/windows_vnet/test/cmpd_dsetdll/cmpd_dsetdll.vcproj +++ b/windows_vnet/test/cmpd_dsetdll/cmpd_dsetdll.vcproj @@ -210,7 +210,7 @@ ProgramDataBaseFileName=".\../../../test/cmpd_dsetdll/Debug/"
WarningLevel="3"
SuppressStartupBanner="TRUE"
- DebugInformationFormat="4"
+ DebugInformationFormat="3"
CompileAs="0"/>
<Tool
Name="VCCustomBuildTool"/>
diff --git a/windows_vnet/test/cross_read/cross_read.vcproj b/windows_vnet/test/cross_read/cross_read.vcproj index a59344f..c79f9f4 100644 --- a/windows_vnet/test/cross_read/cross_read.vcproj +++ b/windows_vnet/test/cross_read/cross_read.vcproj @@ -95,7 +95,7 @@ ProgramDataBaseFileName=".\../../../test/cross_read/Debug/"
WarningLevel="3"
SuppressStartupBanner="TRUE"
- DebugInformationFormat="4"
+ DebugInformationFormat="3"
CompileAs="0"/>
<Tool
Name="VCCustomBuildTool"/>
diff --git a/windows_vnet/test/cross_readdll/cross_readdll.vcproj b/windows_vnet/test/cross_readdll/cross_readdll.vcproj index 62208cc..34b15de 100644 --- a/windows_vnet/test/cross_readdll/cross_readdll.vcproj +++ b/windows_vnet/test/cross_readdll/cross_readdll.vcproj @@ -32,7 +32,7 @@ ProgramDataBaseFileName=".\../../../test/cross_readdll/Debug/"
WarningLevel="3"
SuppressStartupBanner="TRUE"
- DebugInformationFormat="4"
+ DebugInformationFormat="3"
CompileAs="0"/>
<Tool
Name="VCCustomBuildTool"/>
diff --git a/windows_vnet/test/dangle/dangle.vcproj b/windows_vnet/test/dangle/dangle.vcproj index 75c1b7b..3140fe8 100644 --- a/windows_vnet/test/dangle/dangle.vcproj +++ b/windows_vnet/test/dangle/dangle.vcproj @@ -94,7 +94,7 @@ ProgramDataBaseFileName=".\../../../test/dangle/Debug/"
WarningLevel="3"
SuppressStartupBanner="TRUE"
- DebugInformationFormat="4"
+ DebugInformationFormat="3"
CompileAs="0"/>
<Tool
Name="VCCustomBuildTool"/>
diff --git a/windows_vnet/test/dangledll/dangledll.vcproj b/windows_vnet/test/dangledll/dangledll.vcproj index 050a65b..a5590e9 100644 --- a/windows_vnet/test/dangledll/dangledll.vcproj +++ b/windows_vnet/test/dangledll/dangledll.vcproj @@ -32,7 +32,7 @@ ProgramDataBaseFileName=".\../../../test/dangledll/Debug/"
WarningLevel="3"
SuppressStartupBanner="TRUE"
- DebugInformationFormat="4"
+ DebugInformationFormat="3"
CompileAs="0"/>
<Tool
Name="VCCustomBuildTool"/>
diff --git a/windows_vnet/test/dsets/dsets.vcproj b/windows_vnet/test/dsets/dsets.vcproj index cd86f91..ae2aaf4 100644 --- a/windows_vnet/test/dsets/dsets.vcproj +++ b/windows_vnet/test/dsets/dsets.vcproj @@ -211,7 +211,7 @@ ProgramDataBaseFileName=".\../../../test/dsets/Debug/"
WarningLevel="3"
SuppressStartupBanner="TRUE"
- DebugInformationFormat="4"
+ DebugInformationFormat="3"
CompileAs="0"/>
<Tool
Name="VCCustomBuildTool"/>
diff --git a/windows_vnet/test/dsetsdll/dsetsdll.vcproj b/windows_vnet/test/dsetsdll/dsetsdll.vcproj index 87e283d..1637f16 100644 --- a/windows_vnet/test/dsetsdll/dsetsdll.vcproj +++ b/windows_vnet/test/dsetsdll/dsetsdll.vcproj @@ -148,7 +148,7 @@ ProgramDataBaseFileName=".\../../../test/dsetsdll/Debug/"
WarningLevel="3"
SuppressStartupBanner="TRUE"
- DebugInformationFormat="4"
+ DebugInformationFormat="3"
CompileAs="0"/>
<Tool
Name="VCCustomBuildTool"/>
diff --git a/windows_vnet/test/dt_arith/dt_arith.vcproj b/windows_vnet/test/dt_arith/dt_arith.vcproj index c1bf7b5..dca25f4 100644 --- a/windows_vnet/test/dt_arith/dt_arith.vcproj +++ b/windows_vnet/test/dt_arith/dt_arith.vcproj @@ -32,7 +32,7 @@ ProgramDataBaseFileName=".\../../../test/dt_arith/Debug/"
WarningLevel="3"
SuppressStartupBanner="TRUE"
- DebugInformationFormat="4"
+ DebugInformationFormat="3"
CompileAs="0"/>
<Tool
Name="VCCustomBuildTool"/>
diff --git a/windows_vnet/test/dt_arithdll/dt_arithdll.vcproj b/windows_vnet/test/dt_arithdll/dt_arithdll.vcproj index 4c3da12..04a5a44 100644 --- a/windows_vnet/test/dt_arithdll/dt_arithdll.vcproj +++ b/windows_vnet/test/dt_arithdll/dt_arithdll.vcproj @@ -32,7 +32,7 @@ ProgramDataBaseFileName=".\../../../test/dt_arithdll/Debug/"
WarningLevel="3"
SuppressStartupBanner="TRUE"
- DebugInformationFormat="4"
+ DebugInformationFormat="3"
CompileAs="0"/>
<Tool
Name="VCCustomBuildTool"/>
diff --git a/windows_vnet/test/dtransform/dtransform.vcproj b/windows_vnet/test/dtransform/dtransform.vcproj index e5cf5ed..7e4fd28 100644 --- a/windows_vnet/test/dtransform/dtransform.vcproj +++ b/windows_vnet/test/dtransform/dtransform.vcproj @@ -32,7 +32,7 @@ ProgramDataBaseFileName=".\../../../test/dtransform/Debug/"
WarningLevel="3"
SuppressStartupBanner="TRUE"
- DebugInformationFormat="4"
+ DebugInformationFormat="3"
CompileAs="0"/>
<Tool
Name="VCCustomBuildTool"/>
diff --git a/windows_vnet/test/dtransformdll/dtransformdll.vcproj b/windows_vnet/test/dtransformdll/dtransformdll.vcproj index 6e46ca8..ac34479 100644 --- a/windows_vnet/test/dtransformdll/dtransformdll.vcproj +++ b/windows_vnet/test/dtransformdll/dtransformdll.vcproj @@ -32,7 +32,7 @@ ProgramDataBaseFileName=".\../../../test/dtransformdll/Debug/"
WarningLevel="3"
SuppressStartupBanner="TRUE"
- DebugInformationFormat="4"
+ DebugInformationFormat="3"
CompileAs="0"/>
<Tool
Name="VCCustomBuildTool"/>
diff --git a/windows_vnet/test/dtypes/dtypes.vcproj b/windows_vnet/test/dtypes/dtypes.vcproj index 562c844..0ff46fb 100644 --- a/windows_vnet/test/dtypes/dtypes.vcproj +++ b/windows_vnet/test/dtypes/dtypes.vcproj @@ -31,7 +31,7 @@ ProgramDataBaseFileName=".\../../../test/dtypes/Debug/"
WarningLevel="3"
SuppressStartupBanner="TRUE"
- DebugInformationFormat="4"
+ DebugInformationFormat="3"
CompileAs="0"/>
<Tool
Name="VCCustomBuildTool"/>
diff --git a/windows_vnet/test/dtypesdll/dtypesdll.vcproj b/windows_vnet/test/dtypesdll/dtypesdll.vcproj index 8cdd3a9..33ac885 100644 --- a/windows_vnet/test/dtypesdll/dtypesdll.vcproj +++ b/windows_vnet/test/dtypesdll/dtypesdll.vcproj @@ -31,7 +31,7 @@ ProgramDataBaseFileName=".\../../../test/dtypesdll/Debug/"
WarningLevel="3"
SuppressStartupBanner="TRUE"
- DebugInformationFormat="4"
+ DebugInformationFormat="3"
CompileAs="0"/>
<Tool
Name="VCCustomBuildTool"/>
diff --git a/windows_vnet/test/enum/enum.vcproj b/windows_vnet/test/enum/enum.vcproj index ff89bfb..92294f0 100644 --- a/windows_vnet/test/enum/enum.vcproj +++ b/windows_vnet/test/enum/enum.vcproj @@ -94,7 +94,7 @@ ProgramDataBaseFileName=".\../../../test/enum/Debug/"
WarningLevel="3"
SuppressStartupBanner="TRUE"
- DebugInformationFormat="4"
+ DebugInformationFormat="3"
CompileAs="0"/>
<Tool
Name="VCCustomBuildTool"/>
diff --git a/windows_vnet/test/enumdll/enumdll.vcproj b/windows_vnet/test/enumdll/enumdll.vcproj index fb64385..c69a5fb 100644 --- a/windows_vnet/test/enumdll/enumdll.vcproj +++ b/windows_vnet/test/enumdll/enumdll.vcproj @@ -210,7 +210,7 @@ ProgramDataBaseFileName=".\../../../test/enumdll/Debug/"
WarningLevel="3"
SuppressStartupBanner="TRUE"
- DebugInformationFormat="4"
+ DebugInformationFormat="3"
CompileAs="0"/>
<Tool
Name="VCCustomBuildTool"/>
diff --git a/windows_vnet/test/err_compat/err_compat.vcproj b/windows_vnet/test/err_compat/err_compat.vcproj index 61129e4..c01b887 100644 --- a/windows_vnet/test/err_compat/err_compat.vcproj +++ b/windows_vnet/test/err_compat/err_compat.vcproj @@ -95,7 +95,7 @@ ProgramDataBaseFileName=".\../../../test/err_compat/Debug/"
WarningLevel="3"
SuppressStartupBanner="TRUE"
- DebugInformationFormat="4"
+ DebugInformationFormat="3"
CompileAs="0"/>
<Tool
Name="VCCustomBuildTool"/>
diff --git a/windows_vnet/test/err_compatdll/err_compatdll.vcproj b/windows_vnet/test/err_compatdll/err_compatdll.vcproj index 8db7a4a..ebf8d2c 100644 --- a/windows_vnet/test/err_compatdll/err_compatdll.vcproj +++ b/windows_vnet/test/err_compatdll/err_compatdll.vcproj @@ -32,7 +32,7 @@ ProgramDataBaseFileName=".\../../../test/err_compatdll/Debug/"
WarningLevel="3"
SuppressStartupBanner="TRUE"
- DebugInformationFormat="4"
+ DebugInformationFormat="3"
CompileAs="0"/>
<Tool
Name="VCCustomBuildTool"/>
diff --git a/windows_vnet/test/error_test/error_test.vcproj b/windows_vnet/test/error_test/error_test.vcproj index 159db8a..af6dd9a 100644 --- a/windows_vnet/test/error_test/error_test.vcproj +++ b/windows_vnet/test/error_test/error_test.vcproj @@ -32,7 +32,7 @@ ProgramDataBaseFileName=".\../../../test/error_test/Debug/"
WarningLevel="3"
SuppressStartupBanner="TRUE"
- DebugInformationFormat="4"
+ DebugInformationFormat="3"
CompileAs="0"/>
<Tool
Name="VCCustomBuildTool"/>
diff --git a/windows_vnet/test/error_testdll/error_testdll.vcproj b/windows_vnet/test/error_testdll/error_testdll.vcproj index 0b7c4db..952d02a 100644 --- a/windows_vnet/test/error_testdll/error_testdll.vcproj +++ b/windows_vnet/test/error_testdll/error_testdll.vcproj @@ -32,7 +32,7 @@ ProgramDataBaseFileName=".\../../../test/error_testdll/Debug/"
WarningLevel="3"
SuppressStartupBanner="TRUE"
- DebugInformationFormat="4"
+ DebugInformationFormat="3"
CompileAs="0"/>
<Tool
Name="VCCustomBuildTool"/>
diff --git a/windows_vnet/test/extend/extend.vcproj b/windows_vnet/test/extend/extend.vcproj index cdfbc5b..c00c43c 100644 --- a/windows_vnet/test/extend/extend.vcproj +++ b/windows_vnet/test/extend/extend.vcproj @@ -211,7 +211,7 @@ ProgramDataBaseFileName=".\../../../test/extend/Debug/"
WarningLevel="3"
SuppressStartupBanner="TRUE"
- DebugInformationFormat="4"
+ DebugInformationFormat="3"
CompileAs="0"/>
<Tool
Name="VCCustomBuildTool"/>
diff --git a/windows_vnet/test/extenddll/extenddll.vcproj b/windows_vnet/test/extenddll/extenddll.vcproj index 54a6b1e..edf84bd 100644 --- a/windows_vnet/test/extenddll/extenddll.vcproj +++ b/windows_vnet/test/extenddll/extenddll.vcproj @@ -31,7 +31,7 @@ ProgramDataBaseFileName=".\../../../test/extenddll/Debug/"
WarningLevel="3"
SuppressStartupBanner="TRUE"
- DebugInformationFormat="4"
+ DebugInformationFormat="3"
CompileAs="0"/>
<Tool
Name="VCCustomBuildTool"/>
diff --git a/windows_vnet/test/external/external.vcproj b/windows_vnet/test/external/external.vcproj index 162d507..30699da 100644 --- a/windows_vnet/test/external/external.vcproj +++ b/windows_vnet/test/external/external.vcproj @@ -31,7 +31,7 @@ ProgramDataBaseFileName=".\../../../test/external/Debug/"
WarningLevel="3"
SuppressStartupBanner="TRUE"
- DebugInformationFormat="4"
+ DebugInformationFormat="3"
CompileAs="0"/>
<Tool
Name="VCCustomBuildTool"/>
diff --git a/windows_vnet/test/externaldll/externaldll.vcproj b/windows_vnet/test/externaldll/externaldll.vcproj index 1250252..dd6e842 100644 --- a/windows_vnet/test/externaldll/externaldll.vcproj +++ b/windows_vnet/test/externaldll/externaldll.vcproj @@ -210,7 +210,7 @@ ProgramDataBaseFileName=".\../../../test/externaldll/Debug/"
WarningLevel="3"
SuppressStartupBanner="TRUE"
- DebugInformationFormat="4"
+ DebugInformationFormat="3"
CompileAs="0"/>
<Tool
Name="VCCustomBuildTool"/>
diff --git a/windows_vnet/test/fheap/fheap.vcproj b/windows_vnet/test/fheap/fheap.vcproj index 107919b..76ec0fb 100644 --- a/windows_vnet/test/fheap/fheap.vcproj +++ b/windows_vnet/test/fheap/fheap.vcproj @@ -95,7 +95,7 @@ ProgramDataBaseFileName=".\../../../test/fheap/Debug/"
WarningLevel="3"
SuppressStartupBanner="TRUE"
- DebugInformationFormat="4"
+ DebugInformationFormat="3"
CompileAs="0"/>
<Tool
Name="VCCustomBuildTool"/>
diff --git a/windows_vnet/test/fheapdll/fheapdll.vcproj b/windows_vnet/test/fheapdll/fheapdll.vcproj index 8bf831d..8137c5a 100644 --- a/windows_vnet/test/fheapdll/fheapdll.vcproj +++ b/windows_vnet/test/fheapdll/fheapdll.vcproj @@ -94,7 +94,7 @@ ProgramDataBaseFileName=".\../../../test/fheapdll/Debug/"
WarningLevel="3"
SuppressStartupBanner="TRUE"
- DebugInformationFormat="4"
+ DebugInformationFormat="3"
CompileAs="0"/>
<Tool
Name="VCCustomBuildTool"/>
diff --git a/windows_vnet/test/fillval/fillval.vcproj b/windows_vnet/test/fillval/fillval.vcproj index 27cd223..8b0dc1f 100644 --- a/windows_vnet/test/fillval/fillval.vcproj +++ b/windows_vnet/test/fillval/fillval.vcproj @@ -31,7 +31,7 @@ ProgramDataBaseFileName=".\../../../test/fillval/Debug/"
WarningLevel="3"
SuppressStartupBanner="TRUE"
- DebugInformationFormat="4"
+ DebugInformationFormat="3"
CompileAs="0"/>
<Tool
Name="VCCustomBuildTool"/>
diff --git a/windows_vnet/test/fillvaldll/fillvaldll.vcproj b/windows_vnet/test/fillvaldll/fillvaldll.vcproj index 7a41d29..8f9632e 100644 --- a/windows_vnet/test/fillvaldll/fillvaldll.vcproj +++ b/windows_vnet/test/fillvaldll/fillvaldll.vcproj @@ -210,7 +210,7 @@ ProgramDataBaseFileName=".\../../../test/fillvaldll/Debug/"
WarningLevel="3"
SuppressStartupBanner="TRUE"
- DebugInformationFormat="4"
+ DebugInformationFormat="3"
CompileAs="0"/>
<Tool
Name="VCCustomBuildTool"/>
diff --git a/windows_vnet/test/flush1/flush1.vcproj b/windows_vnet/test/flush1/flush1.vcproj index 3173ab6..f0bb420 100644 --- a/windows_vnet/test/flush1/flush1.vcproj +++ b/windows_vnet/test/flush1/flush1.vcproj @@ -211,7 +211,7 @@ ProgramDataBaseFileName=".\../../../test/flush1/Debug/"
WarningLevel="3"
SuppressStartupBanner="TRUE"
- DebugInformationFormat="4"
+ DebugInformationFormat="3"
CompileAs="0"/>
<Tool
Name="VCCustomBuildTool"/>
diff --git a/windows_vnet/test/flush1dll/flush1dll.vcproj b/windows_vnet/test/flush1dll/flush1dll.vcproj index 8eb34a9..a6a33b5 100644 --- a/windows_vnet/test/flush1dll/flush1dll.vcproj +++ b/windows_vnet/test/flush1dll/flush1dll.vcproj @@ -31,7 +31,7 @@ ProgramDataBaseFileName=".\../../../test/flush1dll/Debug/"
WarningLevel="3"
SuppressStartupBanner="TRUE"
- DebugInformationFormat="4"
+ DebugInformationFormat="3"
CompileAs="0"/>
<Tool
Name="VCCustomBuildTool"/>
diff --git a/windows_vnet/test/flush2/flush2.vcproj b/windows_vnet/test/flush2/flush2.vcproj index 1aeb1a5..60fc85e 100644 --- a/windows_vnet/test/flush2/flush2.vcproj +++ b/windows_vnet/test/flush2/flush2.vcproj @@ -148,7 +148,7 @@ ProgramDataBaseFileName=".\../../../test/flush2/Debug/"
WarningLevel="3"
SuppressStartupBanner="TRUE"
- DebugInformationFormat="4"
+ DebugInformationFormat="3"
CompileAs="0"/>
<Tool
Name="VCCustomBuildTool"/>
diff --git a/windows_vnet/test/flush2dll/flush2dll.vcproj b/windows_vnet/test/flush2dll/flush2dll.vcproj index 36ca1a5..170a041 100644 --- a/windows_vnet/test/flush2dll/flush2dll.vcproj +++ b/windows_vnet/test/flush2dll/flush2dll.vcproj @@ -90,7 +90,7 @@ ProgramDataBaseFileName=".\../../../test/flush2dll/Debug/"
WarningLevel="3"
SuppressStartupBanner="TRUE"
- DebugInformationFormat="4"
+ DebugInformationFormat="3"
CompileAs="0"/>
<Tool
Name="VCCustomBuildTool"/>
diff --git a/windows_vnet/test/getname/getname.vcproj b/windows_vnet/test/getname/getname.vcproj index 6c31a03..d0a44bd 100644 --- a/windows_vnet/test/getname/getname.vcproj +++ b/windows_vnet/test/getname/getname.vcproj @@ -95,7 +95,7 @@ ProgramDataBaseFileName=".\../../../test/getname/Debug/"
WarningLevel="3"
SuppressStartupBanner="TRUE"
- DebugInformationFormat="4"
+ DebugInformationFormat="3"
CompileAs="0"/>
<Tool
Name="VCCustomBuildTool"/>
diff --git a/windows_vnet/test/getnamedll/getnamedll.vcproj b/windows_vnet/test/getnamedll/getnamedll.vcproj index 1c62770..04c2b47 100644 --- a/windows_vnet/test/getnamedll/getnamedll.vcproj +++ b/windows_vnet/test/getnamedll/getnamedll.vcproj @@ -95,7 +95,7 @@ ProgramDataBaseFileName=".\../../../test/getnamedll/Debug/"
WarningLevel="3"
SuppressStartupBanner="TRUE"
- DebugInformationFormat="4"
+ DebugInformationFormat="3"
CompileAs="0"/>
<Tool
Name="VCCustomBuildTool"/>
diff --git a/windows_vnet/test/getub/getub.vcproj b/windows_vnet/test/getub/getub.vcproj index f8908ad..72afb78 100644 --- a/windows_vnet/test/getub/getub.vcproj +++ b/windows_vnet/test/getub/getub.vcproj @@ -32,7 +32,7 @@ ProgramDataBaseFileName=".\../../../test/getub/Debug/"
WarningLevel="3"
SuppressStartupBanner="TRUE"
- DebugInformationFormat="4"
+ DebugInformationFormat="3"
CompileAs="0"/>
<Tool
Name="VCCustomBuildTool"/>
diff --git a/windows_vnet/test/gheap/gheap.vcproj b/windows_vnet/test/gheap/gheap.vcproj index 23280bd..ac382a1 100644 --- a/windows_vnet/test/gheap/gheap.vcproj +++ b/windows_vnet/test/gheap/gheap.vcproj @@ -211,7 +211,7 @@ ProgramDataBaseFileName=".\../../../test/gheap/Debug/"
WarningLevel="3"
SuppressStartupBanner="TRUE"
- DebugInformationFormat="4"
+ DebugInformationFormat="3"
CompileAs="0"/>
<Tool
Name="VCCustomBuildTool"/>
diff --git a/windows_vnet/test/gheapdll/gheapdll.vcproj b/windows_vnet/test/gheapdll/gheapdll.vcproj index 932dc38..4cc81d6 100644 --- a/windows_vnet/test/gheapdll/gheapdll.vcproj +++ b/windows_vnet/test/gheapdll/gheapdll.vcproj @@ -210,7 +210,7 @@ ProgramDataBaseFileName=".\../../../test/gheapdll/Debug/"
WarningLevel="3"
SuppressStartupBanner="TRUE"
- DebugInformationFormat="4"
+ DebugInformationFormat="3"
CompileAs="0"/>
<Tool
Name="VCCustomBuildTool"/>
diff --git a/windows_vnet/test/hyperslab/hyperslab.vcproj b/windows_vnet/test/hyperslab/hyperslab.vcproj index 2ff5051..521af73 100644 --- a/windows_vnet/test/hyperslab/hyperslab.vcproj +++ b/windows_vnet/test/hyperslab/hyperslab.vcproj @@ -148,7 +148,7 @@ ProgramDataBaseFileName=".\../../../test/hyperslab/Debug/"
WarningLevel="3"
SuppressStartupBanner="TRUE"
- DebugInformationFormat="4"
+ DebugInformationFormat="3"
CompileAs="0"/>
<Tool
Name="VCCustomBuildTool"/>
diff --git a/windows_vnet/test/hyperslabdll/hyperslabdll.vcproj b/windows_vnet/test/hyperslabdll/hyperslabdll.vcproj index 7555e28..7798f84 100644 --- a/windows_vnet/test/hyperslabdll/hyperslabdll.vcproj +++ b/windows_vnet/test/hyperslabdll/hyperslabdll.vcproj @@ -91,7 +91,7 @@ ProgramDataBaseFileName=".\../../../test/hyperslabdll/Debug/"
WarningLevel="3"
SuppressStartupBanner="TRUE"
- DebugInformationFormat="4"
+ DebugInformationFormat="3"
CompileAs="0"/>
<Tool
Name="VCCustomBuildTool"/>
diff --git a/windows_vnet/test/iopipe/iopipe.vcproj b/windows_vnet/test/iopipe/iopipe.vcproj index 7a94c01..393bed6 100644 --- a/windows_vnet/test/iopipe/iopipe.vcproj +++ b/windows_vnet/test/iopipe/iopipe.vcproj @@ -210,7 +210,7 @@ ProgramDataBaseFileName=".\../../../test/iopipe/Debug/"
WarningLevel="3"
SuppressStartupBanner="TRUE"
- DebugInformationFormat="4"
+ DebugInformationFormat="3"
CompileAs="0"/>
<Tool
Name="VCCustomBuildTool"/>
diff --git a/windows_vnet/test/iopipedll/iopipedll.vcproj b/windows_vnet/test/iopipedll/iopipedll.vcproj index 97fe1bb..7e304ac 100644 --- a/windows_vnet/test/iopipedll/iopipedll.vcproj +++ b/windows_vnet/test/iopipedll/iopipedll.vcproj @@ -31,7 +31,7 @@ ProgramDataBaseFileName=".\../../../test/iopipedll/Debug/"
WarningLevel="3"
SuppressStartupBanner="TRUE"
- DebugInformationFormat="4"
+ DebugInformationFormat="3"
CompileAs="0"/>
<Tool
Name="VCCustomBuildTool"/>
diff --git a/windows_vnet/test/istore/istore.vcproj b/windows_vnet/test/istore/istore.vcproj index b267f6d..3874af3 100644 --- a/windows_vnet/test/istore/istore.vcproj +++ b/windows_vnet/test/istore/istore.vcproj @@ -211,7 +211,7 @@ ProgramDataBaseFileName=".\../../../test/istore/Debug/"
WarningLevel="3"
SuppressStartupBanner="TRUE"
- DebugInformationFormat="4"
+ DebugInformationFormat="3"
CompileAs="0"/>
<Tool
Name="VCCustomBuildTool"/>
diff --git a/windows_vnet/test/istoredll/istoredll.vcproj b/windows_vnet/test/istoredll/istoredll.vcproj index 811a374..79c0c88 100644 --- a/windows_vnet/test/istoredll/istoredll.vcproj +++ b/windows_vnet/test/istoredll/istoredll.vcproj @@ -210,7 +210,7 @@ ProgramDataBaseFileName=".\../../../test/istoredll/Debug/"
WarningLevel="3"
SuppressStartupBanner="TRUE"
- DebugInformationFormat="4"
+ DebugInformationFormat="3"
CompileAs="0"/>
<Tool
Name="VCCustomBuildTool"/>
diff --git a/windows_vnet/test/lheap/lheap.vcproj b/windows_vnet/test/lheap/lheap.vcproj index e6ce45f..f528c23 100644 --- a/windows_vnet/test/lheap/lheap.vcproj +++ b/windows_vnet/test/lheap/lheap.vcproj @@ -148,7 +148,7 @@ ProgramDataBaseFileName=".\../../../test/lheap/Debug/"
WarningLevel="3"
SuppressStartupBanner="TRUE"
- DebugInformationFormat="4"
+ DebugInformationFormat="3"
CompileAs="0"/>
<Tool
Name="VCCustomBuildTool"/>
diff --git a/windows_vnet/test/lheapdll/lheapdll.vcproj b/windows_vnet/test/lheapdll/lheapdll.vcproj index c295892..40fbfae 100644 --- a/windows_vnet/test/lheapdll/lheapdll.vcproj +++ b/windows_vnet/test/lheapdll/lheapdll.vcproj @@ -210,7 +210,7 @@ ProgramDataBaseFileName=".\../../../test/lheapdll/Debug/"
WarningLevel="3"
SuppressStartupBanner="TRUE"
- DebugInformationFormat="4"
+ DebugInformationFormat="3"
CompileAs="0"/>
<Tool
Name="VCCustomBuildTool"/>
diff --git a/windows_vnet/test/libtest/libtest.vcproj b/windows_vnet/test/libtest/libtest.vcproj index 85041bb..c93b449 100644 --- a/windows_vnet/test/libtest/libtest.vcproj +++ b/windows_vnet/test/libtest/libtest.vcproj @@ -32,7 +32,7 @@ ProgramDataBaseFileName=".\..\..\..\test\libtest\Debug/"
WarningLevel="3"
SuppressStartupBanner="TRUE"
- DebugInformationFormat="4"
+ DebugInformationFormat="3"
CompileAs="0"/>
<Tool
Name="VCCustomBuildTool"/>
diff --git a/windows_vnet/test/libtestD/libtestD.vcproj b/windows_vnet/test/libtestD/libtestD.vcproj index c8421da..57f9816 100644 --- a/windows_vnet/test/libtestD/libtestD.vcproj +++ b/windows_vnet/test/libtestD/libtestD.vcproj @@ -96,7 +96,7 @@ ProgramDataBaseFileName=".\../../../test/libtestD/Debug/"
WarningLevel="3"
SuppressStartupBanner="TRUE"
- DebugInformationFormat="4"
+ DebugInformationFormat="3"
CompileAs="0"/>
<Tool
Name="VCCustomBuildTool"/>
diff --git a/windows_vnet/test/links/links.vcproj b/windows_vnet/test/links/links.vcproj index dbdf216..9d1a3c8 100644 --- a/windows_vnet/test/links/links.vcproj +++ b/windows_vnet/test/links/links.vcproj @@ -211,7 +211,7 @@ ProgramDataBaseFileName=".\../../../test/links/Debug/"
WarningLevel="3"
SuppressStartupBanner="TRUE"
- DebugInformationFormat="4"
+ DebugInformationFormat="3"
CompileAs="0"/>
<Tool
Name="VCCustomBuildTool"/>
diff --git a/windows_vnet/test/linksdll/linksdll.vcproj b/windows_vnet/test/linksdll/linksdll.vcproj index 779c35a..86e85f1 100644 --- a/windows_vnet/test/linksdll/linksdll.vcproj +++ b/windows_vnet/test/linksdll/linksdll.vcproj @@ -89,7 +89,7 @@ ProgramDataBaseFileName=".\../../../test/linksdll/Debug/"
WarningLevel="3"
SuppressStartupBanner="TRUE"
- DebugInformationFormat="4"
+ DebugInformationFormat="3"
CompileAs="0"/>
<Tool
Name="VCCustomBuildTool"/>
diff --git a/windows_vnet/test/mount/mount.vcproj b/windows_vnet/test/mount/mount.vcproj index 9cfd1ee..2420a56 100644 --- a/windows_vnet/test/mount/mount.vcproj +++ b/windows_vnet/test/mount/mount.vcproj @@ -148,7 +148,7 @@ ProgramDataBaseFileName=".\../../../test/mount/Debug/"
WarningLevel="3"
SuppressStartupBanner="TRUE"
- DebugInformationFormat="4"
+ DebugInformationFormat="3"
CompileAs="0"/>
<Tool
Name="VCCustomBuildTool"/>
diff --git a/windows_vnet/test/mountdll/mountdll.vcproj b/windows_vnet/test/mountdll/mountdll.vcproj index c095c1b..a89fe2f 100644 --- a/windows_vnet/test/mountdll/mountdll.vcproj +++ b/windows_vnet/test/mountdll/mountdll.vcproj @@ -148,7 +148,7 @@ ProgramDataBaseFileName=".\../../../test/mountdll/Debug/"
WarningLevel="3"
SuppressStartupBanner="TRUE"
- DebugInformationFormat="4"
+ DebugInformationFormat="3"
CompileAs="0"/>
<Tool
Name="VCCustomBuildTool"/>
diff --git a/windows_vnet/test/mtime/mtime.vcproj b/windows_vnet/test/mtime/mtime.vcproj index 7e2141b..78c3621 100644 --- a/windows_vnet/test/mtime/mtime.vcproj +++ b/windows_vnet/test/mtime/mtime.vcproj @@ -211,7 +211,7 @@ ProgramDataBaseFileName=".\../../../test/mtime/Debug/"
WarningLevel="3"
SuppressStartupBanner="TRUE"
- DebugInformationFormat="4"
+ DebugInformationFormat="3"
CompileAs="0"/>
<Tool
Name="VCCustomBuildTool"/>
diff --git a/windows_vnet/test/mtimedll/mtimedll.vcproj b/windows_vnet/test/mtimedll/mtimedll.vcproj index 5f85975..a586aff 100644 --- a/windows_vnet/test/mtimedll/mtimedll.vcproj +++ b/windows_vnet/test/mtimedll/mtimedll.vcproj @@ -210,7 +210,7 @@ ProgramDataBaseFileName=".\../../../test/mtimedll/Debug/"
WarningLevel="3"
SuppressStartupBanner="TRUE"
- DebugInformationFormat="4"
+ DebugInformationFormat="3"
CompileAs="0"/>
<Tool
Name="VCCustomBuildTool"/>
diff --git a/windows_vnet/test/ntypes/ntypes.vcproj b/windows_vnet/test/ntypes/ntypes.vcproj index 0d6dd7d..a8f94c0 100644 --- a/windows_vnet/test/ntypes/ntypes.vcproj +++ b/windows_vnet/test/ntypes/ntypes.vcproj @@ -32,7 +32,7 @@ ProgramDataBaseFileName=".\../../../test/ntypes/Debug/"
WarningLevel="3"
SuppressStartupBanner="TRUE"
- DebugInformationFormat="4"
+ DebugInformationFormat="3"
CompileAs="0"/>
<Tool
Name="VCCustomBuildTool"/>
diff --git a/windows_vnet/test/ntypesdll/ntypesdll.vcproj b/windows_vnet/test/ntypesdll/ntypesdll.vcproj index 2b3e805..1167f7e 100644 --- a/windows_vnet/test/ntypesdll/ntypesdll.vcproj +++ b/windows_vnet/test/ntypesdll/ntypesdll.vcproj @@ -32,7 +32,7 @@ ProgramDataBaseFileName=".\../../../test/ntypesdll/Debug/"
WarningLevel="3"
SuppressStartupBanner="TRUE"
- DebugInformationFormat="4"
+ DebugInformationFormat="3"
CompileAs="0"/>
<Tool
Name="VCCustomBuildTool"/>
diff --git a/windows_vnet/test/objcopy/objcopy.vcproj b/windows_vnet/test/objcopy/objcopy.vcproj index 3b426bf..74cdadf 100644 --- a/windows_vnet/test/objcopy/objcopy.vcproj +++ b/windows_vnet/test/objcopy/objcopy.vcproj @@ -32,7 +32,7 @@ ProgramDataBaseFileName=".\../../../test/objcopy/Debug/"
WarningLevel="3"
SuppressStartupBanner="TRUE"
- DebugInformationFormat="4"
+ DebugInformationFormat="3"
CompileAs="0"/>
<Tool
Name="VCCustomBuildTool"/>
diff --git a/windows_vnet/test/objcopydll/objcopydll.vcproj b/windows_vnet/test/objcopydll/objcopydll.vcproj index ed29e0f..df8d9fd 100644 --- a/windows_vnet/test/objcopydll/objcopydll.vcproj +++ b/windows_vnet/test/objcopydll/objcopydll.vcproj @@ -32,7 +32,7 @@ ProgramDataBaseFileName=".\../../../test/objcopydll/Debug/"
WarningLevel="3"
SuppressStartupBanner="TRUE"
- DebugInformationFormat="4"
+ DebugInformationFormat="3"
CompileAs="0"/>
<Tool
Name="VCCustomBuildTool"/>
diff --git a/windows_vnet/test/ohdr/ohdr.vcproj b/windows_vnet/test/ohdr/ohdr.vcproj index 2f0fd81..0e55f3e 100644 --- a/windows_vnet/test/ohdr/ohdr.vcproj +++ b/windows_vnet/test/ohdr/ohdr.vcproj @@ -211,7 +211,7 @@ ProgramDataBaseFileName=".\../../../test/ohdr/Debug/"
WarningLevel="3"
SuppressStartupBanner="TRUE"
- DebugInformationFormat="4"
+ DebugInformationFormat="3"
CompileAs="0"/>
<Tool
Name="VCCustomBuildTool"/>
diff --git a/windows_vnet/test/ohdrdll/ohdrdll.vcproj b/windows_vnet/test/ohdrdll/ohdrdll.vcproj index 6893bf6..a37e23d 100644 --- a/windows_vnet/test/ohdrdll/ohdrdll.vcproj +++ b/windows_vnet/test/ohdrdll/ohdrdll.vcproj @@ -210,7 +210,7 @@ ProgramDataBaseFileName=".\../../../test/ohdrdll/Debug/"
WarningLevel="3"
SuppressStartupBanner="TRUE"
- DebugInformationFormat="4"
+ DebugInformationFormat="3"
CompileAs="0"/>
<Tool
Name="VCCustomBuildTool"/>
diff --git a/windows_vnet/test/overhead/overhead.vcproj b/windows_vnet/test/overhead/overhead.vcproj index 3af1c06..541361a 100644 --- a/windows_vnet/test/overhead/overhead.vcproj +++ b/windows_vnet/test/overhead/overhead.vcproj @@ -210,7 +210,7 @@ ProgramDataBaseFileName=".\../../../test/overhead/Debug/"
WarningLevel="3"
SuppressStartupBanner="TRUE"
- DebugInformationFormat="4"
+ DebugInformationFormat="3"
CompileAs="0"/>
<Tool
Name="VCCustomBuildTool"/>
diff --git a/windows_vnet/test/overheaddll/overheaddll.vcproj b/windows_vnet/test/overheaddll/overheaddll.vcproj index 58a95b6..8185028 100644 --- a/windows_vnet/test/overheaddll/overheaddll.vcproj +++ b/windows_vnet/test/overheaddll/overheaddll.vcproj @@ -31,7 +31,7 @@ ProgramDataBaseFileName=".\../../../test/overheaddll/Debug/"
WarningLevel="3"
SuppressStartupBanner="TRUE"
- DebugInformationFormat="4"
+ DebugInformationFormat="3"
CompileAs="0"/>
<Tool
Name="VCCustomBuildTool"/>
diff --git a/windows_vnet/test/pool/pool.vcproj b/windows_vnet/test/pool/pool.vcproj index a14e8ea..08105f2 100644 --- a/windows_vnet/test/pool/pool.vcproj +++ b/windows_vnet/test/pool/pool.vcproj @@ -95,7 +95,7 @@ ProgramDataBaseFileName=".\../../../test/pool/Debug/"
WarningLevel="3"
SuppressStartupBanner="TRUE"
- DebugInformationFormat="4"
+ DebugInformationFormat="3"
CompileAs="0"/>
<Tool
Name="VCCustomBuildTool"/>
diff --git a/windows_vnet/test/pooldll/pooldll.vcproj b/windows_vnet/test/pooldll/pooldll.vcproj index 27118b9..240e432 100644 --- a/windows_vnet/test/pooldll/pooldll.vcproj +++ b/windows_vnet/test/pooldll/pooldll.vcproj @@ -94,7 +94,7 @@ ProgramDataBaseFileName=".\../../../test/pooldll/Debug/"
WarningLevel="3"
SuppressStartupBanner="TRUE"
- DebugInformationFormat="4"
+ DebugInformationFormat="3"
CompileAs="0"/>
<Tool
Name="VCCustomBuildTool"/>
diff --git a/windows_vnet/test/reserved/reserved.vcproj b/windows_vnet/test/reserved/reserved.vcproj index e129fd8..440ba33 100644 --- a/windows_vnet/test/reserved/reserved.vcproj +++ b/windows_vnet/test/reserved/reserved.vcproj @@ -32,7 +32,7 @@ ProgramDataBaseFileName=".\../../../test/reserved/Debug/"
WarningLevel="3"
SuppressStartupBanner="TRUE"
- DebugInformationFormat="4"
+ DebugInformationFormat="3"
CompileAs="0"/>
<Tool
Name="VCCustomBuildTool"/>
diff --git a/windows_vnet/test/reserveddll/reserveddll.vcproj b/windows_vnet/test/reserveddll/reserveddll.vcproj index 79d4884..8d7c353 100644 --- a/windows_vnet/test/reserveddll/reserveddll.vcproj +++ b/windows_vnet/test/reserveddll/reserveddll.vcproj @@ -32,7 +32,7 @@ ProgramDataBaseFileName=".\../../../test/reserveddll/Debug/"
WarningLevel="3"
SuppressStartupBanner="TRUE"
- DebugInformationFormat="4"
+ DebugInformationFormat="3"
CompileAs="0"/>
<Tool
Name="VCCustomBuildTool"/>
diff --git a/windows_vnet/test/set_extent/set_extent.vcproj b/windows_vnet/test/set_extent/set_extent.vcproj index a6e4a26..553ad3d 100644 --- a/windows_vnet/test/set_extent/set_extent.vcproj +++ b/windows_vnet/test/set_extent/set_extent.vcproj @@ -32,7 +32,7 @@ ProgramDataBaseFileName=".\../../../test/set_extent/Debug/"
WarningLevel="3"
SuppressStartupBanner="TRUE"
- DebugInformationFormat="4"
+ DebugInformationFormat="3"
CompileAs="0"/>
<Tool
Name="VCCustomBuildTool"/>
diff --git a/windows_vnet/test/set_extentdll/set_extentdll.vcproj b/windows_vnet/test/set_extentdll/set_extentdll.vcproj index 0005821..df80993 100644 --- a/windows_vnet/test/set_extentdll/set_extentdll.vcproj +++ b/windows_vnet/test/set_extentdll/set_extentdll.vcproj @@ -32,7 +32,7 @@ ProgramDataBaseFileName=".\../../../test/set_extentdll/Debug/"
WarningLevel="3"
SuppressStartupBanner="TRUE"
- DebugInformationFormat="4"
+ DebugInformationFormat="3"
CompileAs="0"/>
<Tool
Name="VCCustomBuildTool"/>
diff --git a/windows_vnet/test/stab/stab.vcproj b/windows_vnet/test/stab/stab.vcproj index 7a17d00..59d71f4 100644 --- a/windows_vnet/test/stab/stab.vcproj +++ b/windows_vnet/test/stab/stab.vcproj @@ -89,7 +89,7 @@ ProgramDataBaseFileName=".\../../../test/stab/Debug/"
WarningLevel="3"
SuppressStartupBanner="TRUE"
- DebugInformationFormat="4"
+ DebugInformationFormat="3"
CompileAs="0"/>
<Tool
Name="VCCustomBuildTool"/>
diff --git a/windows_vnet/test/stabdll/stabdll.vcproj b/windows_vnet/test/stabdll/stabdll.vcproj index 9f8d905..5fec3a0 100644 --- a/windows_vnet/test/stabdll/stabdll.vcproj +++ b/windows_vnet/test/stabdll/stabdll.vcproj @@ -89,7 +89,7 @@ ProgramDataBaseFileName=".\../../../test/stabdll/Debug/"
WarningLevel="3"
SuppressStartupBanner="TRUE"
- DebugInformationFormat="4"
+ DebugInformationFormat="3"
CompileAs="0"/>
<Tool
Name="VCCustomBuildTool"/>
diff --git a/windows_vnet/test/tellub/tellub.vcproj b/windows_vnet/test/tellub/tellub.vcproj index 27ab082..e798d38 100644 --- a/windows_vnet/test/tellub/tellub.vcproj +++ b/windows_vnet/test/tellub/tellub.vcproj @@ -93,7 +93,7 @@ ProgramDataBaseFileName=".\../../../test/tellub/Debug/"
WarningLevel="3"
SuppressStartupBanner="TRUE"
- DebugInformationFormat="4"
+ DebugInformationFormat="3"
CompileAs="0"/>
<Tool
Name="VCCustomBuildTool"/>
diff --git a/windows_vnet/test/testhdf5/testhdf5.vcproj b/windows_vnet/test/testhdf5/testhdf5.vcproj index 1cec3a7..b5a94fd 100644 --- a/windows_vnet/test/testhdf5/testhdf5.vcproj +++ b/windows_vnet/test/testhdf5/testhdf5.vcproj @@ -148,7 +148,7 @@ ProgramDataBaseFileName=".\../../../test/testhdf5/Debug/"
WarningLevel="3"
SuppressStartupBanner="TRUE"
- DebugInformationFormat="4"
+ DebugInformationFormat="3"
CompileAs="0"/>
<Tool
Name="VCCustomBuildTool"/>
diff --git a/windows_vnet/test/testhdf5dll/testhdf5dll.vcproj b/windows_vnet/test/testhdf5dll/testhdf5dll.vcproj index a15e773..febec4f 100644 --- a/windows_vnet/test/testhdf5dll/testhdf5dll.vcproj +++ b/windows_vnet/test/testhdf5dll/testhdf5dll.vcproj @@ -208,7 +208,7 @@ ProgramDataBaseFileName=".\../../../test/testhdf5dll/Debug/"
WarningLevel="3"
SuppressStartupBanner="TRUE"
- DebugInformationFormat="4"
+ DebugInformationFormat="3"
CompileAs="0"/>
<Tool
Name="VCCustomBuildTool"/>
diff --git a/windows_vnet/test/ttsafedll/ttsafedll.vcproj b/windows_vnet/test/ttsafedll/ttsafedll.vcproj index d04378e..6c3f910 100644 --- a/windows_vnet/test/ttsafedll/ttsafedll.vcproj +++ b/windows_vnet/test/ttsafedll/ttsafedll.vcproj @@ -32,7 +32,7 @@ ProgramDataBaseFileName=".\../../../test/ttsafedll/Debug/"
WarningLevel="3"
SuppressStartupBanner="TRUE"
- DebugInformationFormat="4"
+ DebugInformationFormat="3"
CompileAs="0"/>
<Tool
Name="VCCustomBuildTool"/>
diff --git a/windows_vnet/test/unlink/unlink.vcproj b/windows_vnet/test/unlink/unlink.vcproj index 8000938..ab2d088 100644 --- a/windows_vnet/test/unlink/unlink.vcproj +++ b/windows_vnet/test/unlink/unlink.vcproj @@ -211,7 +211,7 @@ ProgramDataBaseFileName=".\../../../test/unlink/Debug/"
WarningLevel="3"
SuppressStartupBanner="TRUE"
- DebugInformationFormat="4"
+ DebugInformationFormat="3"
CompileAs="0"/>
<Tool
Name="VCCustomBuildTool"/>
diff --git a/windows_vnet/test/unlinkdll/unlinkdll.vcproj b/windows_vnet/test/unlinkdll/unlinkdll.vcproj index b993529..7b5e8ec 100644 --- a/windows_vnet/test/unlinkdll/unlinkdll.vcproj +++ b/windows_vnet/test/unlinkdll/unlinkdll.vcproj @@ -210,7 +210,7 @@ ProgramDataBaseFileName=".\../../../test/unlinkdll/Debug/"
WarningLevel="3"
SuppressStartupBanner="TRUE"
- DebugInformationFormat="4"
+ DebugInformationFormat="3"
CompileAs="0"/>
<Tool
Name="VCCustomBuildTool"/>
diff --git a/windows_vnet/test/vfd/vfd.vcproj b/windows_vnet/test/vfd/vfd.vcproj index 31b7e72..0b12b66 100644 --- a/windows_vnet/test/vfd/vfd.vcproj +++ b/windows_vnet/test/vfd/vfd.vcproj @@ -32,7 +32,7 @@ ProgramDataBaseFileName=".\../../../test/vfd/Debug/"
WarningLevel="3"
SuppressStartupBanner="TRUE"
- DebugInformationFormat="4"
+ DebugInformationFormat="3"
CompileAs="0"/>
<Tool
Name="VCCustomBuildTool"/>
diff --git a/windows_vnet/test/vfddll/vfddll.vcproj b/windows_vnet/test/vfddll/vfddll.vcproj index 1c536da..02fe337 100644 --- a/windows_vnet/test/vfddll/vfddll.vcproj +++ b/windows_vnet/test/vfddll/vfddll.vcproj @@ -95,7 +95,7 @@ ProgramDataBaseFileName=".\../../../test/vfddll/Debug/"
WarningLevel="3"
SuppressStartupBanner="TRUE"
- DebugInformationFormat="4"
+ DebugInformationFormat="3"
CompileAs="0"/>
<Tool
Name="VCCustomBuildTool"/>
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"/>
|