summaryrefslogtreecommitdiffstats
path: root/windows/hl/examples
diff options
context:
space:
mode:
authorScott Wegner <swegner@hdfgroup.org>2008-05-29 18:53:31 (GMT)
committerScott Wegner <swegner@hdfgroup.org>2008-05-29 18:53:31 (GMT)
commit735967fb125e46772c86ddcfad232f0b242f922a (patch)
treea53c6f835ef03990920e900feffba9eeca9dfab4 /windows/hl/examples
parent15024258cba9a3fd4eb2aa37e116467776a5e5b7 (diff)
downloadhdf5-735967fb125e46772c86ddcfad232f0b242f922a.zip
hdf5-735967fb125e46772c86ddcfad232f0b242f922a.tar.gz
hdf5-735967fb125e46772c86ddcfad232f0b242f922a.tar.bz2
[svn-r15094] Purpose: Cleanup Windows project files-- standardize program debug information
Description: In our debug project configurations, many of the projects were generating debug information for "Program Database and Edit & Continue". Other projects were using different settings, or none at all. We standardize to use "Program Database" setting, because it generates much smaller .obj files and cuts out unnecessary debug information. This is another project cleanup and enhancement from user suggestions outlined in bug #1164 Tested: VS2005 on WinXP VS.NET on WinXP
Diffstat (limited to 'windows/hl/examples')
-rw-r--r--windows/hl/examples/ex_ds1/ex_ds1.vcproj2
-rw-r--r--windows/hl/examples/ex_ds1dll/ex_ds1dll.vcproj2
-rw-r--r--windows/hl/examples/ex_image1/ex_image1.vcproj2
-rw-r--r--windows/hl/examples/ex_image1dll/ex_image1dll.vcproj2
-rw-r--r--windows/hl/examples/ex_image2/ex_image2.vcproj2
-rw-r--r--windows/hl/examples/ex_image2dll/ex_image2dll.vcproj2
-rw-r--r--windows/hl/examples/ex_lite1/ex_lite1.vcproj2
-rw-r--r--windows/hl/examples/ex_lite1dll/ex_lite1dll.vcproj2
-rw-r--r--windows/hl/examples/ex_lite2/ex_lite2.vcproj2
-rw-r--r--windows/hl/examples/ex_lite2dll/ex_lite2dll.vcproj2
-rw-r--r--windows/hl/examples/ex_lite3/ex_lite3.vcproj2
-rw-r--r--windows/hl/examples/ex_lite3dll/ex_lite3dll.vcproj2
-rw-r--r--windows/hl/examples/ex_table01/ex_table01.vcproj2
-rw-r--r--windows/hl/examples/ex_table01dll/ex_table01dll.vcproj2
-rw-r--r--windows/hl/examples/ex_table02/ex_table02.vcproj2
-rw-r--r--windows/hl/examples/ex_table02dll/ex_table02dll.vcproj2
-rw-r--r--windows/hl/examples/ex_table03/ex_table03.vcproj2
-rw-r--r--windows/hl/examples/ex_table03dll/ex_table03dll.vcproj2
-rw-r--r--windows/hl/examples/ex_table04/ex_table04.vcproj2
-rw-r--r--windows/hl/examples/ex_table04dll/ex_table04dll.vcproj2
-rw-r--r--windows/hl/examples/ex_table05/ex_table05.vcproj2
-rw-r--r--windows/hl/examples/ex_table05dll/ex_table05dll.vcproj2
-rw-r--r--windows/hl/examples/ex_table06/ex_table06.vcproj2
-rw-r--r--windows/hl/examples/ex_table06dll/ex_table06dll.vcproj2
-rw-r--r--windows/hl/examples/ex_table07/ex_table07.vcproj2
-rw-r--r--windows/hl/examples/ex_table07dll/ex_table07dll.vcproj2
-rw-r--r--windows/hl/examples/ex_table08/ex_table08.vcproj2
-rw-r--r--windows/hl/examples/ex_table08dll/ex_table08dll.vcproj2
-rw-r--r--windows/hl/examples/ex_table09/ex_table09.vcproj2
-rw-r--r--windows/hl/examples/ex_table09dll/ex_table09dll.vcproj2
-rw-r--r--windows/hl/examples/ex_table10/ex_table10.vcproj2
-rw-r--r--windows/hl/examples/ex_table10dll/ex_table10dll.vcproj2
-rw-r--r--windows/hl/examples/ex_table11/ex_table11.vcproj2
-rw-r--r--windows/hl/examples/ex_table11dll/ex_table11dll.vcproj2
-rw-r--r--windows/hl/examples/ex_table12/ex_table12.vcproj2
-rw-r--r--windows/hl/examples/ex_table12dll/ex_table12dll.vcproj2
-rw-r--r--windows/hl/examples/ptExampleFL/ptExampleFL.vcproj2
-rw-r--r--windows/hl/examples/ptExampleFLdll/ptExampleFLdll.vcproj2
-rw-r--r--windows/hl/examples/ptExampleVL/ptExampleVL.vcproj2
-rw-r--r--windows/hl/examples/ptExampleVLdll/ptExampleVLdll.vcproj2
40 files changed, 40 insertions, 40 deletions
diff --git a/windows/hl/examples/ex_ds1/ex_ds1.vcproj b/windows/hl/examples/ex_ds1/ex_ds1.vcproj
index f95613c..2a5dd1a 100644
--- a/windows/hl/examples/ex_ds1/ex_ds1.vcproj
+++ b/windows/hl/examples/ex_ds1/ex_ds1.vcproj
@@ -243,7 +243,7 @@
ProgramDataBaseFileName=".\..\..\..\..\hl\examples\ex_ds1\Debug/"
WarningLevel="3"
SuppressStartupBanner="true"
- DebugInformationFormat="4"
+ DebugInformationFormat="3"
CompileAs="0"
/>
<Tool
diff --git a/windows/hl/examples/ex_ds1dll/ex_ds1dll.vcproj b/windows/hl/examples/ex_ds1dll/ex_ds1dll.vcproj
index 7d1fac0..3c09612 100644
--- a/windows/hl/examples/ex_ds1dll/ex_ds1dll.vcproj
+++ b/windows/hl/examples/ex_ds1dll/ex_ds1dll.vcproj
@@ -58,7 +58,7 @@
ProgramDataBaseFileName=".\..\..\..\..\hl\examples\ex_ds1dll\Debug/"
WarningLevel="3"
SuppressStartupBanner="true"
- DebugInformationFormat="4"
+ DebugInformationFormat="3"
CompileAs="0"
/>
<Tool
diff --git a/windows/hl/examples/ex_image1/ex_image1.vcproj b/windows/hl/examples/ex_image1/ex_image1.vcproj
index 011053e..b0fc124 100644
--- a/windows/hl/examples/ex_image1/ex_image1.vcproj
+++ b/windows/hl/examples/ex_image1/ex_image1.vcproj
@@ -58,7 +58,7 @@
ProgramDataBaseFileName=".\..\..\..\..\hl\examples\ex_image1\Debug/"
WarningLevel="3"
SuppressStartupBanner="true"
- DebugInformationFormat="4"
+ DebugInformationFormat="3"
CompileAs="0"
/>
<Tool
diff --git a/windows/hl/examples/ex_image1dll/ex_image1dll.vcproj b/windows/hl/examples/ex_image1dll/ex_image1dll.vcproj
index 90f6f60..2ae5f48 100644
--- a/windows/hl/examples/ex_image1dll/ex_image1dll.vcproj
+++ b/windows/hl/examples/ex_image1dll/ex_image1dll.vcproj
@@ -58,7 +58,7 @@
ProgramDataBaseFileName=".\..\..\..\..\hl\examples\ex_image1dll\Debug/"
WarningLevel="3"
SuppressStartupBanner="true"
- DebugInformationFormat="4"
+ DebugInformationFormat="3"
CompileAs="0"
/>
<Tool
diff --git a/windows/hl/examples/ex_image2/ex_image2.vcproj b/windows/hl/examples/ex_image2/ex_image2.vcproj
index 25e2074..dddd0e6 100644
--- a/windows/hl/examples/ex_image2/ex_image2.vcproj
+++ b/windows/hl/examples/ex_image2/ex_image2.vcproj
@@ -51,7 +51,7 @@
UsePrecompiledHeader="0"
WarningLevel="3"
Detect64BitPortabilityProblems="true"
- DebugInformationFormat="4"
+ DebugInformationFormat="3"
/>
<Tool
Name="VCManagedResourceCompilerTool"
diff --git a/windows/hl/examples/ex_image2dll/ex_image2dll.vcproj b/windows/hl/examples/ex_image2dll/ex_image2dll.vcproj
index 24d2c3e..faa81c4 100644
--- a/windows/hl/examples/ex_image2dll/ex_image2dll.vcproj
+++ b/windows/hl/examples/ex_image2dll/ex_image2dll.vcproj
@@ -51,7 +51,7 @@
UsePrecompiledHeader="0"
WarningLevel="3"
Detect64BitPortabilityProblems="true"
- DebugInformationFormat="4"
+ DebugInformationFormat="3"
/>
<Tool
Name="VCManagedResourceCompilerTool"
diff --git a/windows/hl/examples/ex_lite1/ex_lite1.vcproj b/windows/hl/examples/ex_lite1/ex_lite1.vcproj
index a6e6f75..8561dc1 100644
--- a/windows/hl/examples/ex_lite1/ex_lite1.vcproj
+++ b/windows/hl/examples/ex_lite1/ex_lite1.vcproj
@@ -243,7 +243,7 @@
ProgramDataBaseFileName=".\..\..\..\..\hl\examples\ex_lite1\Debug/"
WarningLevel="3"
SuppressStartupBanner="true"
- DebugInformationFormat="4"
+ DebugInformationFormat="3"
CompileAs="0"
/>
<Tool
diff --git a/windows/hl/examples/ex_lite1dll/ex_lite1dll.vcproj b/windows/hl/examples/ex_lite1dll/ex_lite1dll.vcproj
index 45ae1a8..bbc8748 100644
--- a/windows/hl/examples/ex_lite1dll/ex_lite1dll.vcproj
+++ b/windows/hl/examples/ex_lite1dll/ex_lite1dll.vcproj
@@ -243,7 +243,7 @@
ProgramDataBaseFileName=".\..\..\..\..\hl\examples\ex_lite1dll\Debug/"
WarningLevel="3"
SuppressStartupBanner="true"
- DebugInformationFormat="4"
+ DebugInformationFormat="3"
CompileAs="0"
/>
<Tool
diff --git a/windows/hl/examples/ex_lite2/ex_lite2.vcproj b/windows/hl/examples/ex_lite2/ex_lite2.vcproj
index c07b255..76a375e 100644
--- a/windows/hl/examples/ex_lite2/ex_lite2.vcproj
+++ b/windows/hl/examples/ex_lite2/ex_lite2.vcproj
@@ -51,7 +51,7 @@
UsePrecompiledHeader="0"
WarningLevel="3"
Detect64BitPortabilityProblems="true"
- DebugInformationFormat="4"
+ DebugInformationFormat="3"
/>
<Tool
Name="VCManagedResourceCompilerTool"
diff --git a/windows/hl/examples/ex_lite2dll/ex_lite2dll.vcproj b/windows/hl/examples/ex_lite2dll/ex_lite2dll.vcproj
index ec6f60c..21ffe5e 100644
--- a/windows/hl/examples/ex_lite2dll/ex_lite2dll.vcproj
+++ b/windows/hl/examples/ex_lite2dll/ex_lite2dll.vcproj
@@ -51,7 +51,7 @@
UsePrecompiledHeader="0"
WarningLevel="3"
Detect64BitPortabilityProblems="true"
- DebugInformationFormat="4"
+ DebugInformationFormat="3"
/>
<Tool
Name="VCManagedResourceCompilerTool"
diff --git a/windows/hl/examples/ex_lite3/ex_lite3.vcproj b/windows/hl/examples/ex_lite3/ex_lite3.vcproj
index 4bd70fb..5036dec 100644
--- a/windows/hl/examples/ex_lite3/ex_lite3.vcproj
+++ b/windows/hl/examples/ex_lite3/ex_lite3.vcproj
@@ -51,7 +51,7 @@
UsePrecompiledHeader="0"
WarningLevel="3"
Detect64BitPortabilityProblems="true"
- DebugInformationFormat="4"
+ DebugInformationFormat="3"
/>
<Tool
Name="VCManagedResourceCompilerTool"
diff --git a/windows/hl/examples/ex_lite3dll/ex_lite3dll.vcproj b/windows/hl/examples/ex_lite3dll/ex_lite3dll.vcproj
index b114dde..edf798f 100644
--- a/windows/hl/examples/ex_lite3dll/ex_lite3dll.vcproj
+++ b/windows/hl/examples/ex_lite3dll/ex_lite3dll.vcproj
@@ -51,7 +51,7 @@
UsePrecompiledHeader="0"
WarningLevel="3"
Detect64BitPortabilityProblems="true"
- DebugInformationFormat="4"
+ DebugInformationFormat="3"
/>
<Tool
Name="VCManagedResourceCompilerTool"
diff --git a/windows/hl/examples/ex_table01/ex_table01.vcproj b/windows/hl/examples/ex_table01/ex_table01.vcproj
index 517a18f..9321c73 100644
--- a/windows/hl/examples/ex_table01/ex_table01.vcproj
+++ b/windows/hl/examples/ex_table01/ex_table01.vcproj
@@ -243,7 +243,7 @@
ProgramDataBaseFileName=".\..\..\..\..\hl\examples\ex_table01\Debug/"
WarningLevel="3"
SuppressStartupBanner="true"
- DebugInformationFormat="4"
+ DebugInformationFormat="3"
CompileAs="0"
/>
<Tool
diff --git a/windows/hl/examples/ex_table01dll/ex_table01dll.vcproj b/windows/hl/examples/ex_table01dll/ex_table01dll.vcproj
index 8a0fab9..4fc14da 100644
--- a/windows/hl/examples/ex_table01dll/ex_table01dll.vcproj
+++ b/windows/hl/examples/ex_table01dll/ex_table01dll.vcproj
@@ -243,7 +243,7 @@
ProgramDataBaseFileName=".\..\..\..\..\hl\examples\ex_table01dll\Debug/"
WarningLevel="3"
SuppressStartupBanner="true"
- DebugInformationFormat="4"
+ DebugInformationFormat="3"
CompileAs="0"
/>
<Tool
diff --git a/windows/hl/examples/ex_table02/ex_table02.vcproj b/windows/hl/examples/ex_table02/ex_table02.vcproj
index 0836e76..93bdb6a 100644
--- a/windows/hl/examples/ex_table02/ex_table02.vcproj
+++ b/windows/hl/examples/ex_table02/ex_table02.vcproj
@@ -51,7 +51,7 @@
UsePrecompiledHeader="0"
WarningLevel="3"
Detect64BitPortabilityProblems="true"
- DebugInformationFormat="4"
+ DebugInformationFormat="3"
/>
<Tool
Name="VCManagedResourceCompilerTool"
diff --git a/windows/hl/examples/ex_table02dll/ex_table02dll.vcproj b/windows/hl/examples/ex_table02dll/ex_table02dll.vcproj
index dde93ed..1b6196b 100644
--- a/windows/hl/examples/ex_table02dll/ex_table02dll.vcproj
+++ b/windows/hl/examples/ex_table02dll/ex_table02dll.vcproj
@@ -51,7 +51,7 @@
UsePrecompiledHeader="0"
WarningLevel="3"
Detect64BitPortabilityProblems="true"
- DebugInformationFormat="4"
+ DebugInformationFormat="3"
/>
<Tool
Name="VCManagedResourceCompilerTool"
diff --git a/windows/hl/examples/ex_table03/ex_table03.vcproj b/windows/hl/examples/ex_table03/ex_table03.vcproj
index 07b5207..479962e 100644
--- a/windows/hl/examples/ex_table03/ex_table03.vcproj
+++ b/windows/hl/examples/ex_table03/ex_table03.vcproj
@@ -51,7 +51,7 @@
UsePrecompiledHeader="0"
WarningLevel="3"
Detect64BitPortabilityProblems="true"
- DebugInformationFormat="4"
+ DebugInformationFormat="3"
/>
<Tool
Name="VCManagedResourceCompilerTool"
diff --git a/windows/hl/examples/ex_table03dll/ex_table03dll.vcproj b/windows/hl/examples/ex_table03dll/ex_table03dll.vcproj
index 1114424..ec9f6e1 100644
--- a/windows/hl/examples/ex_table03dll/ex_table03dll.vcproj
+++ b/windows/hl/examples/ex_table03dll/ex_table03dll.vcproj
@@ -51,7 +51,7 @@
UsePrecompiledHeader="0"
WarningLevel="3"
Detect64BitPortabilityProblems="true"
- DebugInformationFormat="4"
+ DebugInformationFormat="3"
/>
<Tool
Name="VCManagedResourceCompilerTool"
diff --git a/windows/hl/examples/ex_table04/ex_table04.vcproj b/windows/hl/examples/ex_table04/ex_table04.vcproj
index 475e55a..be52c35 100644
--- a/windows/hl/examples/ex_table04/ex_table04.vcproj
+++ b/windows/hl/examples/ex_table04/ex_table04.vcproj
@@ -51,7 +51,7 @@
UsePrecompiledHeader="0"
WarningLevel="3"
Detect64BitPortabilityProblems="true"
- DebugInformationFormat="4"
+ DebugInformationFormat="3"
/>
<Tool
Name="VCManagedResourceCompilerTool"
diff --git a/windows/hl/examples/ex_table04dll/ex_table04dll.vcproj b/windows/hl/examples/ex_table04dll/ex_table04dll.vcproj
index 8da9f98..00bd577 100644
--- a/windows/hl/examples/ex_table04dll/ex_table04dll.vcproj
+++ b/windows/hl/examples/ex_table04dll/ex_table04dll.vcproj
@@ -51,7 +51,7 @@
UsePrecompiledHeader="0"
WarningLevel="3"
Detect64BitPortabilityProblems="true"
- DebugInformationFormat="4"
+ DebugInformationFormat="3"
/>
<Tool
Name="VCManagedResourceCompilerTool"
diff --git a/windows/hl/examples/ex_table05/ex_table05.vcproj b/windows/hl/examples/ex_table05/ex_table05.vcproj
index 5524b1b..a8e46fc 100644
--- a/windows/hl/examples/ex_table05/ex_table05.vcproj
+++ b/windows/hl/examples/ex_table05/ex_table05.vcproj
@@ -51,7 +51,7 @@
UsePrecompiledHeader="0"
WarningLevel="3"
Detect64BitPortabilityProblems="true"
- DebugInformationFormat="4"
+ DebugInformationFormat="3"
/>
<Tool
Name="VCManagedResourceCompilerTool"
diff --git a/windows/hl/examples/ex_table05dll/ex_table05dll.vcproj b/windows/hl/examples/ex_table05dll/ex_table05dll.vcproj
index 96911ee..ce756c3 100644
--- a/windows/hl/examples/ex_table05dll/ex_table05dll.vcproj
+++ b/windows/hl/examples/ex_table05dll/ex_table05dll.vcproj
@@ -51,7 +51,7 @@
UsePrecompiledHeader="0"
WarningLevel="3"
Detect64BitPortabilityProblems="true"
- DebugInformationFormat="4"
+ DebugInformationFormat="3"
/>
<Tool
Name="VCManagedResourceCompilerTool"
diff --git a/windows/hl/examples/ex_table06/ex_table06.vcproj b/windows/hl/examples/ex_table06/ex_table06.vcproj
index 8a53e79..7d01c8f 100644
--- a/windows/hl/examples/ex_table06/ex_table06.vcproj
+++ b/windows/hl/examples/ex_table06/ex_table06.vcproj
@@ -51,7 +51,7 @@
UsePrecompiledHeader="0"
WarningLevel="3"
Detect64BitPortabilityProblems="true"
- DebugInformationFormat="4"
+ DebugInformationFormat="3"
/>
<Tool
Name="VCManagedResourceCompilerTool"
diff --git a/windows/hl/examples/ex_table06dll/ex_table06dll.vcproj b/windows/hl/examples/ex_table06dll/ex_table06dll.vcproj
index cf93765..d719a51 100644
--- a/windows/hl/examples/ex_table06dll/ex_table06dll.vcproj
+++ b/windows/hl/examples/ex_table06dll/ex_table06dll.vcproj
@@ -51,7 +51,7 @@
UsePrecompiledHeader="0"
WarningLevel="3"
Detect64BitPortabilityProblems="true"
- DebugInformationFormat="4"
+ DebugInformationFormat="3"
/>
<Tool
Name="VCManagedResourceCompilerTool"
diff --git a/windows/hl/examples/ex_table07/ex_table07.vcproj b/windows/hl/examples/ex_table07/ex_table07.vcproj
index 8b55075..e026baa 100644
--- a/windows/hl/examples/ex_table07/ex_table07.vcproj
+++ b/windows/hl/examples/ex_table07/ex_table07.vcproj
@@ -51,7 +51,7 @@
UsePrecompiledHeader="0"
WarningLevel="3"
Detect64BitPortabilityProblems="true"
- DebugInformationFormat="4"
+ DebugInformationFormat="3"
/>
<Tool
Name="VCManagedResourceCompilerTool"
diff --git a/windows/hl/examples/ex_table07dll/ex_table07dll.vcproj b/windows/hl/examples/ex_table07dll/ex_table07dll.vcproj
index 22f6974..7b55b47 100644
--- a/windows/hl/examples/ex_table07dll/ex_table07dll.vcproj
+++ b/windows/hl/examples/ex_table07dll/ex_table07dll.vcproj
@@ -51,7 +51,7 @@
UsePrecompiledHeader="0"
WarningLevel="3"
Detect64BitPortabilityProblems="true"
- DebugInformationFormat="4"
+ DebugInformationFormat="3"
/>
<Tool
Name="VCManagedResourceCompilerTool"
diff --git a/windows/hl/examples/ex_table08/ex_table08.vcproj b/windows/hl/examples/ex_table08/ex_table08.vcproj
index 374e095..9389a03 100644
--- a/windows/hl/examples/ex_table08/ex_table08.vcproj
+++ b/windows/hl/examples/ex_table08/ex_table08.vcproj
@@ -51,7 +51,7 @@
UsePrecompiledHeader="0"
WarningLevel="3"
Detect64BitPortabilityProblems="true"
- DebugInformationFormat="4"
+ DebugInformationFormat="3"
/>
<Tool
Name="VCManagedResourceCompilerTool"
diff --git a/windows/hl/examples/ex_table08dll/ex_table08dll.vcproj b/windows/hl/examples/ex_table08dll/ex_table08dll.vcproj
index b21c4d1..2fe20d5 100644
--- a/windows/hl/examples/ex_table08dll/ex_table08dll.vcproj
+++ b/windows/hl/examples/ex_table08dll/ex_table08dll.vcproj
@@ -51,7 +51,7 @@
UsePrecompiledHeader="0"
WarningLevel="3"
Detect64BitPortabilityProblems="true"
- DebugInformationFormat="4"
+ DebugInformationFormat="3"
/>
<Tool
Name="VCManagedResourceCompilerTool"
diff --git a/windows/hl/examples/ex_table09/ex_table09.vcproj b/windows/hl/examples/ex_table09/ex_table09.vcproj
index 6b30c0e..bbb2d0f 100644
--- a/windows/hl/examples/ex_table09/ex_table09.vcproj
+++ b/windows/hl/examples/ex_table09/ex_table09.vcproj
@@ -51,7 +51,7 @@
UsePrecompiledHeader="0"
WarningLevel="3"
Detect64BitPortabilityProblems="true"
- DebugInformationFormat="4"
+ DebugInformationFormat="3"
/>
<Tool
Name="VCManagedResourceCompilerTool"
diff --git a/windows/hl/examples/ex_table09dll/ex_table09dll.vcproj b/windows/hl/examples/ex_table09dll/ex_table09dll.vcproj
index a7cf263..3ea9214 100644
--- a/windows/hl/examples/ex_table09dll/ex_table09dll.vcproj
+++ b/windows/hl/examples/ex_table09dll/ex_table09dll.vcproj
@@ -51,7 +51,7 @@
UsePrecompiledHeader="0"
WarningLevel="3"
Detect64BitPortabilityProblems="true"
- DebugInformationFormat="4"
+ DebugInformationFormat="3"
/>
<Tool
Name="VCManagedResourceCompilerTool"
diff --git a/windows/hl/examples/ex_table10/ex_table10.vcproj b/windows/hl/examples/ex_table10/ex_table10.vcproj
index 784a5e1..65f0075 100644
--- a/windows/hl/examples/ex_table10/ex_table10.vcproj
+++ b/windows/hl/examples/ex_table10/ex_table10.vcproj
@@ -51,7 +51,7 @@
UsePrecompiledHeader="0"
WarningLevel="3"
Detect64BitPortabilityProblems="true"
- DebugInformationFormat="4"
+ DebugInformationFormat="3"
/>
<Tool
Name="VCManagedResourceCompilerTool"
diff --git a/windows/hl/examples/ex_table10dll/ex_table10dll.vcproj b/windows/hl/examples/ex_table10dll/ex_table10dll.vcproj
index eee4ebb..7027235 100644
--- a/windows/hl/examples/ex_table10dll/ex_table10dll.vcproj
+++ b/windows/hl/examples/ex_table10dll/ex_table10dll.vcproj
@@ -51,7 +51,7 @@
UsePrecompiledHeader="0"
WarningLevel="3"
Detect64BitPortabilityProblems="true"
- DebugInformationFormat="4"
+ DebugInformationFormat="3"
/>
<Tool
Name="VCManagedResourceCompilerTool"
diff --git a/windows/hl/examples/ex_table11/ex_table11.vcproj b/windows/hl/examples/ex_table11/ex_table11.vcproj
index e9ebbb4..f84cd1e 100644
--- a/windows/hl/examples/ex_table11/ex_table11.vcproj
+++ b/windows/hl/examples/ex_table11/ex_table11.vcproj
@@ -51,7 +51,7 @@
UsePrecompiledHeader="0"
WarningLevel="3"
Detect64BitPortabilityProblems="true"
- DebugInformationFormat="4"
+ DebugInformationFormat="3"
/>
<Tool
Name="VCManagedResourceCompilerTool"
diff --git a/windows/hl/examples/ex_table11dll/ex_table11dll.vcproj b/windows/hl/examples/ex_table11dll/ex_table11dll.vcproj
index 4033bf1..c0995dc 100644
--- a/windows/hl/examples/ex_table11dll/ex_table11dll.vcproj
+++ b/windows/hl/examples/ex_table11dll/ex_table11dll.vcproj
@@ -51,7 +51,7 @@
UsePrecompiledHeader="0"
WarningLevel="3"
Detect64BitPortabilityProblems="true"
- DebugInformationFormat="4"
+ DebugInformationFormat="3"
/>
<Tool
Name="VCManagedResourceCompilerTool"
diff --git a/windows/hl/examples/ex_table12/ex_table12.vcproj b/windows/hl/examples/ex_table12/ex_table12.vcproj
index 284c354..660eedb 100644
--- a/windows/hl/examples/ex_table12/ex_table12.vcproj
+++ b/windows/hl/examples/ex_table12/ex_table12.vcproj
@@ -51,7 +51,7 @@
UsePrecompiledHeader="0"
WarningLevel="3"
Detect64BitPortabilityProblems="true"
- DebugInformationFormat="4"
+ DebugInformationFormat="3"
/>
<Tool
Name="VCManagedResourceCompilerTool"
diff --git a/windows/hl/examples/ex_table12dll/ex_table12dll.vcproj b/windows/hl/examples/ex_table12dll/ex_table12dll.vcproj
index 302ede9..44c77b5 100644
--- a/windows/hl/examples/ex_table12dll/ex_table12dll.vcproj
+++ b/windows/hl/examples/ex_table12dll/ex_table12dll.vcproj
@@ -51,7 +51,7 @@
UsePrecompiledHeader="0"
WarningLevel="3"
Detect64BitPortabilityProblems="true"
- DebugInformationFormat="4"
+ DebugInformationFormat="3"
/>
<Tool
Name="VCManagedResourceCompilerTool"
diff --git a/windows/hl/examples/ptExampleFL/ptExampleFL.vcproj b/windows/hl/examples/ptExampleFL/ptExampleFL.vcproj
index 2ef6fe3..0ccd825 100644
--- a/windows/hl/examples/ptExampleFL/ptExampleFL.vcproj
+++ b/windows/hl/examples/ptExampleFL/ptExampleFL.vcproj
@@ -58,7 +58,7 @@
ProgramDataBaseFileName=".\..\..\..\..\hl\examples\ptExampleFL\Debug/"
WarningLevel="3"
SuppressStartupBanner="true"
- DebugInformationFormat="4"
+ DebugInformationFormat="3"
CompileAs="0"
/>
<Tool
diff --git a/windows/hl/examples/ptExampleFLdll/ptExampleFLdll.vcproj b/windows/hl/examples/ptExampleFLdll/ptExampleFLdll.vcproj
index 98962e7..1a99061 100644
--- a/windows/hl/examples/ptExampleFLdll/ptExampleFLdll.vcproj
+++ b/windows/hl/examples/ptExampleFLdll/ptExampleFLdll.vcproj
@@ -58,7 +58,7 @@
ProgramDataBaseFileName=".\..\..\..\..\hl\examples\ptExampleFLdll\Debug/"
WarningLevel="3"
SuppressStartupBanner="true"
- DebugInformationFormat="4"
+ DebugInformationFormat="3"
CompileAs="0"
/>
<Tool
diff --git a/windows/hl/examples/ptExampleVL/ptExampleVL.vcproj b/windows/hl/examples/ptExampleVL/ptExampleVL.vcproj
index 95dc8e0..6b2592c 100644
--- a/windows/hl/examples/ptExampleVL/ptExampleVL.vcproj
+++ b/windows/hl/examples/ptExampleVL/ptExampleVL.vcproj
@@ -51,7 +51,7 @@
UsePrecompiledHeader="0"
WarningLevel="3"
Detect64BitPortabilityProblems="true"
- DebugInformationFormat="4"
+ DebugInformationFormat="3"
/>
<Tool
Name="VCManagedResourceCompilerTool"
diff --git a/windows/hl/examples/ptExampleVLdll/ptExampleVLdll.vcproj b/windows/hl/examples/ptExampleVLdll/ptExampleVLdll.vcproj
index df0d7f8..5512f62 100644
--- a/windows/hl/examples/ptExampleVLdll/ptExampleVLdll.vcproj
+++ b/windows/hl/examples/ptExampleVLdll/ptExampleVLdll.vcproj
@@ -51,7 +51,7 @@
UsePrecompiledHeader="0"
WarningLevel="3"
Detect64BitPortabilityProblems="true"
- DebugInformationFormat="4"
+ DebugInformationFormat="3"
/>
<Tool
Name="VCManagedResourceCompilerTool"