From a937d785c0a3fa0f9342aef69f37d0a91216c620 Mon Sep 17 00:00:00 2001 From: Scott Wegner Date: Mon, 18 Feb 2008 13:51:47 -0500 Subject: [svn-r14605] Purpose: Rename Windows HL Example projects to match other platforms Description: The collection of HL C examples that we distribute for Windows is incomplete. I wasn't aware of it until Pedro pointed it out, because we use different (although similar) names for the generated files. This checkin changes the naming to follow Linux, in preparation to add the rest of the HL examples to Windows. Note: I believe I've updated the MANIFEST accordingly, but I may have missed something-- I'll check on Linux shortly after this commit. Tested: VS2005 on WinXP VS.NET on WinXP --- MANIFEST | 40 +- release_docs/INSTALL_Windows.txt | 20 +- .../hl/examples/allhlcexamples/allhlcexamples.sln | 20 +- windows/hl/examples/ex_ds/ex_ds.vcproj | 458 --------------------- windows/hl/examples/ex_ds1/ex_ds1.vcproj | 458 +++++++++++++++++++++ windows/hl/examples/ex_ds1dll/ex_ds1dll.vcproj | 458 +++++++++++++++++++++ windows/hl/examples/ex_dsdll/ex_dsdll.vcproj | 457 -------------------- windows/hl/examples/ex_image1/ex_image1.vcproj | 458 +++++++++++++++++++++ .../hl/examples/ex_image1dll/ex_image1dll.vcproj | 458 +++++++++++++++++++++ windows/hl/examples/ex_images/ex_images.vcproj | 457 -------------------- .../hl/examples/ex_imagesdll/ex_imagesdll.vcproj | 457 -------------------- windows/hl/examples/ex_lite/ex_lite.vcproj | 457 -------------------- windows/hl/examples/ex_lite1/ex_lite1.vcproj | 458 +++++++++++++++++++++ windows/hl/examples/ex_lite1dll/ex_lite1dll.vcproj | 458 +++++++++++++++++++++ windows/hl/examples/ex_litedll/ex_litedll.vcproj | 457 -------------------- windows/hl/examples/ex_packet/ex_packet.vcproj | 457 -------------------- .../hl/examples/ex_packetdll/ex_packetdll.vcproj | 457 -------------------- windows/hl/examples/ex_table/ex_table.vcproj | 457 -------------------- windows/hl/examples/ex_table01/ex_table01.vcproj | 458 +++++++++++++++++++++ .../hl/examples/ex_table01dll/ex_table01dll.vcproj | 458 +++++++++++++++++++++ windows/hl/examples/ex_tabledll/ex_tabledll.vcproj | 457 -------------------- windows/hl/examples/ptExampleFL/ptExampleFL.vcproj | 458 +++++++++++++++++++++ .../examples/ptExampleFLdll/ptExampleFLdll.vcproj | 458 +++++++++++++++++++++ windows/hl/examples/test_hl_cexamples.BAT | 55 +-- windows/install_hlcexamples.BAT | 50 +-- .../hl/examples/allhlcexamples/allhlcexamples.sln | 20 +- windows_vnet/hl/examples/ex_ds/ex_ds.vcproj | 176 -------- windows_vnet/hl/examples/ex_ds1/ex_ds1.vcproj | 176 ++++++++ .../hl/examples/ex_ds1dll/ex_ds1dll.vcproj | 176 ++++++++ windows_vnet/hl/examples/ex_dsdll/ex_dsdll.vcproj | 176 -------- .../hl/examples/ex_image1/ex_image1.vcproj | 176 ++++++++ .../hl/examples/ex_image1dll/ex_image1dll.vcproj | 176 ++++++++ .../hl/examples/ex_images/ex_images.vcproj | 176 -------- .../hl/examples/ex_imagesdll/ex_imagesdll.vcproj | 176 -------- windows_vnet/hl/examples/ex_lite/ex_lite.vcproj | 176 -------- windows_vnet/hl/examples/ex_lite1/ex_lite1.vcproj | 176 ++++++++ .../hl/examples/ex_lite1dll/ex_lite1dll.vcproj | 176 ++++++++ .../hl/examples/ex_litedll/ex_litedll.vcproj | 176 -------- .../hl/examples/ex_packet/ex_packet.vcproj | 176 -------- .../hl/examples/ex_packetdll/ex_packetdll.vcproj | 176 -------- windows_vnet/hl/examples/ex_table/ex_table.vcproj | 176 -------- .../hl/examples/ex_table01/ex_table01.vcproj | 176 ++++++++ .../hl/examples/ex_table01dll/ex_table01dll.vcproj | 176 ++++++++ .../hl/examples/ex_tabledll/ex_tabledll.vcproj | 176 -------- .../hl/examples/ptExampleFL/ptExampleFL.vcproj | 176 ++++++++ .../examples/ptExampleFLdll/ptExampleFLdll.vcproj | 176 ++++++++ 46 files changed, 6445 insertions(+), 6431 deletions(-) delete mode 100644 windows/hl/examples/ex_ds/ex_ds.vcproj create mode 100644 windows/hl/examples/ex_ds1/ex_ds1.vcproj create mode 100644 windows/hl/examples/ex_ds1dll/ex_ds1dll.vcproj delete mode 100644 windows/hl/examples/ex_dsdll/ex_dsdll.vcproj create mode 100644 windows/hl/examples/ex_image1/ex_image1.vcproj create mode 100644 windows/hl/examples/ex_image1dll/ex_image1dll.vcproj delete mode 100644 windows/hl/examples/ex_images/ex_images.vcproj delete mode 100644 windows/hl/examples/ex_imagesdll/ex_imagesdll.vcproj delete mode 100644 windows/hl/examples/ex_lite/ex_lite.vcproj create mode 100644 windows/hl/examples/ex_lite1/ex_lite1.vcproj create mode 100644 windows/hl/examples/ex_lite1dll/ex_lite1dll.vcproj delete mode 100644 windows/hl/examples/ex_litedll/ex_litedll.vcproj delete mode 100644 windows/hl/examples/ex_packet/ex_packet.vcproj delete mode 100644 windows/hl/examples/ex_packetdll/ex_packetdll.vcproj delete mode 100644 windows/hl/examples/ex_table/ex_table.vcproj create mode 100644 windows/hl/examples/ex_table01/ex_table01.vcproj create mode 100644 windows/hl/examples/ex_table01dll/ex_table01dll.vcproj delete mode 100644 windows/hl/examples/ex_tabledll/ex_tabledll.vcproj create mode 100644 windows/hl/examples/ptExampleFL/ptExampleFL.vcproj create mode 100644 windows/hl/examples/ptExampleFLdll/ptExampleFLdll.vcproj delete mode 100644 windows_vnet/hl/examples/ex_ds/ex_ds.vcproj create mode 100644 windows_vnet/hl/examples/ex_ds1/ex_ds1.vcproj create mode 100644 windows_vnet/hl/examples/ex_ds1dll/ex_ds1dll.vcproj delete mode 100644 windows_vnet/hl/examples/ex_dsdll/ex_dsdll.vcproj create mode 100644 windows_vnet/hl/examples/ex_image1/ex_image1.vcproj create mode 100644 windows_vnet/hl/examples/ex_image1dll/ex_image1dll.vcproj delete mode 100644 windows_vnet/hl/examples/ex_images/ex_images.vcproj delete mode 100644 windows_vnet/hl/examples/ex_imagesdll/ex_imagesdll.vcproj delete mode 100644 windows_vnet/hl/examples/ex_lite/ex_lite.vcproj create mode 100644 windows_vnet/hl/examples/ex_lite1/ex_lite1.vcproj create mode 100644 windows_vnet/hl/examples/ex_lite1dll/ex_lite1dll.vcproj delete mode 100644 windows_vnet/hl/examples/ex_litedll/ex_litedll.vcproj delete mode 100644 windows_vnet/hl/examples/ex_packet/ex_packet.vcproj delete mode 100644 windows_vnet/hl/examples/ex_packetdll/ex_packetdll.vcproj delete mode 100644 windows_vnet/hl/examples/ex_table/ex_table.vcproj create mode 100644 windows_vnet/hl/examples/ex_table01/ex_table01.vcproj create mode 100644 windows_vnet/hl/examples/ex_table01dll/ex_table01dll.vcproj delete mode 100644 windows_vnet/hl/examples/ex_tabledll/ex_tabledll.vcproj create mode 100644 windows_vnet/hl/examples/ptExampleFL/ptExampleFL.vcproj create mode 100644 windows_vnet/hl/examples/ptExampleFLdll/ptExampleFLdll.vcproj diff --git a/MANIFEST b/MANIFEST index aff8b13..32626ca 100644 --- a/MANIFEST +++ b/MANIFEST @@ -1775,16 +1775,16 @@ ./windows/hl/examples/test_hl_cexamples.BAT ./windows/hl/examples/allhlcexamples/allhlcexamples.sln ./windows/hl/examples/allhlcexamples/allhlcexamples.vcproj -./windows/hl/examples/ex_ds/ex_ds.vcproj -./windows/hl/examples/ex_dsdll/ex_dsdll.vcproj -./windows/hl/examples/ex_images/ex_images.vcproj -./windows/hl/examples/ex_imagesdll/ex_imagesdll.vcproj -./windows/hl/examples/ex_lite/ex_lite.vcproj -./windows/hl/examples/ex_litedll/ex_litedll.vcproj -./windows/hl/examples/ex_packet/ex_packet.vcproj -./windows/hl/examples/ex_packetdll/ex_packetdll.vcproj -./windows/hl/examples/ex_table/ex_table.vcproj -./windows/hl/examples/ex_tabledll/ex_tabledll.vcproj +./windows/hl/examples/ex_ds1/ex_ds1.vcproj +./windows/hl/examples/ex_ds1dll/ex_ds1dll.vcproj +./windows/hl/examples/ex_image1/ex_image1.vcproj +./windows/hl/examples/ex_image1dll/ex_image1dll.vcproj +./windows/hl/examples/ex_lite1/ex_lite1.vcproj +./windows/hl/examples/ex_lite1dll/ex_lite1dll.vcproj +./windows/hl/examples/ptExampleFL/ptExampleFL.vcproj +./windows/hl/examples/ptExampleFLdll/ptExampleFLdll.vcproj +./windows/hl/examples/ex_table01/ex_table01.vcproj +./windows/hl/examples/ex_table01dll/ex_table01dll.vcproj # High-Level Fortran Examples ./windows/hl/fortran/examples/test_hl_f90examples.BAT @@ -2046,16 +2046,16 @@ ./windows_vnet/hl/c++/test/hl_test_table_cppdll/hl_test_table_cppdll.vcproj ./windows_vnet/hl/examples/allhlcexamples/allhlcexamples.vcproj ./windows_vnet/hl/examples/allhlcexamples/allhlcexamples.sln -./windows_vnet/hl/examples/ex_ds/ex_ds.vcproj -./windows_vnet/hl/examples/ex_dsdll/ex_dsdll.vcproj -./windows_vnet/hl/examples/ex_images/ex_images.vcproj -./windows_vnet/hl/examples/ex_imagesdll/ex_imagesdll.vcproj -./windows_vnet/hl/examples/ex_lite/ex_lite.vcproj -./windows_vnet/hl/examples/ex_litedll/ex_litedll.vcproj -./windows_vnet/hl/examples/ex_packet/ex_packet.vcproj -./windows_vnet/hl/examples/ex_packetdll/ex_packetdll.vcproj -./windows_vnet/hl/examples/ex_table/ex_table.vcproj -./windows_vnet/hl/examples/ex_tabledll/ex_tabledll.vcproj +./windows_vnet/hl/examples/ex_ds1/ex_ds1.vcproj +./windows_vnet/hl/examples/ex_ds1dll/ex_ds1dll.vcproj +./windows_vnet/hl/examples/ex_image1/ex_image1.vcproj +./windows_vnet/hl/examples/ex_image1dll/ex_image1dll.vcproj +./windows_vnet/hl/examples/ex_lite1/ex_lite1.vcproj +./windows_vnet/hl/examples/ex_lite1dll/ex_lite1dll.vcproj +./windows_vnet/hl/examples/ptExampleFL/ptExampleFL.vcproj +./windows_vnet/hl/examples/ptExampleFLdll/ptExampleFLdll.vcproj +./windows_vnet/hl/examples/ex_table01/ex_table01.vcproj +./windows_vnet/hl/examples/ex_table01dll/ex_table01dll.vcproj ./windows_vnet/hl/test/hl_test_ds/hl_test_ds.vcproj ./windows_vnet/hl/test/hl_test_dsdll/hl_test_dsdll.vcproj ./windows_vnet/hl/test/hl_test_image/hl_test_image.vcproj diff --git a/release_docs/INSTALL_Windows.txt b/release_docs/INSTALL_Windows.txt index daedadd..8af639b 100644 --- a/release_docs/INSTALL_Windows.txt +++ b/release_docs/INSTALL_Windows.txt @@ -833,16 +833,16 @@ To build and test HDF5 High Level C examples: subdirectories in c:\MyHDFstuff\hdf5\examples\ allhlcexamples - ex_images - ex_imagesdll - ex_lite - ex_litedll - ex_table - ex_tabledll - ex_ds - ex_dsdll - ex_packet - ex_packetdll + ex_image1 + ex_image1dll + ex_lite1 + ex_lite1dll + ex_table01 + ex_table01dll + ex_ds1 + ex_ds1dll + ptExampleFL + ptExampleFLdll 3. Invoke a command prompt and run the batch file Install_hlcexamples.bat which resides in the top level directory (c:\MyHDFstuff\hdf5). This file diff --git a/windows/hl/examples/allhlcexamples/allhlcexamples.sln b/windows/hl/examples/allhlcexamples/allhlcexamples.sln index f0a4082..b252a34 100644 --- a/windows/hl/examples/allhlcexamples/allhlcexamples.sln +++ b/windows/hl/examples/allhlcexamples/allhlcexamples.sln @@ -14,25 +14,25 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "allhlcexamples", "allhlcexa {4B6CC6F6-C64D-4A1A-BF78-1304AA91D618} = {4B6CC6F6-C64D-4A1A-BF78-1304AA91D618} EndProjectSection EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ex_ds", "..\ex_ds\ex_ds.vcproj", "{70E7B820-4AEB-49EF-93C5-A6BBDF69B76F}" +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ex_ds1", "..\ex_ds1\ex_ds1.vcproj", "{70E7B820-4AEB-49EF-93C5-A6BBDF69B76F}" EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ex_dsdll", "..\ex_dsdll\ex_dsdll.vcproj", "{C17AAC18-2DFC-46DE-AF5F-749F6F043DE0}" +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ex_ds1dll", "..\ex_ds1dll\ex_ds1dll.vcproj", "{C17AAC18-2DFC-46DE-AF5F-749F6F043DE0}" EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ex_images", "..\ex_images\ex_images.vcproj", "{B4DE42B5-0032-4175-BEEE-F65875360A45}" +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ex_image1", "..\ex_image1\ex_image1.vcproj", "{B4DE42B5-0032-4175-BEEE-F65875360A45}" EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ex_imagesdll", "..\ex_imagesdll\ex_imagesdll.vcproj", "{E424C58A-BEA8-4801-8A9C-5E976A3FAA5D}" +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ex_image1dll", "..\ex_image1dll\ex_image1dll.vcproj", "{E424C58A-BEA8-4801-8A9C-5E976A3FAA5D}" EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ex_lite", "..\ex_lite\ex_lite.vcproj", "{4B6CC6F6-C64D-4A1A-BF78-1304AA91D618}" +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ex_lite1", "..\ex_lite1\ex_lite1.vcproj", "{4B6CC6F6-C64D-4A1A-BF78-1304AA91D618}" EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ex_litedll", "..\ex_litedll\ex_litedll.vcproj", "{DB7330C6-D009-4BF7-B85D-656185825950}" +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ex_lite1dll", "..\ex_lite1dll\ex_lite1dll.vcproj", "{DB7330C6-D009-4BF7-B85D-656185825950}" EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ex_packet", "..\ex_packet\ex_packet.vcproj", "{47753B08-F9F5-409B-9EC2-9135B4508BAF}" +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ptExampleFL", "..\ptExampleFL\ptExampleFL.vcproj", "{47753B08-F9F5-409B-9EC2-9135B4508BAF}" EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ex_packetdll", "..\ex_packetdll\ex_packetdll.vcproj", "{25DC2207-299D-4272-9530-B126539BE0E9}" +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ptExampleFLdll", "..\ptExampleFLdll\ptExampleFLdll.vcproj", "{25DC2207-299D-4272-9530-B126539BE0E9}" EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ex_table", "..\ex_table\ex_table.vcproj", "{334E19CF-8B74-4067-8303-A398E3F22593}" +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ex_table01", "..\ex_table01\ex_table01.vcproj", "{334E19CF-8B74-4067-8303-A398E3F22593}" EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ex_tabledll", "..\ex_tabledll\ex_tabledll.vcproj", "{4116EF37-EBA5-424F-A01B-2D80DB5807E3}" +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ex_table01dll", "..\ex_table01dll\ex_table01dll.vcproj", "{4116EF37-EBA5-424F-A01B-2D80DB5807E3}" EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution diff --git a/windows/hl/examples/ex_ds/ex_ds.vcproj b/windows/hl/examples/ex_ds/ex_ds.vcproj deleted file mode 100644 index 4aa8cd8..0000000 --- a/windows/hl/examples/ex_ds/ex_ds.vcproj +++ /dev/null @@ -1,458 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/windows/hl/examples/ex_ds1/ex_ds1.vcproj b/windows/hl/examples/ex_ds1/ex_ds1.vcproj new file mode 100644 index 0000000..f95613c --- /dev/null +++ b/windows/hl/examples/ex_ds1/ex_ds1.vcproj @@ -0,0 +1,458 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/windows/hl/examples/ex_ds1dll/ex_ds1dll.vcproj b/windows/hl/examples/ex_ds1dll/ex_ds1dll.vcproj new file mode 100644 index 0000000..7d1fac0 --- /dev/null +++ b/windows/hl/examples/ex_ds1dll/ex_ds1dll.vcproj @@ -0,0 +1,458 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/windows/hl/examples/ex_dsdll/ex_dsdll.vcproj b/windows/hl/examples/ex_dsdll/ex_dsdll.vcproj deleted file mode 100644 index ef47818..0000000 --- a/windows/hl/examples/ex_dsdll/ex_dsdll.vcproj +++ /dev/null @@ -1,457 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/windows/hl/examples/ex_image1/ex_image1.vcproj b/windows/hl/examples/ex_image1/ex_image1.vcproj new file mode 100644 index 0000000..011053e --- /dev/null +++ b/windows/hl/examples/ex_image1/ex_image1.vcproj @@ -0,0 +1,458 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/windows/hl/examples/ex_image1dll/ex_image1dll.vcproj b/windows/hl/examples/ex_image1dll/ex_image1dll.vcproj new file mode 100644 index 0000000..90f6f60 --- /dev/null +++ b/windows/hl/examples/ex_image1dll/ex_image1dll.vcproj @@ -0,0 +1,458 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/windows/hl/examples/ex_images/ex_images.vcproj b/windows/hl/examples/ex_images/ex_images.vcproj deleted file mode 100644 index 7707a24..0000000 --- a/windows/hl/examples/ex_images/ex_images.vcproj +++ /dev/null @@ -1,457 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/windows/hl/examples/ex_imagesdll/ex_imagesdll.vcproj b/windows/hl/examples/ex_imagesdll/ex_imagesdll.vcproj deleted file mode 100644 index 3c3e26a..0000000 --- a/windows/hl/examples/ex_imagesdll/ex_imagesdll.vcproj +++ /dev/null @@ -1,457 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/windows/hl/examples/ex_lite/ex_lite.vcproj b/windows/hl/examples/ex_lite/ex_lite.vcproj deleted file mode 100644 index 519c5ea..0000000 --- a/windows/hl/examples/ex_lite/ex_lite.vcproj +++ /dev/null @@ -1,457 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/windows/hl/examples/ex_lite1/ex_lite1.vcproj b/windows/hl/examples/ex_lite1/ex_lite1.vcproj new file mode 100644 index 0000000..a6e6f75 --- /dev/null +++ b/windows/hl/examples/ex_lite1/ex_lite1.vcproj @@ -0,0 +1,458 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/windows/hl/examples/ex_lite1dll/ex_lite1dll.vcproj b/windows/hl/examples/ex_lite1dll/ex_lite1dll.vcproj new file mode 100644 index 0000000..45ae1a8 --- /dev/null +++ b/windows/hl/examples/ex_lite1dll/ex_lite1dll.vcproj @@ -0,0 +1,458 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/windows/hl/examples/ex_litedll/ex_litedll.vcproj b/windows/hl/examples/ex_litedll/ex_litedll.vcproj deleted file mode 100644 index cb014d7..0000000 --- a/windows/hl/examples/ex_litedll/ex_litedll.vcproj +++ /dev/null @@ -1,457 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/windows/hl/examples/ex_packet/ex_packet.vcproj b/windows/hl/examples/ex_packet/ex_packet.vcproj deleted file mode 100644 index 474803f..0000000 --- a/windows/hl/examples/ex_packet/ex_packet.vcproj +++ /dev/null @@ -1,457 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/windows/hl/examples/ex_packetdll/ex_packetdll.vcproj b/windows/hl/examples/ex_packetdll/ex_packetdll.vcproj deleted file mode 100644 index 3eb72f0..0000000 --- a/windows/hl/examples/ex_packetdll/ex_packetdll.vcproj +++ /dev/null @@ -1,457 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/windows/hl/examples/ex_table/ex_table.vcproj b/windows/hl/examples/ex_table/ex_table.vcproj deleted file mode 100644 index d438e79..0000000 --- a/windows/hl/examples/ex_table/ex_table.vcproj +++ /dev/null @@ -1,457 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/windows/hl/examples/ex_table01/ex_table01.vcproj b/windows/hl/examples/ex_table01/ex_table01.vcproj new file mode 100644 index 0000000..517a18f --- /dev/null +++ b/windows/hl/examples/ex_table01/ex_table01.vcproj @@ -0,0 +1,458 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/windows/hl/examples/ex_table01dll/ex_table01dll.vcproj b/windows/hl/examples/ex_table01dll/ex_table01dll.vcproj new file mode 100644 index 0000000..8a0fab9 --- /dev/null +++ b/windows/hl/examples/ex_table01dll/ex_table01dll.vcproj @@ -0,0 +1,458 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/windows/hl/examples/ex_tabledll/ex_tabledll.vcproj b/windows/hl/examples/ex_tabledll/ex_tabledll.vcproj deleted file mode 100644 index 7a05fac..0000000 --- a/windows/hl/examples/ex_tabledll/ex_tabledll.vcproj +++ /dev/null @@ -1,457 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/windows/hl/examples/ptExampleFL/ptExampleFL.vcproj b/windows/hl/examples/ptExampleFL/ptExampleFL.vcproj new file mode 100644 index 0000000..2ef6fe3 --- /dev/null +++ b/windows/hl/examples/ptExampleFL/ptExampleFL.vcproj @@ -0,0 +1,458 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/windows/hl/examples/ptExampleFLdll/ptExampleFLdll.vcproj b/windows/hl/examples/ptExampleFLdll/ptExampleFLdll.vcproj new file mode 100644 index 0000000..98962e7 --- /dev/null +++ b/windows/hl/examples/ptExampleFLdll/ptExampleFLdll.vcproj @@ -0,0 +1,458 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/windows/hl/examples/test_hl_cexamples.BAT b/windows/hl/examples/test_hl_cexamples.BAT index be63180..33d2311 100644 --- a/windows/hl/examples/test_hl_cexamples.BAT +++ b/windows/hl/examples/test_hl_cexamples.BAT @@ -1,23 +1,26 @@ -@REM Copyright by The HDF Group. -@REM Copyright by the Board of Trustees of the University of Illinois. -@REM All rights reserved. -@REM -@REM This file is part of HDF5. The full HDF5 copyright notice, including -@REM terms governing use, modification, and redistribution, is contained in -@REM the files COPYING and Copyright.html. COPYING can be found at the root -@REM of the source code distribution tree; Copyright.html can be found at the -@REM root level of an installed copy of the electronic HDF5 document set and -@REM is linked from the top-level documents page. It can also be found at -@REM http://hdfgroup.org/HDF5/doc/Copyright.html. If you do not have -@REM access to either file, you may request a copy from help@hdfgroup.org. +@echo OFF +rem Copyright by The HDF Group. +rem Copyright by the Board of Trustees of the University of Illinois. +rem All rights reserved. +rem +rem This file is part of HDF5. The full HDF5 copyright notice, including +rem terms governing use, modification, and redistribution, is contained in +rem the files COPYING and Copyright.html. COPYING can be found at the root +rem of the source code distribution tree; Copyright.html can be found at the +rem root level of an installed copy of the electronic HDF5 document set and +rem is linked from the top-level documents page. It can also be found at +rem http://hdfgroup.org/HDF5/doc/Copyright.html. If you do not have +rem access to either file, you may request a copy from help@hdfgroup.org. -@ECHO OFF -@:: This batch file is used to test HDF5 High Level C examples. -@:: Written by : Fang GUO -@:: Created : 07/26/2005 -@:: Last Modified: +rem This batch file is used to test HDF5 High Level C examples. +rem Written by : Fang GUO +rem Created : 07/26/2005 +rem Last Modified: 2/18/08 -:: Track errors +rem Use delayed expansion to track changes inside a loop +setlocal enabledelayedexpansion + +rem Track errors set total_error=0 if %1.==. GOTO WRONG @@ -36,25 +39,25 @@ GOTO WRONG echo Testing %1 %2 version of High Level examples echo. -for %%i in (ds lite table images packet) do ( -HLCexamples%1%2\ex_%%i%2 -if not %errorlevel%==0 set /A totalerror=totalerror+1 +for %%i in (ex_ds1 ex_lite1 ex_table01 ex_image1 ptExampleFL) do ( + HLCexamples%1%2\%%i%2 + if not !errorlevel!==0 set /A total_error=!total_error!+1 ) if %total_error%==0 ( -echo. -echo. All of the HL C Examples Passed! + echo. + echo. All of the HL C Examples Passed! ) else ( -echo. -echo. %total_error% HL C Examples Failed! + echo. + echo. %total_error% HL C Examples Failed! ) GOTO END :WRONG echo The syntax of the command is incorrect. -echo Use test_hl_cexamples /? for usage informtaion +echo Use test_hl_cexamples /? for usage information echo. GOTO END diff --git a/windows/install_hlcexamples.BAT b/windows/install_hlcexamples.BAT index 306a340..58a4503 100755 --- a/windows/install_hlcexamples.BAT +++ b/windows/install_hlcexamples.BAT @@ -1,34 +1,36 @@ -@REM Copyright by The HDF Group. -@REM Copyright by the Board of Trustees of the University of Illinois. -@REM All rights reserved. -@REM -@REM This file is part of HDF5. The full HDF5 copyright notice, including -@REM terms governing use, modification, and redistribution, is contained in -@REM the files COPYING and Copyright.html. COPYING can be found at the root -@REM of the source code distribution tree; Copyright.html can be found at the -@REM root level of an installed copy of the electronic HDF5 document set and -@REM is linked from the top-level documents page. It can also be found at -@REM http://hdfgroup.org/HDF5/doc/Copyright.html. If you do not have -@REM access to either file, you may request a copy from help@hdfgroup.org. +@echo OFF +rem Copyright by The HDF Group. +rem Copyright by the Board of Trustees of the University of Illinois. +rem All rights reserved. +rem +rem This file is part of HDF5. The full HDF5 copyright notice, including +rem terms governing use, modification, and redistribution, is contained in +rem the files COPYING and Copyright.html. COPYING can be found at the root +rem of the source code distribution tree; Copyright.html can be found at the +rem root level of an installed copy of the electronic HDF5 document set and +rem is linked from the top-level documents page. It can also be found at +rem http://hdfgroup.org/HDF5/doc/Copyright.html. If you do not have +rem access to either file, you may request a copy from help@hdfgroup.org. -@ECHO OFF -@:: This batch file is used to install HDF5 High Level C -@:: Examples' executable files. -@:: Written by : Fang GUO -@:: Created on : 07/25/2005 -@:: Last Modified: 03/08/2006 +rem This batch file is used to install HDF5 High Level C +rem Examples' executable files. +rem Written by : Fang GUO +rem Created on : 07/25/2005 +rem Last Modified: 2/18/2008 -cd hl/examples +pushd hl\examples mkdir HLCexamplesRELEASE mkdir HLCexamplesRELEASEDLL mkdir HLCexamplesDEBUG mkdir HLCexamplesDEBUGDLL -for %%i in (images lite table ds packet) do ( -copy ex_%%i\debug\ex_%%i.exe HLCexamplesDEBUG\ -copy ex_%%i\release\ex_%%i.exe HLCexamplesRELEASE\ -copy ex_%%idll\debug\ex_%%idll.exe HLCexamplesDEBUGDLL\ -copy ex_%%idll\release\ex_%%idll.exe HLCexamplesRELEASEDLL\ +for %%i in (ex_image1 ex_lite1 ex_table01 ex_ds1 ptExampleFL) do ( + copy %%i\debug\%%i.exe HLCexamplesDEBUG\ + copy %%i\release\%%i.exe HLCexamplesRELEASE\ + copy %%idll\debug\%%idll.exe HLCexamplesDEBUGDLL\ + copy %%idll\release\%%idll.exe HLCexamplesRELEASEDLL\ ) + +popd diff --git a/windows_vnet/hl/examples/allhlcexamples/allhlcexamples.sln b/windows_vnet/hl/examples/allhlcexamples/allhlcexamples.sln index 4ed5225..c6a4f71 100644 --- a/windows_vnet/hl/examples/allhlcexamples/allhlcexamples.sln +++ b/windows_vnet/hl/examples/allhlcexamples/allhlcexamples.sln @@ -13,43 +13,43 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "allhlcexamples", "allhlcexa {154DCDF3-E08F-4881-B2D4-776B26C9D5DA} = {154DCDF3-E08F-4881-B2D4-776B26C9D5DA} EndProjectSection EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ex_ds", "..\ex_ds\ex_ds.vcproj", "{99EDFA69-68D6-43F7-A4DB-1C2739D8364C}" +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ex_ds1", "..\ex_ds1\ex_ds1.vcproj", "{99EDFA69-68D6-43F7-A4DB-1C2739D8364C}" ProjectSection(ProjectDependencies) = postProject EndProjectSection EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ex_dsdll", "..\ex_dsdll\ex_dsdll.vcproj", "{C6B12522-10FD-4E4A-AD4E-AD28A6011CF0}" +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ex_ds1dll", "..\ex_ds1dll\ex_ds1dll.vcproj", "{C6B12522-10FD-4E4A-AD4E-AD28A6011CF0}" ProjectSection(ProjectDependencies) = postProject EndProjectSection EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ex_images", "..\ex_images\ex_images.vcproj", "{154DCDF3-E08F-4881-B2D4-776B26C9D5DA}" +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ex_image1", "..\ex_image1\ex_image1.vcproj", "{154DCDF3-E08F-4881-B2D4-776B26C9D5DA}" ProjectSection(ProjectDependencies) = postProject EndProjectSection EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ex_imagesdll", "..\ex_imagesdll\ex_imagesdll.vcproj", "{79DE1C67-FE07-41FE-A8C9-154CD2C0280D}" +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ex_image1dll", "..\ex_image1dll\ex_image1dll.vcproj", "{79DE1C67-FE07-41FE-A8C9-154CD2C0280D}" ProjectSection(ProjectDependencies) = postProject EndProjectSection EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ex_lite", "..\ex_lite\ex_lite.vcproj", "{643A1F28-6553-43B9-9F26-DD5FE2448559}" +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ex_lite1", "..\ex_lite1\ex_lite1.vcproj", "{643A1F28-6553-43B9-9F26-DD5FE2448559}" ProjectSection(ProjectDependencies) = postProject EndProjectSection EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ex_litedll", "..\ex_litedll\ex_litedll.vcproj", "{BA597B44-B102-4E95-98F4-03C9ABD02A62}" +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ex_lite1dll", "..\ex_lite1dll\ex_lite1dll.vcproj", "{BA597B44-B102-4E95-98F4-03C9ABD02A62}" ProjectSection(ProjectDependencies) = postProject EndProjectSection EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ex_packet", "..\ex_packet\ex_packet.vcproj", "{133F4A96-DD6D-4B13-BADC-7587F845D253}" +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ptExampleFL", "..\ptExampleFL\ptExampleFL.vcproj", "{133F4A96-DD6D-4B13-BADC-7587F845D253}" ProjectSection(ProjectDependencies) = postProject EndProjectSection EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ex_packetdll", "..\ex_packetdll\ex_packetdll.vcproj", "{50FEC639-EBCF-4F19-B535-ABECE5707A93}" +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ptExampleFLdll", "..\ptExampleFLdll\ptExampleFLdll.vcproj", "{50FEC639-EBCF-4F19-B535-ABECE5707A93}" ProjectSection(ProjectDependencies) = postProject EndProjectSection EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ex_table", "..\ex_table\ex_table.vcproj", "{31018018-AC76-4F43-846C-F8B1DCE676FD}" +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ex_table01", "..\ex_table01\ex_table01.vcproj", "{31018018-AC76-4F43-846C-F8B1DCE676FD}" ProjectSection(ProjectDependencies) = postProject EndProjectSection EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ex_tabledll", "..\ex_tabledll\ex_tabledll.vcproj", "{5526D330-EDC2-4620-8816-44D4196E2372}" +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ex_table01dll", "..\ex_table01dll\ex_table01dll.vcproj", "{5526D330-EDC2-4620-8816-44D4196E2372}" ProjectSection(ProjectDependencies) = postProject EndProjectSection EndProject diff --git a/windows_vnet/hl/examples/ex_ds/ex_ds.vcproj b/windows_vnet/hl/examples/ex_ds/ex_ds.vcproj deleted file mode 100644 index 8cee5be..0000000 --- a/windows_vnet/hl/examples/ex_ds/ex_ds.vcproj +++ /dev/null @@ -1,176 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/windows_vnet/hl/examples/ex_ds1/ex_ds1.vcproj b/windows_vnet/hl/examples/ex_ds1/ex_ds1.vcproj new file mode 100644 index 0000000..7e4f16b --- /dev/null +++ b/windows_vnet/hl/examples/ex_ds1/ex_ds1.vcproj @@ -0,0 +1,176 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/windows_vnet/hl/examples/ex_ds1dll/ex_ds1dll.vcproj b/windows_vnet/hl/examples/ex_ds1dll/ex_ds1dll.vcproj new file mode 100644 index 0000000..1f17fd8 --- /dev/null +++ b/windows_vnet/hl/examples/ex_ds1dll/ex_ds1dll.vcproj @@ -0,0 +1,176 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/windows_vnet/hl/examples/ex_dsdll/ex_dsdll.vcproj b/windows_vnet/hl/examples/ex_dsdll/ex_dsdll.vcproj deleted file mode 100644 index 7aef8e9..0000000 --- a/windows_vnet/hl/examples/ex_dsdll/ex_dsdll.vcproj +++ /dev/null @@ -1,176 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/windows_vnet/hl/examples/ex_image1/ex_image1.vcproj b/windows_vnet/hl/examples/ex_image1/ex_image1.vcproj new file mode 100644 index 0000000..e1bfaa2 --- /dev/null +++ b/windows_vnet/hl/examples/ex_image1/ex_image1.vcproj @@ -0,0 +1,176 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/windows_vnet/hl/examples/ex_image1dll/ex_image1dll.vcproj b/windows_vnet/hl/examples/ex_image1dll/ex_image1dll.vcproj new file mode 100644 index 0000000..9abf9a9 --- /dev/null +++ b/windows_vnet/hl/examples/ex_image1dll/ex_image1dll.vcproj @@ -0,0 +1,176 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/windows_vnet/hl/examples/ex_images/ex_images.vcproj b/windows_vnet/hl/examples/ex_images/ex_images.vcproj deleted file mode 100644 index 04bd96e..0000000 --- a/windows_vnet/hl/examples/ex_images/ex_images.vcproj +++ /dev/null @@ -1,176 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/windows_vnet/hl/examples/ex_imagesdll/ex_imagesdll.vcproj b/windows_vnet/hl/examples/ex_imagesdll/ex_imagesdll.vcproj deleted file mode 100644 index 7ec9819..0000000 --- a/windows_vnet/hl/examples/ex_imagesdll/ex_imagesdll.vcproj +++ /dev/null @@ -1,176 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/windows_vnet/hl/examples/ex_lite/ex_lite.vcproj b/windows_vnet/hl/examples/ex_lite/ex_lite.vcproj deleted file mode 100644 index f35d8fc..0000000 --- a/windows_vnet/hl/examples/ex_lite/ex_lite.vcproj +++ /dev/null @@ -1,176 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/windows_vnet/hl/examples/ex_lite1/ex_lite1.vcproj b/windows_vnet/hl/examples/ex_lite1/ex_lite1.vcproj new file mode 100644 index 0000000..661da71 --- /dev/null +++ b/windows_vnet/hl/examples/ex_lite1/ex_lite1.vcproj @@ -0,0 +1,176 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/windows_vnet/hl/examples/ex_lite1dll/ex_lite1dll.vcproj b/windows_vnet/hl/examples/ex_lite1dll/ex_lite1dll.vcproj new file mode 100644 index 0000000..8893925 --- /dev/null +++ b/windows_vnet/hl/examples/ex_lite1dll/ex_lite1dll.vcproj @@ -0,0 +1,176 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/windows_vnet/hl/examples/ex_litedll/ex_litedll.vcproj b/windows_vnet/hl/examples/ex_litedll/ex_litedll.vcproj deleted file mode 100644 index 5eada93..0000000 --- a/windows_vnet/hl/examples/ex_litedll/ex_litedll.vcproj +++ /dev/null @@ -1,176 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/windows_vnet/hl/examples/ex_packet/ex_packet.vcproj b/windows_vnet/hl/examples/ex_packet/ex_packet.vcproj deleted file mode 100644 index 5653626..0000000 --- a/windows_vnet/hl/examples/ex_packet/ex_packet.vcproj +++ /dev/null @@ -1,176 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/windows_vnet/hl/examples/ex_packetdll/ex_packetdll.vcproj b/windows_vnet/hl/examples/ex_packetdll/ex_packetdll.vcproj deleted file mode 100644 index 33a9f34..0000000 --- a/windows_vnet/hl/examples/ex_packetdll/ex_packetdll.vcproj +++ /dev/null @@ -1,176 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/windows_vnet/hl/examples/ex_table/ex_table.vcproj b/windows_vnet/hl/examples/ex_table/ex_table.vcproj deleted file mode 100644 index 2b5bf52..0000000 --- a/windows_vnet/hl/examples/ex_table/ex_table.vcproj +++ /dev/null @@ -1,176 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/windows_vnet/hl/examples/ex_table01/ex_table01.vcproj b/windows_vnet/hl/examples/ex_table01/ex_table01.vcproj new file mode 100644 index 0000000..b763675 --- /dev/null +++ b/windows_vnet/hl/examples/ex_table01/ex_table01.vcproj @@ -0,0 +1,176 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/windows_vnet/hl/examples/ex_table01dll/ex_table01dll.vcproj b/windows_vnet/hl/examples/ex_table01dll/ex_table01dll.vcproj new file mode 100644 index 0000000..448e694 --- /dev/null +++ b/windows_vnet/hl/examples/ex_table01dll/ex_table01dll.vcproj @@ -0,0 +1,176 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/windows_vnet/hl/examples/ex_tabledll/ex_tabledll.vcproj b/windows_vnet/hl/examples/ex_tabledll/ex_tabledll.vcproj deleted file mode 100644 index ab7807b..0000000 --- a/windows_vnet/hl/examples/ex_tabledll/ex_tabledll.vcproj +++ /dev/null @@ -1,176 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/windows_vnet/hl/examples/ptExampleFL/ptExampleFL.vcproj b/windows_vnet/hl/examples/ptExampleFL/ptExampleFL.vcproj new file mode 100644 index 0000000..639e775 --- /dev/null +++ b/windows_vnet/hl/examples/ptExampleFL/ptExampleFL.vcproj @@ -0,0 +1,176 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/windows_vnet/hl/examples/ptExampleFLdll/ptExampleFLdll.vcproj b/windows_vnet/hl/examples/ptExampleFLdll/ptExampleFLdll.vcproj new file mode 100644 index 0000000..6b9b0ed --- /dev/null +++ b/windows_vnet/hl/examples/ptExampleFLdll/ptExampleFLdll.vcproj @@ -0,0 +1,176 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + -- cgit v0.12