summaryrefslogtreecommitdiffstats
path: root/windows_vnet/examples
diff options
context:
space:
mode:
Diffstat (limited to 'windows_vnet/examples')
-rw-r--r--windows_vnet/examples/allexamples/allexamples.vcproj2
-rw-r--r--windows_vnet/examples/attributetest/attributetest.vcproj4
-rw-r--r--windows_vnet/examples/attributetestdll/attributetestdll.vcproj2
-rw-r--r--windows_vnet/examples/chunkread/chunkread.vcproj4
-rw-r--r--windows_vnet/examples/chunkreaddll/chunkreaddll.vcproj2
-rw-r--r--windows_vnet/examples/compoundtest/compoundtest.vcproj4
-rw-r--r--windows_vnet/examples/compoundtestdll/compoundtestdll.vcproj2
-rw-r--r--windows_vnet/examples/extendwritetest/extendwritetest.vcproj4
-rw-r--r--windows_vnet/examples/extendwritetestdll/extendwritetestdll.vcproj2
-rw-r--r--windows_vnet/examples/grouptest/grouptest.vcproj4
-rw-r--r--windows_vnet/examples/grouptestdll/grouptestdll.vcproj2
-rw-r--r--windows_vnet/examples/intermgrouptest/intermgrouptest.vcproj4
-rw-r--r--windows_vnet/examples/intermgrouptestdll/intermgrouptestdll.vcproj2
-rw-r--r--windows_vnet/examples/readtest/readtest.vcproj4
-rw-r--r--windows_vnet/examples/readtestdll/readtestdll.vcproj2
-rw-r--r--windows_vnet/examples/selectest/selectest.vcproj4
-rw-r--r--windows_vnet/examples/selectestdll/selectestdll.vcproj2
-rw-r--r--windows_vnet/examples/writetest/writetest.vcproj4
-rw-r--r--windows_vnet/examples/writetestdll/writetestdll.vcproj2
19 files changed, 28 insertions, 28 deletions
diff --git a/windows_vnet/examples/allexamples/allexamples.vcproj b/windows_vnet/examples/allexamples/allexamples.vcproj
index ee96d68..b591637 100644
--- a/windows_vnet/examples/allexamples/allexamples.vcproj
+++ b/windows_vnet/examples/allexamples/allexamples.vcproj
@@ -88,7 +88,7 @@
ProgramDataBaseFileName=".\Debug/"
WarningLevel="3"
SuppressStartupBanner="TRUE"
- DebugInformationFormat="4"/>
+ DebugInformationFormat="3"/>
<Tool
Name="VCCustomBuildTool"/>
<Tool
diff --git a/windows_vnet/examples/attributetest/attributetest.vcproj b/windows_vnet/examples/attributetest/attributetest.vcproj
index 86a8932..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"/>
@@ -42,7 +42,7 @@
LinkIncremental="1"
SuppressStartupBanner="TRUE"
AdditionalLibraryDirectories="..\..\..\proj\hdf5\debug,..\..\..\hdf5lib\debug\lib"
- IgnoreDefaultLibraryNames="libc.lib"
+ IgnoreDefaultLibraryNames=""
GenerateDebugInformation="TRUE"
ProgramDatabaseFile=".\../../../examples/attributest/Debug/attributetest.pdb"
SubSystem="1"
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 4222314..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"/>
@@ -104,7 +104,7 @@
LinkIncremental="1"
SuppressStartupBanner="TRUE"
AdditionalLibraryDirectories="..\..\..\proj\hdf5\debug,..\..\..\hdf5lib\debug\lib"
- IgnoreDefaultLibraryNames="libc.lib"
+ IgnoreDefaultLibraryNames=""
GenerateDebugInformation="TRUE"
ProgramDatabaseFile=".\../../../examples/chunkread/Debug/chunkread.pdb"
SubSystem="1"
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 3f026b1..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"/>
@@ -104,7 +104,7 @@
LinkIncremental="1"
SuppressStartupBanner="TRUE"
AdditionalLibraryDirectories="..\..\..\proj\hdf5\debug,..\..\..\hdf5lib\debug\lib"
- IgnoreDefaultLibraryNames="libc.lib"
+ IgnoreDefaultLibraryNames=""
GenerateDebugInformation="TRUE"
ProgramDatabaseFile=".\../../../examples/compoundtest/Debug/compoundtest.pdb"
SubSystem="1"
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 631b112..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"/>
@@ -42,7 +42,7 @@
LinkIncremental="1"
SuppressStartupBanner="TRUE"
AdditionalLibraryDirectories="..\..\..\proj\hdf5\debug,..\..\..\hdf5lib\debug\lib"
- IgnoreDefaultLibraryNames="libc.lib"
+ IgnoreDefaultLibraryNames=""
GenerateDebugInformation="TRUE"
ProgramDatabaseFile=".\../../../examples/extendwritetest/Debug/extendwritetest.pdb"
SubSystem="1"
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 5354d8b..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"/>
@@ -42,7 +42,7 @@
LinkIncremental="1"
SuppressStartupBanner="TRUE"
AdditionalLibraryDirectories="..\..\..\proj\hdf5\debug,..\..\..\hdf5lib\debug\lib"
- IgnoreDefaultLibraryNames="libc.lib"
+ IgnoreDefaultLibraryNames=""
GenerateDebugInformation="TRUE"
ProgramDatabaseFile=".\../../../examples/grouptest/Debug/grouptest.pdb"
SubSystem="1"
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 d1585d9..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"/>
@@ -43,7 +43,7 @@
LinkIncremental="1"
SuppressStartupBanner="TRUE"
AdditionalLibraryDirectories="..\..\..\proj\hdf5\debug,..\..\..\hdf5lib\debug\lib"
- IgnoreDefaultLibraryNames="libc.lib"
+ IgnoreDefaultLibraryNames=""
GenerateDebugInformation="TRUE"
ProgramDatabaseFile=".\../../../examples/intermgrouptest/Debug/intermgrouptest.pdb"
SubSystem="1"
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 3416b50..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"/>
@@ -42,7 +42,7 @@
LinkIncremental="1"
SuppressStartupBanner="TRUE"
AdditionalLibraryDirectories="..\..\..\proj\hdf5\debug,..\..\..\hdf5lib\debug\lib"
- IgnoreDefaultLibraryNames="libc.lib"
+ IgnoreDefaultLibraryNames=""
GenerateDebugInformation="TRUE"
ProgramDatabaseFile=".\../../../examples/readtest/Debug/readtest.pdb"
SubSystem="1"
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 da87dfb..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"/>
@@ -42,7 +42,7 @@
LinkIncremental="1"
SuppressStartupBanner="TRUE"
AdditionalLibraryDirectories="..\..\..\proj\hdf5\debug,..\..\..\hdf5lib\debug\lib"
- IgnoreDefaultLibraryNames="libc.lib"
+ IgnoreDefaultLibraryNames=""
GenerateDebugInformation="TRUE"
ProgramDatabaseFile=".\../../../examples/selectest/Debug/selectest.pdb"
SubSystem="1"
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 b1eda06..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"/>
@@ -104,7 +104,7 @@
LinkIncremental="1"
SuppressStartupBanner="TRUE"
AdditionalLibraryDirectories="..\..\..\proj\hdf5\debug,..\..\..\hdf5lib\debug\lib"
- IgnoreDefaultLibraryNames="libc.lib"
+ IgnoreDefaultLibraryNames=""
GenerateDebugInformation="TRUE"
ProgramDatabaseFile=".\../../../examples/writetest/Debug/writetest.pdb"
SubSystem="1"
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"/>