summaryrefslogtreecommitdiffstats
path: root/windows_vnet
diff options
context:
space:
mode:
authorScott Wegner <swegner@hdfgroup.org>2008-06-02 15:36:55 (GMT)
committerScott Wegner <swegner@hdfgroup.org>2008-06-02 15:36:55 (GMT)
commitc65d5ffe8dd7784e6ea2da1c67dec3caf9878976 (patch)
tree5b0f6f0fe6026b0fc36bd70f37ce6469b848f2c9 /windows_vnet
parentac339aa792bc16d5c06d4e1d758ff2213c5cb286 (diff)
downloadhdf5-c65d5ffe8dd7784e6ea2da1c67dec3caf9878976.zip
hdf5-c65d5ffe8dd7784e6ea2da1c67dec3caf9878976.tar.gz
hdf5-c65d5ffe8dd7784e6ea2da1c67dec3caf9878976.tar.bz2
[svn-r15118] Purpose: Backport Windows project cleanup from trunk: remove ignored system library, standardize program debug information, and unify Windows h5tinit
Description: These changes are made via a user's suggestion, bugzilla bug #1164. These have all been tested in the trunk, and are stable/favorable changes. In many of our project files on Windows, we have our linker setting set to ignore old link libraries-- either libc.lib or libcd.lib. This is a relic from converting project files from old versions of Visual Studio to newer ones, and is unnecessary. We remove the ignored library from the project files. This actually makes no difference in the output binaries. 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. Previously, there was Windows-dependent code inside H5detect.c, because not all projects could access the gethostname() function. However, we standardize our project-files to link with WS2_32.lib, so now this function is available. Thus, the Windows-specific code has been removed from H5detect.c. Tested: VS2005 on WinXP VS.NET on WinXP
Diffstat (limited to 'windows_vnet')
-rw-r--r--windows_vnet/c++/examples/allcppexamples/allcppexamples.vcproj2
-rw-r--r--windows_vnet/c++/examples/chunkstest/chunkstest.vcproj6
-rw-r--r--windows_vnet/c++/examples/chunkstestdll/chunkstestdll.vcproj2
-rw-r--r--windows_vnet/c++/examples/compoundtest/compoundtest.vcproj6
-rw-r--r--windows_vnet/c++/examples/compoundtestdll/compoundtestdll.vcproj2
-rw-r--r--windows_vnet/c++/examples/createtest/createtest.vcproj6
-rw-r--r--windows_vnet/c++/examples/createtestdll/createtestdll.vcproj2
-rw-r--r--windows_vnet/c++/examples/extend_dstest/extend_dstest.vcproj6
-rw-r--r--windows_vnet/c++/examples/extend_dstestdll/extend_dstestdll.vcproj2
-rw-r--r--windows_vnet/c++/examples/h5grouptest/h5grouptest.vcproj6
-rw-r--r--windows_vnet/c++/examples/h5grouptestdll/h5grouptestdll.vcproj2
-rw-r--r--windows_vnet/c++/examples/readdatatest/readdatatest.vcproj6
-rw-r--r--windows_vnet/c++/examples/readdatatestdll/readdatatestdll.vcproj2
-rw-r--r--windows_vnet/c++/examples/writedatatest/writedatatest.vcproj6
-rw-r--r--windows_vnet/c++/examples/writedatatestdll/writedatatestdll.vcproj2
-rw-r--r--windows_vnet/c++/test/dsets_cpp/dsets_cpp.vcproj6
-rw-r--r--windows_vnet/c++/test/dsets_cppdll/dsets_cppdll.vcproj2
-rw-r--r--windows_vnet/c++/test/testhdf5_cpp/testhdf5_cpp.vcproj6
-rw-r--r--windows_vnet/c++/test/testhdf5_cppdll/testhdf5_cppdll.vcproj2
-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
-rw-r--r--windows_vnet/hl/c++/test/hl_test_table_cpp/hl_test_table_cpp.vcproj2
-rw-r--r--windows_vnet/hl/c++/test/hl_test_table_cppdll/hl_test_table_cppdll.vcproj2
-rw-r--r--windows_vnet/hl/examples/ex_ds1/ex_ds1.vcproj2
-rw-r--r--windows_vnet/hl/examples/ex_ds1dll/ex_ds1dll.vcproj2
-rw-r--r--windows_vnet/hl/examples/ex_image1/ex_image1.vcproj2
-rw-r--r--windows_vnet/hl/examples/ex_image1dll/ex_image1dll.vcproj2
-rw-r--r--windows_vnet/hl/examples/ex_image2/ex_image2.vcproj2
-rw-r--r--windows_vnet/hl/examples/ex_image2dll/ex_image2dll.vcproj2
-rw-r--r--windows_vnet/hl/examples/ex_lite1/ex_lite1.vcproj2
-rw-r--r--windows_vnet/hl/examples/ex_lite1dll/ex_lite1dll.vcproj2
-rw-r--r--windows_vnet/hl/examples/ex_lite2/ex_lite2.vcproj2
-rw-r--r--windows_vnet/hl/examples/ex_lite2dll/ex_lite2dll.vcproj2
-rw-r--r--windows_vnet/hl/examples/ex_lite3/ex_lite3.vcproj2
-rw-r--r--windows_vnet/hl/examples/ex_lite3dll/ex_lite3dll.vcproj2
-rw-r--r--windows_vnet/hl/examples/ex_table01/ex_table01.vcproj2
-rw-r--r--windows_vnet/hl/examples/ex_table01dll/ex_table01dll.vcproj2
-rw-r--r--windows_vnet/hl/examples/ex_table02/ex_table02.vcproj2
-rw-r--r--windows_vnet/hl/examples/ex_table02dll/ex_table02dll.vcproj2
-rw-r--r--windows_vnet/hl/examples/ex_table03/ex_table03.vcproj2
-rw-r--r--windows_vnet/hl/examples/ex_table03dll/ex_table03dll.vcproj2
-rw-r--r--windows_vnet/hl/examples/ex_table04/ex_table04.vcproj2
-rw-r--r--windows_vnet/hl/examples/ex_table04dll/ex_table04dll.vcproj2
-rw-r--r--windows_vnet/hl/examples/ex_table05/ex_table05.vcproj2
-rw-r--r--windows_vnet/hl/examples/ex_table05dll/ex_table05dll.vcproj2
-rw-r--r--windows_vnet/hl/examples/ex_table06/ex_table06.vcproj2
-rw-r--r--windows_vnet/hl/examples/ex_table06dll/ex_table06dll.vcproj2
-rw-r--r--windows_vnet/hl/examples/ex_table07/ex_table07.vcproj2
-rw-r--r--windows_vnet/hl/examples/ex_table07dll/ex_table07dll.vcproj2
-rw-r--r--windows_vnet/hl/examples/ex_table08/ex_table08.vcproj2
-rw-r--r--windows_vnet/hl/examples/ex_table08dll/ex_table08dll.vcproj2
-rw-r--r--windows_vnet/hl/examples/ex_table09/ex_table09.vcproj2
-rw-r--r--windows_vnet/hl/examples/ex_table09dll/ex_table09dll.vcproj2
-rw-r--r--windows_vnet/hl/examples/ex_table10/ex_table10.vcproj2
-rw-r--r--windows_vnet/hl/examples/ex_table10dll/ex_table10dll.vcproj2
-rw-r--r--windows_vnet/hl/examples/ex_table11/ex_table11.vcproj2
-rw-r--r--windows_vnet/hl/examples/ex_table11dll/ex_table11dll.vcproj2
-rw-r--r--windows_vnet/hl/examples/ex_table12/ex_table12.vcproj2
-rw-r--r--windows_vnet/hl/examples/ex_table12dll/ex_table12dll.vcproj2
-rw-r--r--windows_vnet/hl/examples/ptExampleFL/ptExampleFL.vcproj2
-rw-r--r--windows_vnet/hl/examples/ptExampleFLdll/ptExampleFLdll.vcproj2
-rw-r--r--windows_vnet/hl/examples/ptExampleVL/ptExampleVL.vcproj2
-rw-r--r--windows_vnet/hl/examples/ptExampleVLdll/ptExampleVLdll.vcproj2
-rw-r--r--windows_vnet/hl/test/hl_test_ds/hl_test_ds.vcproj4
-rw-r--r--windows_vnet/hl/test/hl_test_dsdll/hl_test_dsdll.vcproj2
-rw-r--r--windows_vnet/hl/test/hl_test_image/hl_test_image.vcproj4
-rw-r--r--windows_vnet/hl/test/hl_test_imagedll/hl_test_imagedll.vcproj2
-rw-r--r--windows_vnet/hl/test/hl_test_lite/hl_test_lite.vcproj4
-rw-r--r--windows_vnet/hl/test/hl_test_litedll/hl_test_litedll.vcproj2
-rw-r--r--windows_vnet/hl/test/hl_test_packet/hl_test_packet.vcproj4
-rw-r--r--windows_vnet/hl/test/hl_test_packetdll/hl_test_packetdll.vcproj2
-rw-r--r--windows_vnet/hl/test/hl_test_table/hl_test_table.vcproj4
-rw-r--r--windows_vnet/hl/test/hl_test_tabledll/hl_test_tabledll.vcproj2
-rw-r--r--windows_vnet/hl/tools/gifconv/gif2h5.vcproj6
-rw-r--r--windows_vnet/hl/tools/gifconv/h52gif.vcproj6
-rw-r--r--windows_vnet/hl/tools/gifconvdll/gif2h5dll.vcproj2
-rw-r--r--windows_vnet/hl/tools/gifconvdll/h52gifdll.vcproj2
-rw-r--r--windows_vnet/misc/typegen/h5tinit/h5tinit.vcproj2
-rw-r--r--windows_vnet/proj/hdf5/hdf5.vcproj4
-rw-r--r--windows_vnet/proj/hdf5_cpp/hdf5_cpp.vcproj2
-rw-r--r--windows_vnet/proj/hdf5_cppdll/hdf5_cppdll.vcproj2
-rw-r--r--windows_vnet/proj/hdf5_hl/hdf5_hl.vcproj2
-rw-r--r--windows_vnet/proj/hdf5_hl_cpp/hdf5_hl_cpp.vcproj2
-rw-r--r--windows_vnet/proj/hdf5_hl_cppdll/hdf5_hl_cppdll.vcproj2
-rw-r--r--windows_vnet/proj/hdf5_hldll/hdf5_hldll.vcproj2
-rw-r--r--windows_vnet/proj/hdf5dll/hdf5dll.vcproj2
-rw-r--r--windows_vnet/test/big/big.vcproj6
-rw-r--r--windows_vnet/test/bigdll/bigdll.vcproj2
-rw-r--r--windows_vnet/test/bittests/bittests.vcproj6
-rw-r--r--windows_vnet/test/bittestsdll/bittestsdll.vcproj2
-rw-r--r--windows_vnet/test/btree2/btree2.vcproj6
-rw-r--r--windows_vnet/test/btree2dll/btree2dll.vcproj2
-rw-r--r--windows_vnet/test/cache/cache.vcproj6
-rw-r--r--windows_vnet/test/cache_api/cache_api.vcproj6
-rw-r--r--windows_vnet/test/cache_apidll/cache_apidll.vcproj2
-rw-r--r--windows_vnet/test/cachedll/cachedll.vcproj2
-rw-r--r--windows_vnet/test/chunk/chunk.vcproj6
-rw-r--r--windows_vnet/test/chunkdll/chunkdll.vcproj2
-rw-r--r--windows_vnet/test/cmpd_dset/cmpd_dset.vcproj6
-rw-r--r--windows_vnet/test/cmpd_dsetdll/cmpd_dsetdll.vcproj2
-rw-r--r--windows_vnet/test/cross_read/cross_read.vcproj6
-rw-r--r--windows_vnet/test/cross_readdll/cross_readdll.vcproj2
-rw-r--r--windows_vnet/test/dangle/dangle.vcproj6
-rw-r--r--windows_vnet/test/dangledll/dangledll.vcproj2
-rw-r--r--windows_vnet/test/dsets/dsets.vcproj6
-rw-r--r--windows_vnet/test/dsetsdll/dsetsdll.vcproj2
-rw-r--r--windows_vnet/test/dt_arith/dt_arith.vcproj6
-rw-r--r--windows_vnet/test/dt_arithdll/dt_arithdll.vcproj2
-rw-r--r--windows_vnet/test/dtransform/dtransform.vcproj6
-rw-r--r--windows_vnet/test/dtransformdll/dtransformdll.vcproj2
-rw-r--r--windows_vnet/test/dtypes/dtypes.vcproj6
-rw-r--r--windows_vnet/test/dtypesdll/dtypesdll.vcproj2
-rw-r--r--windows_vnet/test/enum/enum.vcproj6
-rw-r--r--windows_vnet/test/enumdll/enumdll.vcproj2
-rw-r--r--windows_vnet/test/err_compat/err_compat.vcproj6
-rw-r--r--windows_vnet/test/err_compatdll/err_compatdll.vcproj2
-rw-r--r--windows_vnet/test/error_test/error_test.vcproj6
-rw-r--r--windows_vnet/test/error_testdll/error_testdll.vcproj2
-rw-r--r--windows_vnet/test/extend/extend.vcproj6
-rw-r--r--windows_vnet/test/extenddll/extenddll.vcproj2
-rw-r--r--windows_vnet/test/external/external.vcproj6
-rw-r--r--windows_vnet/test/externaldll/externaldll.vcproj2
-rw-r--r--windows_vnet/test/fheap/fheap.vcproj6
-rw-r--r--windows_vnet/test/fheapdll/fheapdll.vcproj2
-rw-r--r--windows_vnet/test/fillval/fillval.vcproj6
-rw-r--r--windows_vnet/test/fillvaldll/fillvaldll.vcproj2
-rw-r--r--windows_vnet/test/flush1/flush1.vcproj6
-rw-r--r--windows_vnet/test/flush1dll/flush1dll.vcproj2
-rw-r--r--windows_vnet/test/flush2/flush2.vcproj6
-rw-r--r--windows_vnet/test/flush2dll/flush2dll.vcproj2
-rw-r--r--windows_vnet/test/getname/getname.vcproj6
-rw-r--r--windows_vnet/test/getnamedll/getnamedll.vcproj6
-rw-r--r--windows_vnet/test/getub/getub.vcproj4
-rw-r--r--windows_vnet/test/gheap/gheap.vcproj6
-rw-r--r--windows_vnet/test/gheapdll/gheapdll.vcproj2
-rw-r--r--windows_vnet/test/hyperslab/hyperslab.vcproj6
-rw-r--r--windows_vnet/test/hyperslabdll/hyperslabdll.vcproj2
-rw-r--r--windows_vnet/test/iopipe/iopipe.vcproj6
-rw-r--r--windows_vnet/test/iopipedll/iopipedll.vcproj2
-rw-r--r--windows_vnet/test/istore/istore.vcproj6
-rw-r--r--windows_vnet/test/istoredll/istoredll.vcproj2
-rw-r--r--windows_vnet/test/lheap/lheap.vcproj6
-rw-r--r--windows_vnet/test/lheapdll/lheapdll.vcproj2
-rw-r--r--windows_vnet/test/libtest/libtest.vcproj2
-rw-r--r--windows_vnet/test/libtestD/libtestD.vcproj2
-rw-r--r--windows_vnet/test/links/links.vcproj6
-rw-r--r--windows_vnet/test/linksdll/linksdll.vcproj2
-rw-r--r--windows_vnet/test/mount/mount.vcproj6
-rw-r--r--windows_vnet/test/mountdll/mountdll.vcproj2
-rw-r--r--windows_vnet/test/mtime/mtime.vcproj6
-rw-r--r--windows_vnet/test/mtimedll/mtimedll.vcproj2
-rw-r--r--windows_vnet/test/ntypes/ntypes.vcproj6
-rw-r--r--windows_vnet/test/ntypesdll/ntypesdll.vcproj6
-rw-r--r--windows_vnet/test/objcopy/objcopy.vcproj4
-rw-r--r--windows_vnet/test/objcopydll/objcopydll.vcproj2
-rw-r--r--windows_vnet/test/ohdr/ohdr.vcproj6
-rw-r--r--windows_vnet/test/ohdrdll/ohdrdll.vcproj2
-rw-r--r--windows_vnet/test/overhead/overhead.vcproj6
-rw-r--r--windows_vnet/test/overheaddll/overheaddll.vcproj2
-rw-r--r--windows_vnet/test/pool/pool.vcproj6
-rw-r--r--windows_vnet/test/pooldll/pooldll.vcproj2
-rw-r--r--windows_vnet/test/reserved/reserved.vcproj6
-rw-r--r--windows_vnet/test/reserveddll/reserveddll.vcproj2
-rw-r--r--windows_vnet/test/set_extent/set_extent.vcproj6
-rw-r--r--windows_vnet/test/set_extentdll/set_extentdll.vcproj2
-rw-r--r--windows_vnet/test/stab/stab.vcproj6
-rw-r--r--windows_vnet/test/stabdll/stabdll.vcproj2
-rw-r--r--windows_vnet/test/tellub/tellub.vcproj4
-rw-r--r--windows_vnet/test/testhdf5/testhdf5.vcproj6
-rw-r--r--windows_vnet/test/testhdf5dll/testhdf5dll.vcproj2
-rw-r--r--windows_vnet/test/ttsafedll/ttsafedll.vcproj2
-rw-r--r--windows_vnet/test/unlink/unlink.vcproj6
-rw-r--r--windows_vnet/test/unlinkdll/unlinkdll.vcproj2
-rw-r--r--windows_vnet/test/vfd/vfd.vcproj6
-rw-r--r--windows_vnet/test/vfddll/vfddll.vcproj6
-rw-r--r--windows_vnet/tools/h5copy/h5copy.vcproj6
-rw-r--r--windows_vnet/tools/h5debug/h5debug.vcproj6
-rw-r--r--windows_vnet/tools/h5debugdll/h5debugdll.vcproj2
-rw-r--r--windows_vnet/tools/h5diff/h5diff.vcproj6
-rw-r--r--windows_vnet/tools/h5diffdll/h5diffdll.vcproj2
-rw-r--r--windows_vnet/tools/h5dump/h5dump.vcproj6
-rw-r--r--windows_vnet/tools/h5dumpdll/h5dumpdll.vcproj2
-rw-r--r--windows_vnet/tools/h5import/h5import.vcproj6
-rw-r--r--windows_vnet/tools/h5importdll/h5importdll.vcproj2
-rw-r--r--windows_vnet/tools/h5jam/h5jam.vcproj4
-rw-r--r--windows_vnet/tools/h5ls/h5ls.vcproj6
-rw-r--r--windows_vnet/tools/h5lsdll/h5lsdll.vcproj2
-rw-r--r--windows_vnet/tools/h5mkgrp/h5mkgrp.vcproj2
-rw-r--r--windows_vnet/tools/h5repack/h5repack.vcproj6
-rw-r--r--windows_vnet/tools/h5repackdll/h5repackdll.vcproj2
-rw-r--r--windows_vnet/tools/h5repart/h5repart.vcproj6
-rw-r--r--windows_vnet/tools/h5repartdll/h5repartdll.vcproj2
-rw-r--r--windows_vnet/tools/h5stat/h5stat.vcproj2
-rw-r--r--windows_vnet/tools/h5statdll/h5statdll.vcproj2
-rw-r--r--windows_vnet/tools/h5unjam/h5unjam.vcproj4
-rw-r--r--windows_vnet/tools/talign/talign.vcproj6
-rw-r--r--windows_vnet/tools/taligndll/taligndll.vcproj2
-rw-r--r--windows_vnet/tools/testfiles/binread/binread.vcproj2
-rw-r--r--windows_vnet/tools/testfiles/h5difftst/h5difftst.vcproj6
-rw-r--r--windows_vnet/tools/testfiles/h5dumptst/h5dumptst.vcproj6
-rw-r--r--windows_vnet/tools/testfiles/h5importtst/h5importtst.vcproj2
-rw-r--r--windows_vnet/tools/testfiles/h5jamtst/h5jamtst.vcproj4
-rw-r--r--windows_vnet/tools/testfiles/h5repacktst/h5repacktst.vcproj4
-rw-r--r--windows_vnet/tools/testfiles/h5repart_gentest/h5repart_gentest.vcproj2
-rw-r--r--windows_vnet/tools/testfiles/h5reparttst/h5reparttst.vcproj2
-rw-r--r--windows_vnet/tools/testfiles/testh5repack_detect_szip/testh5repack_detect_szip.vcproj4
-rw-r--r--windows_vnet/tools/testfiles/testh5repack_detect_szipdll/testh5repack_detect_szipdll.vcproj2
-rw-r--r--windows_vnet/tools/toolslib/toolslib.vcproj4
-rw-r--r--windows_vnet/tools/toolslibD/toolslibD.vcproj4
226 files changed, 383 insertions, 383 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 cdaae91..59b68e0 100644
--- a/windows_vnet/c++/examples/chunkstest/chunkstest.vcproj
+++ b/windows_vnet/c++/examples/chunkstest/chunkstest.vcproj
@@ -44,7 +44,7 @@
LinkIncremental="1"
SuppressStartupBanner="TRUE"
AdditionalLibraryDirectories="..\..\..\..\proj\hdf5_cpp\release,..\..\..\..\hdf5lib\release\lib"
- IgnoreDefaultLibraryNames="libcpp.lib"
+ IgnoreDefaultLibraryNames=""
ProgramDatabaseFile=".\../../../../c++/examples/chunkstest/Release/chunkstest.pdb"
SubSystem="1"
TargetMachine="1"/>
@@ -95,7 +95,7 @@
ProgramDataBaseFileName=".\../../../../c++/examples/chunkstest/Debug/"
WarningLevel="3"
SuppressStartupBanner="TRUE"
- DebugInformationFormat="4"
+ DebugInformationFormat="3"
CompileAs="0"/>
<Tool
Name="VCCustomBuildTool"/>
@@ -106,7 +106,7 @@
LinkIncremental="1"
SuppressStartupBanner="TRUE"
AdditionalLibraryDirectories="..\..\..\..\proj\hdf5_cpp\debug,..\..\..\..\hdf5lib\debug\lib"
- IgnoreDefaultLibraryNames="libc.lib"
+ IgnoreDefaultLibraryNames=""
GenerateDebugInformation="TRUE"
ProgramDatabaseFile=".\../../../../c++/examples/chunkstest/Debug/chunkstest.pdb"
SubSystem="1"
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 5f46551..bc3eb76 100644
--- a/windows_vnet/c++/examples/compoundtest/compoundtest.vcproj
+++ b/windows_vnet/c++/examples/compoundtest/compoundtest.vcproj
@@ -44,7 +44,7 @@
LinkIncremental="1"
SuppressStartupBanner="TRUE"
AdditionalLibraryDirectories="..\..\..\..\proj\hdf5_cpp\release,..\..\..\..\hdf5lib\release\lib"
- IgnoreDefaultLibraryNames="libcpp.lib"
+ IgnoreDefaultLibraryNames=""
ProgramDatabaseFile=".\../../../../c++/examples/compoundtest/Release/compoundtest.pdb"
SubSystem="1"
TargetMachine="1"/>
@@ -95,7 +95,7 @@
ProgramDataBaseFileName=".\../../../../c++/examples/compoundtest/Debug/"
WarningLevel="3"
SuppressStartupBanner="TRUE"
- DebugInformationFormat="4"
+ DebugInformationFormat="3"
CompileAs="0"/>
<Tool
Name="VCCustomBuildTool"/>
@@ -106,7 +106,7 @@
LinkIncremental="1"
SuppressStartupBanner="TRUE"
AdditionalLibraryDirectories="..\..\..\..\proj\hdf5_cpp\debug,..\..\..\..\hdf5lib\debug\lib"
- IgnoreDefaultLibraryNames="libc.lib"
+ IgnoreDefaultLibraryNames=""
GenerateDebugInformation="TRUE"
ProgramDatabaseFile=".\../../../../c++/examples/compoundtest/Debug/compoundtest.pdb"
SubSystem="1"
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 8832d78..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"/>
@@ -43,7 +43,7 @@
LinkIncremental="1"
SuppressStartupBanner="TRUE"
AdditionalLibraryDirectories="..\..\..\..\proj\hdf5_cpp\debug,..\..\..\..\hdf5lib\debug\lib"
- IgnoreDefaultLibraryNames="libc.lib"
+ IgnoreDefaultLibraryNames=""
GenerateDebugInformation="TRUE"
ProgramDatabaseFile=".\../../../../c++/examples/createtest/Debug/createtest.pdb"
SubSystem="1"
@@ -107,7 +107,7 @@
LinkIncremental="1"
SuppressStartupBanner="TRUE"
AdditionalLibraryDirectories="..\..\..\..\proj\hdf5_cpp\release,..\..\..\..\hdf5lib\release\lib"
- IgnoreDefaultLibraryNames="libcpp.lib"
+ IgnoreDefaultLibraryNames=""
ProgramDatabaseFile=".\../../../../c++/examples/createtest/Release/createtest.pdb"
SubSystem="1"
TargetMachine="1"/>
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 ecf1879..226c15c 100644
--- a/windows_vnet/c++/examples/extend_dstest/extend_dstest.vcproj
+++ b/windows_vnet/c++/examples/extend_dstest/extend_dstest.vcproj
@@ -44,7 +44,7 @@
LinkIncremental="1"
SuppressStartupBanner="TRUE"
AdditionalLibraryDirectories="..\..\..\..\proj\hdf5_cpp\release,..\..\..\..\hdf5lib\release\lib"
- IgnoreDefaultLibraryNames="libcpp.lib"
+ IgnoreDefaultLibraryNames=""
ProgramDatabaseFile=".\../../../../c++/examples/extend_dstest/Release/extend_dstest.pdb"
SubSystem="1"
TargetMachine="1"/>
@@ -95,7 +95,7 @@
ProgramDataBaseFileName=".\../../../../c++/examples/extend_dstest/Debug/"
WarningLevel="3"
SuppressStartupBanner="TRUE"
- DebugInformationFormat="4"
+ DebugInformationFormat="3"
CompileAs="0"/>
<Tool
Name="VCCustomBuildTool"/>
@@ -106,7 +106,7 @@
LinkIncremental="1"
SuppressStartupBanner="TRUE"
AdditionalLibraryDirectories="..\..\..\..\proj\hdf5_cpp\debug,..\..\..\..\hdf5lib\debug\lib"
- IgnoreDefaultLibraryNames="libc.lib"
+ IgnoreDefaultLibraryNames=""
GenerateDebugInformation="TRUE"
ProgramDatabaseFile=".\../../../../c++/examples/extend_dstest/Debug/extend_dstest.pdb"
SubSystem="1"
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 af56199..bdd8f1d 100644
--- a/windows_vnet/c++/examples/h5grouptest/h5grouptest.vcproj
+++ b/windows_vnet/c++/examples/h5grouptest/h5grouptest.vcproj
@@ -44,7 +44,7 @@
LinkIncremental="1"
SuppressStartupBanner="TRUE"
AdditionalLibraryDirectories="..\..\..\..\proj\hdf5_cpp\release,..\..\..\..\hdf5lib\release\lib"
- IgnoreDefaultLibraryNames="libcpp.lib"
+ IgnoreDefaultLibraryNames=""
ProgramDatabaseFile=".\../../../../c++/examples/h5grouptest/Release/h5grouptest.pdb"
SubSystem="1"
TargetMachine="1"/>
@@ -95,7 +95,7 @@
ProgramDataBaseFileName=".\../../../../c++/examples/h5grouptest/Debug/"
WarningLevel="3"
SuppressStartupBanner="TRUE"
- DebugInformationFormat="4"
+ DebugInformationFormat="3"
CompileAs="0"/>
<Tool
Name="VCCustomBuildTool"/>
@@ -106,7 +106,7 @@
LinkIncremental="1"
SuppressStartupBanner="TRUE"
AdditionalLibraryDirectories="..\..\..\..\proj\hdf5_cpp\debug,..\..\..\..\hdf5lib\debug\lib"
- IgnoreDefaultLibraryNames="libc.lib"
+ IgnoreDefaultLibraryNames=""
GenerateDebugInformation="TRUE"
ProgramDatabaseFile=".\../../../../c++/examples/h5grouptest/Debug/h5grouptest.pdb"
SubSystem="1"
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 ce636e1..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"/>
@@ -43,7 +43,7 @@
LinkIncremental="1"
SuppressStartupBanner="TRUE"
AdditionalLibraryDirectories="..\..\..\..\proj\hdf5_cpp\debug,..\..\..\..\hdf5lib\debug\lib"
- IgnoreDefaultLibraryNames="libc.lib"
+ IgnoreDefaultLibraryNames=""
GenerateDebugInformation="TRUE"
ProgramDatabaseFile=".\../../../../c++/examples/readdatatest/Debug/readdatatest.pdb"
SubSystem="1"
@@ -107,7 +107,7 @@
LinkIncremental="1"
SuppressStartupBanner="TRUE"
AdditionalLibraryDirectories="..\..\..\..\proj\hdf5_cpp\release,..\..\..\..\hdf5lib\release\lib"
- IgnoreDefaultLibraryNames="libcpp.lib"
+ IgnoreDefaultLibraryNames=""
ProgramDatabaseFile=".\../../../../c++/examples/readdatatest/Release/readdatatest.pdb"
SubSystem="1"
TargetMachine="1"/>
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 f541b9a..373a857 100644
--- a/windows_vnet/c++/examples/writedatatest/writedatatest.vcproj
+++ b/windows_vnet/c++/examples/writedatatest/writedatatest.vcproj
@@ -44,7 +44,7 @@
LinkIncremental="1"
SuppressStartupBanner="TRUE"
AdditionalLibraryDirectories="..\..\..\..\proj\hdf5_cpp\release,..\..\..\..\hdf5lib\release\lib"
- IgnoreDefaultLibraryNames="libcpp.lib"
+ IgnoreDefaultLibraryNames=""
ProgramDatabaseFile=".\../../../../c++/examples/writedatatest/Release/writedatatest.pdb"
SubSystem="1"
TargetMachine="1"/>
@@ -95,7 +95,7 @@
ProgramDataBaseFileName=".\../../../../c++/examples/writedatatest/Debug/"
WarningLevel="3"
SuppressStartupBanner="TRUE"
- DebugInformationFormat="4"
+ DebugInformationFormat="3"
CompileAs="0"/>
<Tool
Name="VCCustomBuildTool"/>
@@ -106,7 +106,7 @@
LinkIncremental="1"
SuppressStartupBanner="TRUE"
AdditionalLibraryDirectories="..\..\..\..\proj\hdf5_cpp\debug,..\..\..\..\hdf5lib\debug\lib"
- IgnoreDefaultLibraryNames="libc.lib"
+ IgnoreDefaultLibraryNames=""
GenerateDebugInformation="TRUE"
ProgramDatabaseFile=".\../../../../c++/examples/writedatatest/Debug/writedatatest.pdb"
SubSystem="1"
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 588dbba..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"/>
@@ -42,7 +42,7 @@
OutputFile="../../../../c++/test/dsets_cpp/Debug/dsets_cpp.exe"
LinkIncremental="1"
SuppressStartupBanner="TRUE"
- IgnoreDefaultLibraryNames="libc.lib"
+ IgnoreDefaultLibraryNames=""
ForceSymbolReferences="_gethostname@8"
GenerateDebugInformation="TRUE"
ProgramDatabaseFile=".\../../../../test/dsets_cpp/Debug/dsets_cpp.pdb"
@@ -106,7 +106,7 @@
OutputFile="../../../../c++/test/dsets_cpp/Release/dsets_cpp.exe"
LinkIncremental="1"
SuppressStartupBanner="TRUE"
- IgnoreDefaultLibraryNames="libcd.lib"
+ IgnoreDefaultLibraryNames=""
ForceSymbolReferences="_gethostname@8"
ProgramDatabaseFile=".\../../../../test/dsets_cpp/Release/dsets_cpp.pdb"
SubSystem="1"
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 0022809..0758395 100644
--- a/windows_vnet/c++/test/testhdf5_cpp/testhdf5_cpp.vcproj
+++ b/windows_vnet/c++/test/testhdf5_cpp/testhdf5_cpp.vcproj
@@ -43,7 +43,7 @@
OutputFile=".\../../../../c++/test/testhdf5_cpp/Release/testhdf5_cpp.exe"
LinkIncremental="1"
SuppressStartupBanner="TRUE"
- IgnoreDefaultLibraryNames="libcd.lib"
+ IgnoreDefaultLibraryNames=""
ForceSymbolReferences="_gethostname@8"
ProgramDatabaseFile=".\../../../../c++/test/testhdf5_cpp/Release/testhdf5_cpp.pdb"
SubSystem="1"
@@ -95,7 +95,7 @@
ProgramDataBaseFileName=".\../../../../c++/test/testhdf5_cpp/Debug/"
WarningLevel="3"
SuppressStartupBanner="TRUE"
- DebugInformationFormat="4"
+ DebugInformationFormat="3"
CompileAs="0"/>
<Tool
Name="VCCustomBuildTool"/>
@@ -105,7 +105,7 @@
OutputFile=".\../../../../c++/test/testhdf5_cpp/Debug/testhdf5_cpp.exe"
LinkIncremental="1"
SuppressStartupBanner="TRUE"
- IgnoreDefaultLibraryNames="libc.lib"
+ IgnoreDefaultLibraryNames=""
ForceSymbolReferences="_gethostname@8"
GenerateDebugInformation="TRUE"
ProgramDatabaseFile=".\../../../../c++/test/testhdf5_cpp/Debug/testhdf5_cpp.pdb"
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 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"/>
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 815622d..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"/>
@@ -42,7 +42,7 @@
OutputFile=".\../../../../hl/test/hl_test_ds/Debug/hl_test_ds.exe"
LinkIncremental="1"
SuppressStartupBanner="TRUE"
- IgnoreDefaultLibraryNames="libc.lib"
+ IgnoreDefaultLibraryNames=""
GenerateDebugInformation="TRUE"
ProgramDatabaseFile=".\../../../../hl/test/hl_test_ds/Debug/hl_test_ds.pdb"
SubSystem="1"
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 2c5992d..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"/>
@@ -42,7 +42,7 @@
OutputFile=".\../../../../hl/test/hl_test_image/Debug/hl_test_image.exe"
LinkIncremental="1"
SuppressStartupBanner="TRUE"
- IgnoreDefaultLibraryNames="libc.lib"
+ IgnoreDefaultLibraryNames=""
GenerateDebugInformation="TRUE"
ProgramDatabaseFile=".\../../../../hl/test/hl_test_image/Debug/hl_test_image.pdb"
SubSystem="1"
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 bf61de9..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"/>
@@ -103,7 +103,7 @@
OutputFile=".\../../../../hl/test/hl_test_lite/Debug/hl_test_lite.exe"
LinkIncremental="1"
SuppressStartupBanner="TRUE"
- IgnoreDefaultLibraryNames="libc.lib"
+ IgnoreDefaultLibraryNames=""
GenerateDebugInformation="TRUE"
ProgramDatabaseFile=".\../../../../hl/test/hl_test_lite/Debug/hl_test_lite.pdb"
SubSystem="1"
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 a1bdfe5..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"/>
@@ -104,7 +104,7 @@
OutputFile=".\../../../../hl/test/hl_test_packet/Debug/hl_test_packet.exe"
LinkIncremental="1"
SuppressStartupBanner="TRUE"
- IgnoreDefaultLibraryNames="libc.lib"
+ IgnoreDefaultLibraryNames=""
ForceSymbolReferences="_gethostname@8"
GenerateDebugInformation="TRUE"
ProgramDatabaseFile=".\../../../../hl/test/hl_test_packet/Debug/hl_test_packet.pdb"
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 309d7c9..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"/>
@@ -103,7 +103,7 @@
OutputFile=".\../../../../hl/test/hl_test_table/Debug/hl_test_table.exe"
LinkIncremental="1"
SuppressStartupBanner="TRUE"
- IgnoreDefaultLibraryNames="libc.lib"
+ IgnoreDefaultLibraryNames=""
GenerateDebugInformation="TRUE"
ProgramDatabaseFile=".\../../../../hl/test/hl_test_table/Debug/hl_test_table.pdb"
SubSystem="1"
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 f3d510d..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"/>
@@ -42,7 +42,7 @@
OutputFile=".\..\..\..\..\hl\tools\gifconv\gif2h5\Debug/gif2h5.exe"
LinkIncremental="1"
SuppressStartupBanner="TRUE"
- IgnoreDefaultLibraryNames="libc.lib"
+ IgnoreDefaultLibraryNames=""
GenerateDebugInformation="TRUE"
ProgramDatabaseFile=".\..\..\..\..\hl\tools\gifconv\gif2h5\Debug/gif2h5.pdb"
SubSystem="1"
@@ -105,7 +105,7 @@
OutputFile=".\..\..\..\..\hl\tools\gifconv\gif2h5\Release/gif2h5.exe"
LinkIncremental="1"
SuppressStartupBanner="TRUE"
- IgnoreDefaultLibraryNames="libcd.lib"
+ IgnoreDefaultLibraryNames=""
ProgramDatabaseFile=".\..\..\..\..\hl\tools\gifconv\gif2h5\Release/gif2h5.pdb"
SubSystem="1"
TargetMachine="1"/>
diff --git a/windows_vnet/hl/tools/gifconv/h52gif.vcproj b/windows_vnet/hl/tools/gifconv/h52gif.vcproj
index 96be977..ea1eb4e 100644
--- a/windows_vnet/hl/tools/gifconv/h52gif.vcproj
+++ b/windows_vnet/hl/tools/gifconv/h52gif.vcproj
@@ -43,7 +43,7 @@
OutputFile=".\..\..\..\..\hl\tools\gifconv\h52gif\Release/h52gif.exe"
LinkIncremental="1"
SuppressStartupBanner="TRUE"
- IgnoreDefaultLibraryNames="libcd.lib"
+ IgnoreDefaultLibraryNames=""
ProgramDatabaseFile=".\..\..\..\..\hl\tools\gifconv\h52gif\Release/h52gif.pdb"
SubSystem="1"
TargetMachine="1"/>
@@ -94,7 +94,7 @@
ProgramDataBaseFileName=".\..\..\..\..\hl\tools\gifconv\h52gif\debug/"
WarningLevel="3"
SuppressStartupBanner="TRUE"
- DebugInformationFormat="4"
+ DebugInformationFormat="3"
CompileAs="0"/>
<Tool
Name="VCCustomBuildTool"/>
@@ -104,7 +104,7 @@
OutputFile=".\..\..\..\..\hl\tools\gifconv\h52gif\Debug/h52gif.exe"
LinkIncremental="1"
SuppressStartupBanner="TRUE"
- IgnoreDefaultLibraryNames="libc.lib"
+ IgnoreDefaultLibraryNames=""
GenerateDebugInformation="TRUE"
ProgramDatabaseFile=".\..\..\..\..\hl\tools\gifconv\h52gif\Debug/h52gif.pdb"
SubSystem="1"
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 a6e1343..01241d9 100644
--- a/windows_vnet/test/big/big.vcproj
+++ b/windows_vnet/test/big/big.vcproj
@@ -43,7 +43,7 @@
OutputFile=".\../../../test/big/Release/big.exe"
LinkIncremental="1"
SuppressStartupBanner="TRUE"
- IgnoreDefaultLibraryNames="libcd.lib"
+ IgnoreDefaultLibraryNames=""
ForceSymbolReferences="_gethostname@8"
ProgramDatabaseFile=".\../../../test/big/Release/big.pdb"
SubSystem="1"
@@ -95,7 +95,7 @@
BrowseInformation="1"
WarningLevel="3"
SuppressStartupBanner="TRUE"
- DebugInformationFormat="4"
+ DebugInformationFormat="3"
CompileAs="0"/>
<Tool
Name="VCCustomBuildTool"/>
@@ -105,7 +105,7 @@
OutputFile=".\../../../test/big/Debug/big.exe"
LinkIncremental="1"
SuppressStartupBanner="TRUE"
- IgnoreDefaultLibraryNames="libc.lib"
+ IgnoreDefaultLibraryNames=""
ForceSymbolReferences="_gethostname@8"
GenerateDebugInformation="TRUE"
ProgramDatabaseFile=".\../../../test/big/Debug/big.pdb"
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 a526a9e..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"/>
@@ -158,7 +158,7 @@
OutputFile=".\../../../test/bittests/Debug/bittests.exe"
LinkIncremental="1"
SuppressStartupBanner="TRUE"
- IgnoreDefaultLibraryNames="libc.lib"
+ IgnoreDefaultLibraryNames=""
GenerateDebugInformation="TRUE"
ProgramDatabaseFile=".\../../../test/bittests/Debug/bittests.pdb"
SubSystem="1"
@@ -221,7 +221,7 @@
OutputFile=".\../../../test/bittests/Release/bittests.exe"
LinkIncremental="1"
SuppressStartupBanner="TRUE"
- IgnoreDefaultLibraryNames="libcd.lib"
+ IgnoreDefaultLibraryNames=""
ProgramDatabaseFile=".\../../../test/bittests/Release/bittests.pdb"
SubSystem="1"
TargetMachine="1"/>
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 953f739..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"/>
@@ -42,7 +42,7 @@
OutputFile=".\../../../test/btree2/Debug/btree2.exe"
LinkIncremental="1"
SuppressStartupBanner="TRUE"
- IgnoreDefaultLibraryNames="libc.lib"
+ IgnoreDefaultLibraryNames=""
ForceSymbolReferences="_gethostname@8"
GenerateDebugInformation="TRUE"
ProgramDatabaseFile=".\../../../test/btree2/Debug/btree2.pdb"
@@ -106,7 +106,7 @@
OutputFile=".\../../../test/btree2/Release/btree2.exe"
LinkIncremental="1"
SuppressStartupBanner="TRUE"
- IgnoreDefaultLibraryNames="libcd.lib"
+ IgnoreDefaultLibraryNames=""
ForceSymbolReferences="_gethostname@8"
ProgramDatabaseFile=".\../../../test/btree2/Release/btree2.pdb"
SubSystem="1"
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 c46ff24..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"/>
@@ -42,7 +42,7 @@
OutputFile=".\../../../test/cache/Debug/cache.exe"
LinkIncremental="1"
SuppressStartupBanner="TRUE"
- IgnoreDefaultLibraryNames="libc.lib"
+ IgnoreDefaultLibraryNames=""
GenerateDebugInformation="TRUE"
ProgramDatabaseFile=".\../../../test/cache/Debug/cache.pdb"
SubSystem="1"
@@ -105,7 +105,7 @@
OutputFile=".\../../../test/cache/Release/cache.exe"
LinkIncremental="1"
SuppressStartupBanner="TRUE"
- IgnoreDefaultLibraryNames="libcd.lib"
+ IgnoreDefaultLibraryNames=""
ProgramDatabaseFile=".\../../../test/cache/Release/cache.pdb"
SubSystem="1"
TargetMachine="1"/>
diff --git a/windows_vnet/test/cache_api/cache_api.vcproj b/windows_vnet/test/cache_api/cache_api.vcproj
index 568c009..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"/>
@@ -42,7 +42,7 @@
OutputFile=".\../../../test/cache_api/Debug/cache_api.exe"
LinkIncremental="1"
SuppressStartupBanner="TRUE"
- IgnoreDefaultLibraryNames="libc.lib"
+ IgnoreDefaultLibraryNames=""
GenerateDebugInformation="TRUE"
ProgramDatabaseFile=".\../../../test/cache_api/Debug/cache_api.pdb"
SubSystem="1"
@@ -105,7 +105,7 @@
OutputFile=".\../../../test/cache_api/Release/cache_api.exe"
LinkIncremental="1"
SuppressStartupBanner="TRUE"
- IgnoreDefaultLibraryNames="libcd.lib"
+ IgnoreDefaultLibraryNames=""
ProgramDatabaseFile=".\../../../test/cache_api/Release/cache_api.pdb"
SubSystem="1"
TargetMachine="1"/>
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 b67f7ee..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"/>
@@ -101,7 +101,7 @@
OutputFile=".\../../../test/chunk/Debug/chunk.exe"
LinkIncremental="1"
SuppressStartupBanner="TRUE"
- IgnoreDefaultLibraryNames="libc.lib"
+ IgnoreDefaultLibraryNames=""
GenerateDebugInformation="TRUE"
ProgramDatabaseFile=".\../../../test/chunk/Debug/chunk.pdb"
SubSystem="1"
@@ -164,7 +164,7 @@
OutputFile=".\../../../test/chunk/Release/chunk.exe"
LinkIncremental="1"
SuppressStartupBanner="TRUE"
- IgnoreDefaultLibraryNames="libcd.lib"
+ IgnoreDefaultLibraryNames=""
ProgramDatabaseFile=".\../../../test/chunk/Release/chunk.pdb"
SubSystem="1"
TargetMachine="1"/>
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 f006e59..54f7727 100644
--- a/windows_vnet/test/cmpd_dset/cmpd_dset.vcproj
+++ b/windows_vnet/test/cmpd_dset/cmpd_dset.vcproj
@@ -43,7 +43,7 @@
OutputFile=".\../../../test/cmpd_dset/Release/cmpd_dset.exe"
LinkIncremental="1"
SuppressStartupBanner="TRUE"
- IgnoreDefaultLibraryNames="libcd.lib"
+ IgnoreDefaultLibraryNames=""
ForceSymbolReferences="_gethostname@8"
ProgramDatabaseFile=".\../../../test/cmpd_dset/Release/cmpd_dset.pdb"
SubSystem="1"
@@ -211,7 +211,7 @@
ProgramDataBaseFileName=".\../../../test/cmpd_dset/Debug/"
WarningLevel="3"
SuppressStartupBanner="TRUE"
- DebugInformationFormat="4"
+ DebugInformationFormat="3"
CompileAs="0"/>
<Tool
Name="VCCustomBuildTool"/>
@@ -221,7 +221,7 @@
OutputFile=".\../../../test/cmpd_dset/Debug/cmpd_dset.exe"
LinkIncremental="1"
SuppressStartupBanner="TRUE"
- IgnoreDefaultLibraryNames="libc.lib"
+ IgnoreDefaultLibraryNames=""
ForceSymbolReferences="_gethostname@8"
GenerateDebugInformation="TRUE"
ProgramDatabaseFile=".\../../../test/cmpd_dset/Debug/cmpd_dset.pdb"
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 e46fb5f..c79f9f4 100644
--- a/windows_vnet/test/cross_read/cross_read.vcproj
+++ b/windows_vnet/test/cross_read/cross_read.vcproj
@@ -43,7 +43,7 @@
OutputFile=".\../../../test/cross_read/Release/cross_read.exe"
LinkIncremental="1"
SuppressStartupBanner="TRUE"
- IgnoreDefaultLibraryNames="libcd.lib"
+ IgnoreDefaultLibraryNames=""
ForceSymbolReferences="_gethostname@8"
ProgramDatabaseFile=".\../../../test/cross_read/Release/cross_read.pdb"
SubSystem="1"
@@ -95,7 +95,7 @@
ProgramDataBaseFileName=".\../../../test/cross_read/Debug/"
WarningLevel="3"
SuppressStartupBanner="TRUE"
- DebugInformationFormat="4"
+ DebugInformationFormat="3"
CompileAs="0"/>
<Tool
Name="VCCustomBuildTool"/>
@@ -105,7 +105,7 @@
OutputFile=".\../../../test/cross_read/Debug/cross_read.exe"
LinkIncremental="1"
SuppressStartupBanner="TRUE"
- IgnoreDefaultLibraryNames="libc.lib"
+ IgnoreDefaultLibraryNames=""
ForceSymbolReferences="_gethostname@8"
GenerateDebugInformation="TRUE"
ProgramDatabaseFile=".\../../../test/cross_read/Debug/cross_read.pdb"
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 a963d9f..3140fe8 100644
--- a/windows_vnet/test/dangle/dangle.vcproj
+++ b/windows_vnet/test/dangle/dangle.vcproj
@@ -43,7 +43,7 @@
OutputFile=".\../../../test/dangle/Release/dangle.exe"
LinkIncremental="1"
SuppressStartupBanner="TRUE"
- IgnoreDefaultLibraryNames="libcd.lib"
+ IgnoreDefaultLibraryNames=""
ProgramDatabaseFile=".\../../../test/dangle/Release/dangle.pdb"
SubSystem="1"
TargetMachine="1"/>
@@ -94,7 +94,7 @@
ProgramDataBaseFileName=".\../../../test/dangle/Debug/"
WarningLevel="3"
SuppressStartupBanner="TRUE"
- DebugInformationFormat="4"
+ DebugInformationFormat="3"
CompileAs="0"/>
<Tool
Name="VCCustomBuildTool"/>
@@ -104,7 +104,7 @@
OutputFile=".\../../../test/dangle/Debug/dangle.exe"
LinkIncremental="1"
SuppressStartupBanner="TRUE"
- IgnoreDefaultLibraryNames="libc.lib"
+ IgnoreDefaultLibraryNames=""
GenerateDebugInformation="TRUE"
ProgramDatabaseFile=".\../../../test/dangle/Debug/dangle.pdb"
SubSystem="1"
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 a21173b..ae2aaf4 100644
--- a/windows_vnet/test/dsets/dsets.vcproj
+++ b/windows_vnet/test/dsets/dsets.vcproj
@@ -160,7 +160,7 @@
OutputFile=".\../../../test/dsets/Release/dsets.exe"
LinkIncremental="1"
SuppressStartupBanner="TRUE"
- IgnoreDefaultLibraryNames="libcd.lib"
+ IgnoreDefaultLibraryNames=""
ForceSymbolReferences="_gethostname@8"
ProgramDatabaseFile=".\../../../test/dsets/Release/dsets.pdb"
SubSystem="1"
@@ -211,7 +211,7 @@
ProgramDataBaseFileName=".\../../../test/dsets/Debug/"
WarningLevel="3"
SuppressStartupBanner="TRUE"
- DebugInformationFormat="4"
+ DebugInformationFormat="3"
CompileAs="0"/>
<Tool
Name="VCCustomBuildTool"/>
@@ -221,7 +221,7 @@
OutputFile=".\../../../test/dsets/Debug/dsets.exe"
LinkIncremental="1"
SuppressStartupBanner="TRUE"
- IgnoreDefaultLibraryNames="libc.lib"
+ IgnoreDefaultLibraryNames=""
ForceSymbolReferences="_gethostname@8"
GenerateDebugInformation="TRUE"
ProgramDatabaseFile=".\../../../test/dsets/Debug/dsets.pdb"
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 676afe5..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"/>
@@ -42,7 +42,7 @@
OutputFile=".\../../../test/dt_arith/Debug/dt_arith.exe"
LinkIncremental="1"
SuppressStartupBanner="TRUE"
- IgnoreDefaultLibraryNames="libc.lib"
+ IgnoreDefaultLibraryNames=""
ForceSymbolReferences="_gethostname@8"
GenerateDebugInformation="TRUE"
ProgramDatabaseFile=".\../../../test/dt_arith/Debug/dt_arith.pdb"
@@ -106,7 +106,7 @@
OutputFile=".\../../../test/dt_arith/Release/dt_arith.exe"
LinkIncremental="1"
SuppressStartupBanner="TRUE"
- IgnoreDefaultLibraryNames="libcd.lib"
+ IgnoreDefaultLibraryNames=""
ForceSymbolReferences="_gethostname@8"
ProgramDatabaseFile=".\../../../test/dt_arith/Release/dt_arith.pdb"
SubSystem="1"
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 7db8d33..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"/>
@@ -42,7 +42,7 @@
OutputFile=".\../../../test/dtransform/Debug/dtransform.exe"
LinkIncremental="1"
SuppressStartupBanner="TRUE"
- IgnoreDefaultLibraryNames="libc.lib"
+ IgnoreDefaultLibraryNames=""
GenerateDebugInformation="TRUE"
ProgramDatabaseFile=".\../../../test/dtransform/Debug/dtransform.pdb"
SubSystem="1"
@@ -105,7 +105,7 @@
OutputFile=".\../../../test/dtransform/Release/dtransform.exe"
LinkIncremental="1"
SuppressStartupBanner="TRUE"
- IgnoreDefaultLibraryNames="libcd.lib"
+ IgnoreDefaultLibraryNames=""
ProgramDatabaseFile=".\../../../test/dtransform/Release/dtransform.pdb"
SubSystem="1"
TargetMachine="1"/>
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 9e2cfc8..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"/>
@@ -41,7 +41,7 @@
OutputFile=".\../../../test/dtypes/Debug/dtypes.exe"
LinkIncremental="1"
SuppressStartupBanner="TRUE"
- IgnoreDefaultLibraryNames="libc.lib"
+ IgnoreDefaultLibraryNames=""
ForceSymbolReferences="_gethostname@8"
GenerateDebugInformation="TRUE"
ProgramDatabaseFile=".\../../../test/dtypes/Debug/dtypes.pdb"
@@ -222,7 +222,7 @@
OutputFile=".\../../../test/dtypes/Release/dtypes.exe"
LinkIncremental="1"
SuppressStartupBanner="TRUE"
- IgnoreDefaultLibraryNames="libcd.lib"
+ IgnoreDefaultLibraryNames=""
ForceSymbolReferences="_gethostname@8"
ProgramDatabaseFile=".\../../../test/dtypes/Release/dtypes.pdb"
SubSystem="1"
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 dff35ff..92294f0 100644
--- a/windows_vnet/test/enum/enum.vcproj
+++ b/windows_vnet/test/enum/enum.vcproj
@@ -43,7 +43,7 @@
OutputFile=".\../../../test/enum/Release/enum.exe"
LinkIncremental="1"
SuppressStartupBanner="TRUE"
- IgnoreDefaultLibraryNames="libcd.lib"
+ IgnoreDefaultLibraryNames=""
ForceSymbolReferences="_gethostname@8"
ProgramDatabaseFile=".\../../../test/enum/Release/enum.pdb"
SubSystem="1"
@@ -94,7 +94,7 @@
ProgramDataBaseFileName=".\../../../test/enum/Debug/"
WarningLevel="3"
SuppressStartupBanner="TRUE"
- DebugInformationFormat="4"
+ DebugInformationFormat="3"
CompileAs="0"/>
<Tool
Name="VCCustomBuildTool"/>
@@ -104,7 +104,7 @@
OutputFile=".\../../../test/enum/Debug/enum.exe"
LinkIncremental="1"
SuppressStartupBanner="TRUE"
- IgnoreDefaultLibraryNames="libc.lib"
+ IgnoreDefaultLibraryNames=""
ForceSymbolReferences="_gethostname@8"
GenerateDebugInformation="TRUE"
ProgramDatabaseFile=".\../../../test/enum/Debug/enum.pdb"
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 4b0b6f4..c01b887 100644
--- a/windows_vnet/test/err_compat/err_compat.vcproj
+++ b/windows_vnet/test/err_compat/err_compat.vcproj
@@ -43,7 +43,7 @@
OutputFile=".\../../../test/err_compat/Release/err_compat.exe"
LinkIncremental="1"
SuppressStartupBanner="TRUE"
- IgnoreDefaultLibraryNames="libcd.lib"
+ IgnoreDefaultLibraryNames=""
ForceSymbolReferences="_gethostname@8"
ProgramDatabaseFile=".\../../../test/err_compat/Release/err_compat.pdb"
SubSystem="1"
@@ -95,7 +95,7 @@
ProgramDataBaseFileName=".\../../../test/err_compat/Debug/"
WarningLevel="3"
SuppressStartupBanner="TRUE"
- DebugInformationFormat="4"
+ DebugInformationFormat="3"
CompileAs="0"/>
<Tool
Name="VCCustomBuildTool"/>
@@ -105,7 +105,7 @@
OutputFile=".\../../../test/err_compat/Debug/err_compat.exe"
LinkIncremental="1"
SuppressStartupBanner="TRUE"
- IgnoreDefaultLibraryNames="libc.lib"
+ IgnoreDefaultLibraryNames=""
ForceSymbolReferences="_gethostname@8"
GenerateDebugInformation="TRUE"
ProgramDatabaseFile=".\../../../test/err_compat/Debug/err_compat.pdb"
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 a00c973..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"/>
@@ -42,7 +42,7 @@
OutputFile=".\../../../test/error_test/Debug/error_test.exe"
LinkIncremental="1"
SuppressStartupBanner="TRUE"
- IgnoreDefaultLibraryNames="libc.lib"
+ IgnoreDefaultLibraryNames=""
ForceSymbolReferences="_gethostname@8"
GenerateDebugInformation="TRUE"
ProgramDatabaseFile=".\../../../test/error_test/Debug/error_test.pdb"
@@ -106,7 +106,7 @@
OutputFile=".\../../../test/error_test/Release/error_test.exe"
LinkIncremental="1"
SuppressStartupBanner="TRUE"
- IgnoreDefaultLibraryNames="libcd.lib"
+ IgnoreDefaultLibraryNames=""
ForceSymbolReferences="_gethostname@8"
ProgramDatabaseFile=".\../../../test/error_test/Release/error_test.pdb"
SubSystem="1"
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 1d0848f..c00c43c 100644
--- a/windows_vnet/test/extend/extend.vcproj
+++ b/windows_vnet/test/extend/extend.vcproj
@@ -101,7 +101,7 @@
OutputFile=".\../../../test/extend/Release/extend.exe"
LinkIncremental="1"
SuppressStartupBanner="TRUE"
- IgnoreDefaultLibraryNames="libcd.lib"
+ IgnoreDefaultLibraryNames=""
ForceSymbolReferences="_gethostname@8"
ProgramDatabaseFile=".\../../../test/extend/Release/extend.pdb"
SubSystem="1"
@@ -211,7 +211,7 @@
ProgramDataBaseFileName=".\../../../test/extend/Debug/"
WarningLevel="3"
SuppressStartupBanner="TRUE"
- DebugInformationFormat="4"
+ DebugInformationFormat="3"
CompileAs="0"/>
<Tool
Name="VCCustomBuildTool"/>
@@ -221,7 +221,7 @@
OutputFile=".\../../../test/extend/Debug/extend.exe"
LinkIncremental="1"
SuppressStartupBanner="TRUE"
- IgnoreDefaultLibraryNames="libc.lib"
+ IgnoreDefaultLibraryNames=""
ForceSymbolReferences="_gethostname@8"
GenerateDebugInformation="TRUE"
ProgramDatabaseFile=".\../../../test/extend/Debug/extend.pdb"
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 f17da03..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"/>
@@ -41,7 +41,7 @@
OutputFile=".\../../../test/external/Debug/external.exe"
LinkIncremental="1"
SuppressStartupBanner="TRUE"
- IgnoreDefaultLibraryNames="libc.lib"
+ IgnoreDefaultLibraryNames=""
ForceSymbolReferences="_gethostname@8"
GenerateDebugInformation="TRUE"
ProgramDatabaseFile=".\../../../test/external/Debug/external.pdb"
@@ -105,7 +105,7 @@
OutputFile=".\../../../test/external/Release/external.exe"
LinkIncremental="1"
SuppressStartupBanner="TRUE"
- IgnoreDefaultLibraryNames="libcd.lib"
+ IgnoreDefaultLibraryNames=""
ForceSymbolReferences="_gethostname@8"
ProgramDatabaseFile=".\../../../test/external/Release/external.pdb"
SubSystem="1"
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 15f2259..76ec0fb 100644
--- a/windows_vnet/test/fheap/fheap.vcproj
+++ b/windows_vnet/test/fheap/fheap.vcproj
@@ -43,7 +43,7 @@
OutputFile=".\../../../test/fheap/Release/fheap.exe"
LinkIncremental="1"
SuppressStartupBanner="TRUE"
- IgnoreDefaultLibraryNames="libcd.lib"
+ IgnoreDefaultLibraryNames=""
ForceSymbolReferences="_gethostname@8"
ProgramDatabaseFile=".\../../../test/fheap/Release/fheap.pdb"
SubSystem="1"
@@ -95,7 +95,7 @@
ProgramDataBaseFileName=".\../../../test/fheap/Debug/"
WarningLevel="3"
SuppressStartupBanner="TRUE"
- DebugInformationFormat="4"
+ DebugInformationFormat="3"
CompileAs="0"/>
<Tool
Name="VCCustomBuildTool"/>
@@ -105,7 +105,7 @@
OutputFile=".\../../../test/fheap/Debug/fheap.exe"
LinkIncremental="1"
SuppressStartupBanner="TRUE"
- IgnoreDefaultLibraryNames="libc.lib"
+ IgnoreDefaultLibraryNames=""
ForceSymbolReferences="_gethostname@8"
GenerateDebugInformation="TRUE"
ProgramDatabaseFile=".\../../../test/fheap/Debug/fheap.pdb"
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 6b8e321..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"/>
@@ -41,7 +41,7 @@
OutputFile=".\../../../test/fillval/Debug/fillval.exe"
LinkIncremental="1"
SuppressStartupBanner="TRUE"
- IgnoreDefaultLibraryNames="libc.lib"
+ IgnoreDefaultLibraryNames=""
ForceSymbolReferences="_gethostname@8"
GenerateDebugInformation="TRUE"
ProgramDatabaseFile=".\../../../test/fillval/Debug/fillval.pdb"
@@ -105,7 +105,7 @@
OutputFile=".\../../../test/fillval/Release/fillval.exe"
LinkIncremental="1"
SuppressStartupBanner="TRUE"
- IgnoreDefaultLibraryNames="libcd.lib"
+ IgnoreDefaultLibraryNames=""
ForceSymbolReferences="_gethostname@8"
ProgramDatabaseFile=".\../../../test/fillval/Release/fillval.pdb"
SubSystem="1"
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 885526b..f0bb420 100644
--- a/windows_vnet/test/flush1/flush1.vcproj
+++ b/windows_vnet/test/flush1/flush1.vcproj
@@ -160,7 +160,7 @@
OutputFile=".\../../../test/flush1/Release/flush1.exe"
LinkIncremental="1"
SuppressStartupBanner="TRUE"
- IgnoreDefaultLibraryNames="libcd.lib"
+ IgnoreDefaultLibraryNames=""
ForceSymbolReferences="_gethostname@8"
ProgramDatabaseFile=".\../../../test/flush1/Release/flush1.pdb"
SubSystem="1"
@@ -211,7 +211,7 @@
ProgramDataBaseFileName=".\../../../test/flush1/Debug/"
WarningLevel="3"
SuppressStartupBanner="TRUE"
- DebugInformationFormat="4"
+ DebugInformationFormat="3"
CompileAs="0"/>
<Tool
Name="VCCustomBuildTool"/>
@@ -221,7 +221,7 @@
OutputFile=".\../../../test/flush1/Debug/flush1.exe"
LinkIncremental="1"
SuppressStartupBanner="TRUE"
- IgnoreDefaultLibraryNames="libc.lib"
+ IgnoreDefaultLibraryNames=""
ForceSymbolReferences="_gethostname@8"
GenerateDebugInformation="TRUE"
ProgramDatabaseFile=".\../../../test/flush1/Debug/flush1.pdb"
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 c2370bb..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"/>
@@ -158,7 +158,7 @@
OutputFile=".\../../../test/flush2/Debug/flush2.exe"
LinkIncremental="1"
SuppressStartupBanner="TRUE"
- IgnoreDefaultLibraryNames="libc.lib"
+ IgnoreDefaultLibraryNames=""
ForceSymbolReferences="_gethostname@8"
GenerateDebugInformation="TRUE"
ProgramDatabaseFile=".\../../../test/flush2/Debug/flush2.pdb"
@@ -222,7 +222,7 @@
OutputFile=".\../../../test/flush2/Release/flush2.exe"
LinkIncremental="1"
SuppressStartupBanner="TRUE"
- IgnoreDefaultLibraryNames="libcd.lib"
+ IgnoreDefaultLibraryNames=""
ForceSymbolReferences="_gethostname@8"
ProgramDatabaseFile=".\../../../test/flush2/Release/flush2.pdb"
SubSystem="1"
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 7027db9..d0a44bd 100644
--- a/windows_vnet/test/getname/getname.vcproj
+++ b/windows_vnet/test/getname/getname.vcproj
@@ -43,7 +43,7 @@
OutputFile=".\../../../test/getname/Release/getname.exe"
LinkIncremental="1"
SuppressStartupBanner="TRUE"
- IgnoreDefaultLibraryNames="libcd.lib"
+ IgnoreDefaultLibraryNames=""
ForceSymbolReferences="_gethostname@8"
ProgramDatabaseFile=".\../../../test/getname/Release/getname.pdb"
SubSystem="1"
@@ -95,7 +95,7 @@
ProgramDataBaseFileName=".\../../../test/getname/Debug/"
WarningLevel="3"
SuppressStartupBanner="TRUE"
- DebugInformationFormat="4"
+ DebugInformationFormat="3"
CompileAs="0"/>
<Tool
Name="VCCustomBuildTool"/>
@@ -105,7 +105,7 @@
OutputFile=".\../../../test/getname/Debug/getname.exe"
LinkIncremental="1"
SuppressStartupBanner="TRUE"
- IgnoreDefaultLibraryNames="libc.lib"
+ IgnoreDefaultLibraryNames=""
ForceSymbolReferences="_gethostname@8"
GenerateDebugInformation="TRUE"
ProgramDatabaseFile=".\../../../test/getname/Debug/getname.pdb"
diff --git a/windows_vnet/test/getnamedll/getnamedll.vcproj b/windows_vnet/test/getnamedll/getnamedll.vcproj
index 1ce7406..04c2b47 100644
--- a/windows_vnet/test/getnamedll/getnamedll.vcproj
+++ b/windows_vnet/test/getnamedll/getnamedll.vcproj
@@ -43,7 +43,7 @@
OutputFile=".\../../../test/getnamedll/Release/getnamedll.exe"
LinkIncremental="1"
SuppressStartupBanner="TRUE"
- IgnoreDefaultLibraryNames="libc.lib"
+ IgnoreDefaultLibraryNames=""
ForceSymbolReferences="_gethostname@8"
ProgramDatabaseFile=".\../../../test/getnamedll/Release/getnamedll.pdb"
SubSystem="1"
@@ -95,7 +95,7 @@
ProgramDataBaseFileName=".\../../../test/getnamedll/Debug/"
WarningLevel="3"
SuppressStartupBanner="TRUE"
- DebugInformationFormat="4"
+ DebugInformationFormat="3"
CompileAs="0"/>
<Tool
Name="VCCustomBuildTool"/>
@@ -105,7 +105,7 @@
OutputFile=".\../../../test/getnamedll/Debug/getnamedll.exe"
LinkIncremental="1"
SuppressStartupBanner="TRUE"
- IgnoreDefaultLibraryNames="libcd.lib"
+ IgnoreDefaultLibraryNames=""
ForceSymbolReferences="_gethostname@8"
GenerateDebugInformation="TRUE"
ProgramDatabaseFile=".\../../../test/getnamedll/Debug/getnamedll.pdb"
diff --git a/windows_vnet/test/getub/getub.vcproj b/windows_vnet/test/getub/getub.vcproj
index a5d36ee..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"/>
@@ -42,7 +42,7 @@
OutputFile=".\../../../test/getub/Debug/getub.exe"
LinkIncremental="1"
SuppressStartupBanner="TRUE"
- IgnoreDefaultLibraryNames="libc.lib"
+ IgnoreDefaultLibraryNames=""
GenerateDebugInformation="TRUE"
ProgramDatabaseFile=".\../../../test/getub/Debug/getub.pdb"
SubSystem="1"
diff --git a/windows_vnet/test/gheap/gheap.vcproj b/windows_vnet/test/gheap/gheap.vcproj
index b05c39e..ac382a1 100644
--- a/windows_vnet/test/gheap/gheap.vcproj
+++ b/windows_vnet/test/gheap/gheap.vcproj
@@ -43,7 +43,7 @@
OutputFile=".\../../../test/gheap/Release/gheap.exe"
LinkIncremental="1"
SuppressStartupBanner="TRUE"
- IgnoreDefaultLibraryNames="libcd.lib"
+ IgnoreDefaultLibraryNames=""
ForceSymbolReferences="_gethostname@8"
ProgramDatabaseFile=".\../../../test/gheap/Release/gheap.pdb"
SubSystem="1"
@@ -211,7 +211,7 @@
ProgramDataBaseFileName=".\../../../test/gheap/Debug/"
WarningLevel="3"
SuppressStartupBanner="TRUE"
- DebugInformationFormat="4"
+ DebugInformationFormat="3"
CompileAs="0"/>
<Tool
Name="VCCustomBuildTool"/>
@@ -221,7 +221,7 @@
OutputFile=".\../../../test/gheap/Debug/gheap.exe"
LinkIncremental="1"
SuppressStartupBanner="TRUE"
- IgnoreDefaultLibraryNames="libc.lib"
+ IgnoreDefaultLibraryNames=""
ForceSymbolReferences="_gethostname@8"
GenerateDebugInformation="TRUE"
ProgramDatabaseFile=".\../../../test/gheap/Debug/gheap.pdb"
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 2d2ba00..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"/>
@@ -158,7 +158,7 @@
OutputFile=".\../../../test/hyperslab/Debug/hyperslab.exe"
LinkIncremental="1"
SuppressStartupBanner="TRUE"
- IgnoreDefaultLibraryNames="libc.lib"
+ IgnoreDefaultLibraryNames=""
GenerateDebugInformation="TRUE"
ProgramDatabaseFile=".\../../../test/hyperslab/Debug/hyperslab.pdb"
SubSystem="1"
@@ -221,7 +221,7 @@
OutputFile=".\../../../test/hyperslab/Release/hyperslab.exe"
LinkIncremental="1"
SuppressStartupBanner="TRUE"
- IgnoreDefaultLibraryNames="libcd.lib"
+ IgnoreDefaultLibraryNames=""
ProgramDatabaseFile=".\../../../test/hyperslab/Release/hyperslab.pdb"
SubSystem="1"
TargetMachine="1"/>
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 2263925..393bed6 100644
--- a/windows_vnet/test/iopipe/iopipe.vcproj
+++ b/windows_vnet/test/iopipe/iopipe.vcproj
@@ -160,7 +160,7 @@
OutputFile=".\../../../test/iopipe/Release/iopipe.exe"
LinkIncremental="1"
SuppressStartupBanner="TRUE"
- IgnoreDefaultLibraryNames="libcd.lib"
+ IgnoreDefaultLibraryNames=""
ProgramDatabaseFile=".\../../../test/iopipe/Release/iopipe.pdb"
SubSystem="1"
TargetMachine="1"/>
@@ -210,7 +210,7 @@
ProgramDataBaseFileName=".\../../../test/iopipe/Debug/"
WarningLevel="3"
SuppressStartupBanner="TRUE"
- DebugInformationFormat="4"
+ DebugInformationFormat="3"
CompileAs="0"/>
<Tool
Name="VCCustomBuildTool"/>
@@ -220,7 +220,7 @@
OutputFile=".\../../../test/iopipe/Debug/iopipe.exe"
LinkIncremental="1"
SuppressStartupBanner="TRUE"
- IgnoreDefaultLibraryNames="libc.lib"
+ IgnoreDefaultLibraryNames=""
GenerateDebugInformation="TRUE"
ProgramDatabaseFile=".\../../../test/iopipe/Debug/iopipe.pdb"
SubSystem="1"
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 d5a228b..3874af3 100644
--- a/windows_vnet/test/istore/istore.vcproj
+++ b/windows_vnet/test/istore/istore.vcproj
@@ -160,7 +160,7 @@
OutputFile=".\../../../test/istore/Release/istore.exe"
LinkIncremental="1"
SuppressStartupBanner="TRUE"
- IgnoreDefaultLibraryNames="libcd.lib"
+ IgnoreDefaultLibraryNames=""
ForceSymbolReferences="_gethostname@8"
ProgramDatabaseFile=".\../../../test/istore/Release/istore.pdb"
SubSystem="1"
@@ -211,7 +211,7 @@
ProgramDataBaseFileName=".\../../../test/istore/Debug/"
WarningLevel="3"
SuppressStartupBanner="TRUE"
- DebugInformationFormat="4"
+ DebugInformationFormat="3"
CompileAs="0"/>
<Tool
Name="VCCustomBuildTool"/>
@@ -221,7 +221,7 @@
OutputFile=".\../../../test/istore/Debug/istore.exe"
LinkIncremental="1"
SuppressStartupBanner="TRUE"
- IgnoreDefaultLibraryNames="libc.lib"
+ IgnoreDefaultLibraryNames=""
ForceSymbolReferences="_gethostname@8"
GenerateDebugInformation="TRUE"
ProgramDatabaseFile=".\../../../test/istore/Debug/istore.pdb"
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 06b3585..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"/>
@@ -158,7 +158,7 @@
OutputFile=".\../../../test/lheap/Debug/lheap.exe"
LinkIncremental="1"
SuppressStartupBanner="TRUE"
- IgnoreDefaultLibraryNames="libc.lib"
+ IgnoreDefaultLibraryNames=""
ForceSymbolReferences="_gethostname@8"
GenerateDebugInformation="TRUE"
ProgramDatabaseFile=".\../../../test/lheap/Debug/lheap.pdb"
@@ -222,7 +222,7 @@
OutputFile=".\../../../test/lheap/Release/lheap.exe"
LinkIncremental="1"
SuppressStartupBanner="TRUE"
- IgnoreDefaultLibraryNames="libcd.lib"
+ IgnoreDefaultLibraryNames=""
ForceSymbolReferences="_gethostname@8"
ProgramDatabaseFile=".\../../../test/lheap/Release/lheap.pdb"
SubSystem="1"
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 37bb9f2..9d1a3c8 100644
--- a/windows_vnet/test/links/links.vcproj
+++ b/windows_vnet/test/links/links.vcproj
@@ -43,7 +43,7 @@
OutputFile=".\../../../test/links/Release/links.exe"
LinkIncremental="1"
SuppressStartupBanner="TRUE"
- IgnoreDefaultLibraryNames="libcd.lib"
+ IgnoreDefaultLibraryNames=""
ForceSymbolReferences="_gethostname@8"
ProgramDatabaseFile=".\../../../test/links/Release/links.pdb"
SubSystem="1"
@@ -211,7 +211,7 @@
ProgramDataBaseFileName=".\../../../test/links/Debug/"
WarningLevel="3"
SuppressStartupBanner="TRUE"
- DebugInformationFormat="4"
+ DebugInformationFormat="3"
CompileAs="0"/>
<Tool
Name="VCCustomBuildTool"/>
@@ -221,7 +221,7 @@
OutputFile=".\../../../test/links/Debug/links.exe"
LinkIncremental="1"
SuppressStartupBanner="TRUE"
- IgnoreDefaultLibraryNames="libc.lib"
+ IgnoreDefaultLibraryNames=""
ForceSymbolReferences="_gethostname@8"
GenerateDebugInformation="TRUE"
ProgramDatabaseFile=".\../../../test/links/Debug/links.pdb"
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 2d6fb2a..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"/>
@@ -158,7 +158,7 @@
OutputFile=".\../../../test/mount/Debug/mount.exe"
LinkIncremental="1"
SuppressStartupBanner="TRUE"
- IgnoreDefaultLibraryNames="libc.lib"
+ IgnoreDefaultLibraryNames=""
ForceSymbolReferences="_gethostname@8"
GenerateDebugInformation="TRUE"
ProgramDatabaseFile=".\../../../test/mount/Debug/mount.pdb"
@@ -222,7 +222,7 @@
OutputFile=".\../../../test/mount/Release/mount.exe"
LinkIncremental="1"
SuppressStartupBanner="TRUE"
- IgnoreDefaultLibraryNames="libcd.lib"
+ IgnoreDefaultLibraryNames=""
ForceSymbolReferences="_gethostname@8"
ProgramDatabaseFile=".\../../../test/mount/Release/mount.pdb"
SubSystem="1"
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 e758c2f..78c3621 100644
--- a/windows_vnet/test/mtime/mtime.vcproj
+++ b/windows_vnet/test/mtime/mtime.vcproj
@@ -43,7 +43,7 @@
OutputFile=".\../../../test/mtime/Release/mtime.exe"
LinkIncremental="1"
SuppressStartupBanner="TRUE"
- IgnoreDefaultLibraryNames="libcd.lib"
+ IgnoreDefaultLibraryNames=""
ForceSymbolReferences="_gethostname@8"
ProgramDatabaseFile=".\../../../test/mtime/Release/mtime.pdb"
SubSystem="1"
@@ -211,7 +211,7 @@
ProgramDataBaseFileName=".\../../../test/mtime/Debug/"
WarningLevel="3"
SuppressStartupBanner="TRUE"
- DebugInformationFormat="4"
+ DebugInformationFormat="3"
CompileAs="0"/>
<Tool
Name="VCCustomBuildTool"/>
@@ -221,7 +221,7 @@
OutputFile=".\../../../test/mtime/Debug/mtime.exe"
LinkIncremental="1"
SuppressStartupBanner="TRUE"
- IgnoreDefaultLibraryNames="libc.lib"
+ IgnoreDefaultLibraryNames=""
ForceSymbolReferences="_gethostname@8"
GenerateDebugInformation="TRUE"
ProgramDatabaseFile=".\../../../test/mtime/Debug/mtime.pdb"
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 93acb17..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"/>
@@ -42,7 +42,7 @@
OutputFile=".\../../../test/ntypes/Debug/ntypes.exe"
LinkIncremental="1"
SuppressStartupBanner="TRUE"
- IgnoreDefaultLibraryNames="libc.lib"
+ IgnoreDefaultLibraryNames=""
ForceSymbolReferences="_gethostname@8"
GenerateDebugInformation="TRUE"
ProgramDatabaseFile=".\../../../test/ntypes/Debug/ntypes.pdb"
@@ -106,7 +106,7 @@
OutputFile=".\../../../test/ntypes/Release/ntypes.exe"
LinkIncremental="1"
SuppressStartupBanner="TRUE"
- IgnoreDefaultLibraryNames="libcd.lib"
+ IgnoreDefaultLibraryNames=""
ForceSymbolReferences="_gethostname@8"
ProgramDatabaseFile=".\../../../test/ntypes/Release/ntypes.pdb"
SubSystem="1"
diff --git a/windows_vnet/test/ntypesdll/ntypesdll.vcproj b/windows_vnet/test/ntypesdll/ntypesdll.vcproj
index 3b1bbed..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"/>
@@ -42,7 +42,7 @@
OutputFile=".\../../../test/ntypesdll/Debug/ntypesdll.exe"
LinkIncremental="1"
SuppressStartupBanner="TRUE"
- IgnoreDefaultLibraryNames="libcd.lib"
+ IgnoreDefaultLibraryNames=""
ForceSymbolReferences="_gethostname@8"
GenerateDebugInformation="TRUE"
ProgramDatabaseFile=".\../../../test/ntypesdll/Debug/ntypesdll.pdb"
@@ -106,7 +106,7 @@
OutputFile=".\../../../test/ntypesdll/Release/ntypesdll.exe"
LinkIncremental="1"
SuppressStartupBanner="TRUE"
- IgnoreDefaultLibraryNames="libc.lib"
+ IgnoreDefaultLibraryNames=""
ForceSymbolReferences="_gethostname@8"
ProgramDatabaseFile=".\../../../test/ntypesdll/Release/ntypesdll.pdb"
SubSystem="1"
diff --git a/windows_vnet/test/objcopy/objcopy.vcproj b/windows_vnet/test/objcopy/objcopy.vcproj
index e5dfcc1..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"/>
@@ -104,7 +104,7 @@
OutputFile=".\../../../test/objcopy/Release/objcopy.exe"
LinkIncremental="1"
SuppressStartupBanner="TRUE"
- IgnoreDefaultLibraryNames="libcd.lib"
+ IgnoreDefaultLibraryNames=""
ForceSymbolReferences="_gethostname@8"
ProgramDatabaseFile=".\../../../test/objcopy/Release/objcopy.pdb"
SubSystem="1"
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 a241522..0e55f3e 100644
--- a/windows_vnet/test/ohdr/ohdr.vcproj
+++ b/windows_vnet/test/ohdr/ohdr.vcproj
@@ -43,7 +43,7 @@
OutputFile=".\../../../test/ohdr/Release/ohdr.exe"
LinkIncremental="1"
SuppressStartupBanner="TRUE"
- IgnoreDefaultLibraryNames="libcd.lib"
+ IgnoreDefaultLibraryNames=""
ForceSymbolReferences="_gethostname@8"
ProgramDatabaseFile=".\../../../test/ohdr/Release/ohdr.pdb"
SubSystem="1"
@@ -211,7 +211,7 @@
ProgramDataBaseFileName=".\../../../test/ohdr/Debug/"
WarningLevel="3"
SuppressStartupBanner="TRUE"
- DebugInformationFormat="4"
+ DebugInformationFormat="3"
CompileAs="0"/>
<Tool
Name="VCCustomBuildTool"/>
@@ -221,7 +221,7 @@
OutputFile=".\../../../test/ohdr/Debug/ohdr.exe"
LinkIncremental="1"
SuppressStartupBanner="TRUE"
- IgnoreDefaultLibraryNames="libc.lib"
+ IgnoreDefaultLibraryNames=""
ForceSymbolReferences="_gethostname@8"
GenerateDebugInformation="TRUE"
ProgramDatabaseFile=".\../../../test/ohdr/Debug/ohdr.pdb"
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 d223a5b..541361a 100644
--- a/windows_vnet/test/overhead/overhead.vcproj
+++ b/windows_vnet/test/overhead/overhead.vcproj
@@ -160,7 +160,7 @@
OutputFile=".\../../../test/overhead/Release/overhead.exe"
LinkIncremental="1"
SuppressStartupBanner="TRUE"
- IgnoreDefaultLibraryNames="libcd.lib"
+ IgnoreDefaultLibraryNames=""
ProgramDatabaseFile=".\../../../test/overhead/Release/overhead.pdb"
SubSystem="1"
TargetMachine="1"/>
@@ -210,7 +210,7 @@
ProgramDataBaseFileName=".\../../../test/overhead/Debug/"
WarningLevel="3"
SuppressStartupBanner="TRUE"
- DebugInformationFormat="4"
+ DebugInformationFormat="3"
CompileAs="0"/>
<Tool
Name="VCCustomBuildTool"/>
@@ -220,7 +220,7 @@
OutputFile=".\../../../test/overhead/Debug/overhead.exe"
LinkIncremental="1"
SuppressStartupBanner="TRUE"
- IgnoreDefaultLibraryNames="libc.lib"
+ IgnoreDefaultLibraryNames=""
GenerateDebugInformation="TRUE"
ProgramDatabaseFile=".\../../../test/overhead/Debug/overhead.pdb"
SubSystem="1"
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 301d16d..08105f2 100644
--- a/windows_vnet/test/pool/pool.vcproj
+++ b/windows_vnet/test/pool/pool.vcproj
@@ -43,7 +43,7 @@
OutputFile=".\../../../test/pool/Release/pool.exe"
LinkIncremental="1"
SuppressStartupBanner="TRUE"
- IgnoreDefaultLibraryNames="libcd.lib"
+ IgnoreDefaultLibraryNames=""
ForceSymbolReferences="_gethostname@8"
ProgramDatabaseFile=".\../../../test/pool/Release/pool.pdb"
SubSystem="1"
@@ -95,7 +95,7 @@
ProgramDataBaseFileName=".\../../../test/pool/Debug/"
WarningLevel="3"
SuppressStartupBanner="TRUE"
- DebugInformationFormat="4"
+ DebugInformationFormat="3"
CompileAs="0"/>
<Tool
Name="VCCustomBuildTool"/>
@@ -105,7 +105,7 @@
OutputFile=".\../../../test/pool/Debug/pool.exe"
LinkIncremental="1"
SuppressStartupBanner="TRUE"
- IgnoreDefaultLibraryNames="libc.lib"
+ IgnoreDefaultLibraryNames=""
ForceSymbolReferences="_gethostname@8"
GenerateDebugInformation="TRUE"
ProgramDatabaseFile=".\../../../test/pool/Debug/pool.pdb"
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 d2cd2e7..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"/>
@@ -42,7 +42,7 @@
OutputFile=".\../../../test/reserved/Debug/reserved.exe"
LinkIncremental="1"
SuppressStartupBanner="TRUE"
- IgnoreDefaultLibraryNames="libc.lib"
+ IgnoreDefaultLibraryNames=""
GenerateDebugInformation="TRUE"
ProgramDatabaseFile=".\../../../test/reserved/Debug/reserved.pdb"
SubSystem="1"
@@ -105,7 +105,7 @@
OutputFile=".\../../../test/reserved/Release/reserved.exe"
LinkIncremental="1"
SuppressStartupBanner="TRUE"
- IgnoreDefaultLibraryNames="libcd.lib"
+ IgnoreDefaultLibraryNames=""
ProgramDatabaseFile=".\../../../test/reserved/Release/reserved.pdb"
SubSystem="1"
TargetMachine="1"/>
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 b78a75d..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"/>
@@ -42,7 +42,7 @@
OutputFile=".\../../../test/set_extent/Debug/set_extent.exe"
LinkIncremental="1"
SuppressStartupBanner="TRUE"
- IgnoreDefaultLibraryNames="libc.lib"
+ IgnoreDefaultLibraryNames=""
GenerateDebugInformation="TRUE"
ProgramDatabaseFile=".\../../../test/set_extent/Debug/set_extent.pdb"
SubSystem="1"
@@ -105,7 +105,7 @@
OutputFile=".\../../../test/set_extent/Release/set_extent.exe"
LinkIncremental="1"
SuppressStartupBanner="TRUE"
- IgnoreDefaultLibraryNames="libcd.lib"
+ IgnoreDefaultLibraryNames=""
ProgramDatabaseFile=".\../../../test/set_extent/Release/set_extent.pdb"
SubSystem="1"
TargetMachine="1"/>
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 bc94d40..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"/>
@@ -99,7 +99,7 @@
OutputFile=".\../../../test/stab/Debug/stab.exe"
LinkIncremental="1"
SuppressStartupBanner="TRUE"
- IgnoreDefaultLibraryNames="libc.lib"
+ IgnoreDefaultLibraryNames=""
ForceSymbolReferences="_gethostname@8"
GenerateDebugInformation="TRUE"
ProgramDatabaseFile=".\../../../test/stab/Debug/stab.pdb"
@@ -163,7 +163,7 @@
OutputFile=".\../../../test/stab/Release/stab.exe"
LinkIncremental="1"
SuppressStartupBanner="TRUE"
- IgnoreDefaultLibraryNames="libcd.lib"
+ IgnoreDefaultLibraryNames=""
ForceSymbolReferences="_gethostname@8"
ProgramDatabaseFile=".\../../../test/stab/Release/stab.pdb"
SubSystem="1"
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 f8369a4..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"/>
@@ -103,7 +103,7 @@
OutputFile=".\../../../test/tellub/Debug/tellub.exe"
LinkIncremental="1"
SuppressStartupBanner="TRUE"
- IgnoreDefaultLibraryNames="libc.lib"
+ IgnoreDefaultLibraryNames=""
GenerateDebugInformation="TRUE"
ProgramDatabaseFile=".\../../../test/tellub/Debug/tellub.pdb"
SubSystem="1"
diff --git a/windows_vnet/test/testhdf5/testhdf5.vcproj b/windows_vnet/test/testhdf5/testhdf5.vcproj
index b9e521b..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"/>
@@ -158,7 +158,7 @@
OutputFile=".\../../../test/testhdf5/Debug/testhdf5.exe"
LinkIncremental="1"
SuppressStartupBanner="TRUE"
- IgnoreDefaultLibraryNames="libc.lib"
+ IgnoreDefaultLibraryNames=""
ForceSymbolReferences="_gethostname@8"
GenerateDebugInformation="TRUE"
ProgramDatabaseFile=".\../../../test/testhdf5/Debug/testhdf5.pdb"
@@ -222,7 +222,7 @@
OutputFile=".\../../../test/testhdf5/Release/testhdf5.exe"
LinkIncremental="1"
SuppressStartupBanner="TRUE"
- IgnoreDefaultLibraryNames="libcd.lib"
+ IgnoreDefaultLibraryNames=""
ForceSymbolReferences="_gethostname@8"
ProgramDatabaseFile=".\../../../test/testhdf5/Release/testhdf5.pdb"
SubSystem="1"
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 4459ae3..ab2d088 100644
--- a/windows_vnet/test/unlink/unlink.vcproj
+++ b/windows_vnet/test/unlink/unlink.vcproj
@@ -160,7 +160,7 @@
OutputFile=".\../../../test/unlink/Release/unlink.exe"
LinkIncremental="1"
SuppressStartupBanner="TRUE"
- IgnoreDefaultLibraryNames="libcd.lib"
+ IgnoreDefaultLibraryNames=""
ForceSymbolReferences="_gethostname@8"
ProgramDatabaseFile=".\../../../test/unlink/Release/unlink.pdb"
SubSystem="1"
@@ -211,7 +211,7 @@
ProgramDataBaseFileName=".\../../../test/unlink/Debug/"
WarningLevel="3"
SuppressStartupBanner="TRUE"
- DebugInformationFormat="4"
+ DebugInformationFormat="3"
CompileAs="0"/>
<Tool
Name="VCCustomBuildTool"/>
@@ -221,7 +221,7 @@
OutputFile=".\../../../test/unlink/Debug/unlink.exe"
LinkIncremental="1"
SuppressStartupBanner="TRUE"
- IgnoreDefaultLibraryNames="libc.lib"
+ IgnoreDefaultLibraryNames=""
ForceSymbolReferences="_gethostname@8"
GenerateDebugInformation="TRUE"
ProgramDatabaseFile=".\../../../test/unlink/Debug/unlink.pdb"
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 8ed82a8..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"/>
@@ -42,7 +42,7 @@
OutputFile=".\../../../test/vfd/Debug/vfd.exe"
LinkIncremental="1"
SuppressStartupBanner="TRUE"
- IgnoreDefaultLibraryNames="libc.lib"
+ IgnoreDefaultLibraryNames=""
ForceSymbolReferences="_gethostname@8"
GenerateDebugInformation="TRUE"
ProgramDatabaseFile=".\../../../test/vfd/Debug/vfd.pdb"
@@ -106,7 +106,7 @@
OutputFile=".\../../../test/vfd/release/vfd.exe"
LinkIncremental="1"
SuppressStartupBanner="TRUE"
- IgnoreDefaultLibraryNames="libcd.lib"
+ IgnoreDefaultLibraryNames=""
ForceSymbolReferences="_gethostname@8"
ProgramDatabaseFile=".\../../../test/vfd/release/vfd.pdb"
SubSystem="1"
diff --git a/windows_vnet/test/vfddll/vfddll.vcproj b/windows_vnet/test/vfddll/vfddll.vcproj
index 2ce9831..02fe337 100644
--- a/windows_vnet/test/vfddll/vfddll.vcproj
+++ b/windows_vnet/test/vfddll/vfddll.vcproj
@@ -43,7 +43,7 @@
OutputFile=".\../../../test/vfddll/release/vfddll.exe"
LinkIncremental="1"
SuppressStartupBanner="TRUE"
- IgnoreDefaultLibraryNames="libcd.lib"
+ IgnoreDefaultLibraryNames=""
ForceSymbolReferences="_gethostname@8"
ProgramDatabaseFile=".\../../../test/vfddll/release/vfddll.pdb"
SubSystem="1"
@@ -95,7 +95,7 @@
ProgramDataBaseFileName=".\../../../test/vfddll/Debug/"
WarningLevel="3"
SuppressStartupBanner="TRUE"
- DebugInformationFormat="4"
+ DebugInformationFormat="3"
CompileAs="0"/>
<Tool
Name="VCCustomBuildTool"/>
@@ -105,7 +105,7 @@
OutputFile=".\../../../test/vfddll/Debug/vfddll.exe"
LinkIncremental="1"
SuppressStartupBanner="TRUE"
- IgnoreDefaultLibraryNames="libc.lib"
+ IgnoreDefaultLibraryNames=""
ForceSymbolReferences="_gethostname@8"
GenerateDebugInformation="TRUE"
ProgramDatabaseFile=".\../../../test/vfddll/Debug/vfddll.pdb"
diff --git a/windows_vnet/tools/h5copy/h5copy.vcproj b/windows_vnet/tools/h5copy/h5copy.vcproj
index 1493f62..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"/>
@@ -42,7 +42,7 @@
OutputFile=".\../../../tools/h5copy/Debug/h5copy.exe"
LinkIncremental="1"
SuppressStartupBanner="TRUE"
- IgnoreDefaultLibraryNames="libc.lib"
+ IgnoreDefaultLibraryNames=""
GenerateDebugInformation="TRUE"
ProgramDatabaseFile=".\../../../tools/h5copy/Debug/h5copy.pdb"
SubSystem="1"
@@ -105,7 +105,7 @@
OutputFile=".\../../../tools/h5copy/Release/h5copy.exe"
LinkIncremental="1"
SuppressStartupBanner="TRUE"
- IgnoreDefaultLibraryNames="libcd.lib"
+ IgnoreDefaultLibraryNames=""
ProgramDatabaseFile=".\../../../tools/h5copy/Release/h5copy.pdb"
SubSystem="1"
TargetMachine="1"/>
diff --git a/windows_vnet/tools/h5debug/h5debug.vcproj b/windows_vnet/tools/h5debug/h5debug.vcproj
index 5f6d5a1..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"/>
@@ -41,7 +41,7 @@
OutputFile=".\../../../tools/h5debug/Debug/h5debug.exe"
LinkIncremental="1"
SuppressStartupBanner="TRUE"
- IgnoreDefaultLibraryNames="libc.lib"
+ IgnoreDefaultLibraryNames=""
GenerateDebugInformation="TRUE"
ProgramDatabaseFile=".\../../../tools/h5debug/Debug/h5debug.pdb"
SubSystem="1"
@@ -221,7 +221,7 @@
OutputFile=".\../../../tools/h5debug/Release/h5debug.exe"
LinkIncremental="1"
SuppressStartupBanner="TRUE"
- IgnoreDefaultLibraryNames="libcd.lib"
+ IgnoreDefaultLibraryNames=""
ProgramDatabaseFile=".\../../../tools/h5debug/Release/h5debug.pdb"
SubSystem="1"
TargetMachine="1"/>
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 47c04d0..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"/>
@@ -43,7 +43,7 @@
OutputFile=".\../../../tools/h5diff/Debug/h5diff.exe"
LinkIncremental="1"
SuppressStartupBanner="TRUE"
- IgnoreDefaultLibraryNames="libc.lib"
+ IgnoreDefaultLibraryNames=""
GenerateDebugInformation="TRUE"
ProgramDatabaseFile=".\../../../tools/h5diff/Debug/h5diff.pdb"
SubSystem="1"
@@ -106,7 +106,7 @@
OutputFile=".\../../../tools/h5diff/Release/h5diff.exe"
LinkIncremental="1"
SuppressStartupBanner="TRUE"
- IgnoreDefaultLibraryNames="libcd.lib"
+ IgnoreDefaultLibraryNames=""
ProgramDatabaseFile=".\../../../tools/h5diff/Release/h5diff.pdb"
SubSystem="1"
TargetMachine="1"/>
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 4efdf07..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"/>
@@ -41,7 +41,7 @@
OutputFile=".\../../../tools/h5dump/Debug/h5dump.exe"
LinkIncremental="1"
SuppressStartupBanner="TRUE"
- IgnoreDefaultLibraryNames="libc.lib"
+ IgnoreDefaultLibraryNames=""
GenerateDebugInformation="TRUE"
ProgramDatabaseFile=".\../../../tools/h5dump/Debug/h5dump.pdb"
SubSystem="1"
@@ -104,7 +104,7 @@
OutputFile=".\../../../tools/h5dump/Release/h5dump.exe"
LinkIncremental="1"
SuppressStartupBanner="TRUE"
- IgnoreDefaultLibraryNames="libcd.lib"
+ IgnoreDefaultLibraryNames=""
ProgramDatabaseFile=".\../../../tools/h5dump/Release/h5dump.pdb"
SubSystem="1"
TargetMachine="1"/>
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 6e0bfbf..ef293b6 100644
--- a/windows_vnet/tools/h5import/h5import.vcproj
+++ b/windows_vnet/tools/h5import/h5import.vcproj
@@ -40,7 +40,7 @@
OutputFile=".\../../../tools/h5import/Release/h5import.exe"
LinkIncremental="1"
SuppressStartupBanner="TRUE"
- IgnoreDefaultLibraryNames="libcd.lib"
+ IgnoreDefaultLibraryNames=""
ProgramDatabaseFile=".\../../../tools/h5import/Release/h5import.pdb"
SubSystem="1"
TargetMachine="1"/>
@@ -207,7 +207,7 @@
ProgramDataBaseFileName=".\../../../tools/h5import/Debug/"
WarningLevel="3"
SuppressStartupBanner="TRUE"
- DebugInformationFormat="4"
+ DebugInformationFormat="3"
CompileAs="0"/>
<Tool
Name="VCCustomBuildTool"/>
@@ -217,7 +217,7 @@
OutputFile=".\../../../tools/h5import/Debug/h5import.exe"
LinkIncremental="1"
SuppressStartupBanner="TRUE"
- IgnoreDefaultLibraryNames="libc.lib"
+ IgnoreDefaultLibraryNames=""
GenerateDebugInformation="TRUE"
ProgramDatabaseFile=".\../../../tools/h5import/Debug/h5import.pdb"
SubSystem="1"
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 c871c84..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"/>
@@ -103,7 +103,7 @@
OutputFile=".\../../../tools/h5jam/Debug/h5jam.exe"
LinkIncremental="1"
SuppressStartupBanner="TRUE"
- IgnoreDefaultLibraryNames="libc.lib"
+ IgnoreDefaultLibraryNames=""
GenerateDebugInformation="TRUE"
ProgramDatabaseFile=".\../../../tools/h5jam/Debug/h5jam.pdb"
SubSystem="1"
diff --git a/windows_vnet/tools/h5ls/h5ls.vcproj b/windows_vnet/tools/h5ls/h5ls.vcproj
index efae8be..846449d 100644
--- a/windows_vnet/tools/h5ls/h5ls.vcproj
+++ b/windows_vnet/tools/h5ls/h5ls.vcproj
@@ -43,7 +43,7 @@
OutputFile=".\../../../tools/h5ls/Release/h5ls.exe"
LinkIncremental="1"
SuppressStartupBanner="TRUE"
- IgnoreDefaultLibraryNames="libcd.lib"
+ IgnoreDefaultLibraryNames=""
ProgramDatabaseFile=".\../../../tools/h5ls/Release/h5ls.pdb"
SubSystem="1"
TargetMachine="1"/>
@@ -93,7 +93,7 @@
ProgramDataBaseFileName=".\../../../tools/h5ls/Debug/"
WarningLevel="3"
SuppressStartupBanner="TRUE"
- DebugInformationFormat="4"
+ DebugInformationFormat="3"
CompileAs="0"/>
<Tool
Name="VCCustomBuildTool"/>
@@ -103,7 +103,7 @@
OutputFile=".\../../../tools/h5ls/Debug/h5ls.exe"
LinkIncremental="1"
SuppressStartupBanner="TRUE"
- IgnoreDefaultLibraryNames="libc.lib"
+ IgnoreDefaultLibraryNames=""
GenerateDebugInformation="TRUE"
ProgramDatabaseFile=".\../../../tools/h5ls/Debug/h5ls.pdb"
SubSystem="1"
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 60568b1..8d18ee9 100644
--- a/windows_vnet/tools/h5repack/h5repack.vcproj
+++ b/windows_vnet/tools/h5repack/h5repack.vcproj
@@ -43,7 +43,7 @@
OutputFile=".\../../../tools/h5repack/Release/h5repack.exe"
LinkIncremental="1"
SuppressStartupBanner="TRUE"
- IgnoreDefaultLibraryNames="libcd.lib"
+ IgnoreDefaultLibraryNames=""
ProgramDatabaseFile=".\../../../tools/h5repack/Release/h5repack.pdb"
SubSystem="1"
TargetMachine="1"/>
@@ -95,7 +95,7 @@
BrowseInformation="1"
WarningLevel="3"
SuppressStartupBanner="TRUE"
- DebugInformationFormat="4"
+ DebugInformationFormat="3"
CompileAs="0"/>
<Tool
Name="VCCustomBuildTool"/>
@@ -106,7 +106,7 @@
LinkIncremental="1"
SuppressStartupBanner="TRUE"
AdditionalLibraryDirectories=""
- IgnoreDefaultLibraryNames="libc.lib"
+ IgnoreDefaultLibraryNames=""
GenerateDebugInformation="TRUE"
ProgramDatabaseFile=".\../../../tools/h5repack/Debug/h5repack.pdb"
SubSystem="1"
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 c3782e5..53b3c7f 100644
--- a/windows_vnet/tools/h5repart/h5repart.vcproj
+++ b/windows_vnet/tools/h5repart/h5repart.vcproj
@@ -43,7 +43,7 @@
OutputFile=".\../../../tools/h5repart/Release/h5repart.exe"
LinkIncremental="1"
SuppressStartupBanner="TRUE"
- IgnoreDefaultLibraryNames="libcd.lib"
+ IgnoreDefaultLibraryNames=""
ProgramDatabaseFile=".\../../../tools/h5repart/Release/h5repart.pdb"
SubSystem="1"
TargetMachine="1"/>
@@ -93,7 +93,7 @@
ProgramDataBaseFileName=".\../../../tools/h5repart/Debug/"
WarningLevel="3"
SuppressStartupBanner="TRUE"
- DebugInformationFormat="4"
+ DebugInformationFormat="3"
CompileAs="0"/>
<Tool
Name="VCCustomBuildTool"/>
@@ -103,7 +103,7 @@
OutputFile=".\../../../tools/h5repart/Debug/h5repart.exe"
LinkIncremental="1"
SuppressStartupBanner="TRUE"
- IgnoreDefaultLibraryNames="libc.lib"
+ IgnoreDefaultLibraryNames=""
GenerateDebugInformation="TRUE"
ProgramDatabaseFile=".\../../../tools/h5repart/Debug/h5repart.pdb"
SubSystem="1"
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 9af9423..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"/>
@@ -103,7 +103,7 @@
OutputFile=".\../../../tools/h5unjam/Debug/h5unjam.exe"
LinkIncremental="1"
SuppressStartupBanner="TRUE"
- IgnoreDefaultLibraryNames="libc.lib"
+ IgnoreDefaultLibraryNames=""
GenerateDebugInformation="TRUE"
ProgramDatabaseFile=".\../../../tools/h5unjam/Debug/h5unjam.pdb"
SubSystem="1"
diff --git a/windows_vnet/tools/talign/talign.vcproj b/windows_vnet/tools/talign/talign.vcproj
index 95c42b6..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"/>
@@ -42,7 +42,7 @@
OutputFile=".\../../../tools/talign/Debug/talign.exe"
LinkIncremental="1"
SuppressStartupBanner="TRUE"
- IgnoreDefaultLibraryNames="libc.lib"
+ IgnoreDefaultLibraryNames=""
GenerateDebugInformation="TRUE"
ProgramDatabaseFile=".\../../../tools/talign/Debug/talign.pdb"
SubSystem="1"
@@ -105,7 +105,7 @@
OutputFile=".\../../../tools/talign/Release/talign.exe"
LinkIncremental="1"
SuppressStartupBanner="TRUE"
- IgnoreDefaultLibraryNames="libcd.lib"
+ IgnoreDefaultLibraryNames=""
ProgramDatabaseFile=".\../../../tools/talign/Release/talign.pdb"
SubSystem="1"
TargetMachine="1"/>
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 c4be8a6..eef13d7 100644
--- a/windows_vnet/tools/testfiles/h5difftst/h5difftst.vcproj
+++ b/windows_vnet/tools/testfiles/h5difftst/h5difftst.vcproj
@@ -43,7 +43,7 @@
OutputFile=".\../../../../tools/testfiles/h5difftst/Release/h5difftst.exe"
LinkIncremental="1"
SuppressStartupBanner="TRUE"
- IgnoreDefaultLibraryNames="libcd.lib"
+ IgnoreDefaultLibraryNames=""
ProgramDatabaseFile=".\../../../../tools/testfiles/h5difftst/Release/h5difftst.pdb"
SubSystem="1"
TargetMachine="1"/>
@@ -94,7 +94,7 @@
ProgramDataBaseFileName=".\../../../../tools/testfiles/h5difftst/Debug/"
WarningLevel="3"
SuppressStartupBanner="TRUE"
- DebugInformationFormat="4"
+ DebugInformationFormat="3"
CompileAs="0"/>
<Tool
Name="VCCustomBuildTool"/>
@@ -104,7 +104,7 @@
OutputFile=".\../../../../tools/testfiles/h5difftst/Debug/h5difftst.exe"
LinkIncremental="1"
SuppressStartupBanner="TRUE"
- IgnoreDefaultLibraryNames="libc.lib"
+ IgnoreDefaultLibraryNames=""
GenerateDebugInformation="TRUE"
ProgramDatabaseFile=".\../../../../tools/testfiles/h5difftst/Debug/h5difftst.pdb"
SubSystem="1"
diff --git a/windows_vnet/tools/testfiles/h5dumptst/h5dumptst.vcproj b/windows_vnet/tools/testfiles/h5dumptst/h5dumptst.vcproj
index 7ea2947..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"/>
@@ -41,7 +41,7 @@
OutputFile=".\../../../../tools/testfiles/h5dumptst/Debug/h5dumptst.exe"
LinkIncremental="1"
SuppressStartupBanner="TRUE"
- IgnoreDefaultLibraryNames="libc.lib"
+ IgnoreDefaultLibraryNames=""
GenerateDebugInformation="TRUE"
ProgramDatabaseFile=".\../../../../tools/testfiles/h5dumptst/Debug/h5dumptst.pdb"
SubSystem="1"
@@ -104,7 +104,7 @@
OutputFile=".\../../../../tools/testfiles/h5dumptst/Release/h5dumptst.exe"
LinkIncremental="1"
SuppressStartupBanner="TRUE"
- IgnoreDefaultLibraryNames="libcd.lib"
+ IgnoreDefaultLibraryNames=""
ProgramDatabaseFile=".\../../../../tools/testfiles/h5dumptst/Release/h5dumptst.pdb"
SubSystem="1"
TargetMachine="1"/>
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 bac1195..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"/>
@@ -42,7 +42,7 @@
OutputFile=".\../../../../tools/testfiles/h5jamtst/Debug/h5jamtst.exe"
LinkIncremental="1"
SuppressStartupBanner="TRUE"
- IgnoreDefaultLibraryNames="libc.lib"
+ IgnoreDefaultLibraryNames=""
GenerateDebugInformation="TRUE"
ProgramDatabaseFile=".\../../../../tools/testfiles/h5jamtst/Debug/h5jamtst.pdb"
SubSystem="1"
diff --git a/windows_vnet/tools/testfiles/h5repacktst/h5repacktst.vcproj b/windows_vnet/tools/testfiles/h5repacktst/h5repacktst.vcproj
index c73cbfd..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"/>
@@ -43,7 +43,7 @@
OutputFile=".\../../../../tools/testfiles/h5repacktst/Debug/h5repacktst.exe"
LinkIncremental="1"
SuppressStartupBanner="TRUE"
- IgnoreDefaultLibraryNames="libc.lib"
+ IgnoreDefaultLibraryNames=""
ForceSymbolReferences="_gethostname@8"
GenerateDebugInformation="TRUE"
ProgramDatabaseFile=".\../../../../tools/testfiles/h5repacktst/Debug/h5repacktst.pdb"
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 1b3a1f1..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"/>
@@ -103,7 +103,7 @@
OutputFile=".\../../../../tools/testfiles/testh5repack_detect_szip/Debug/testh5repack_detect_szip.exe"
LinkIncremental="1"
SuppressStartupBanner="TRUE"
- IgnoreDefaultLibraryNames="libc.lib"
+ IgnoreDefaultLibraryNames=""
GenerateDebugInformation="TRUE"
ProgramDatabaseFile=".\../../../../tools/testfiles/testh5repack_detect_szip/Debug/testh5repack_detect_szip.pdb"
SubSystem="1"
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"/>