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/hl | |
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/hl')
56 files changed, 56 insertions, 56 deletions
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"/>
|