From 8286ac511144e4f17d34eac9affb97e50646344a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Wed, 23 Jul 2014 15:25:44 +0200 Subject: Imported Upstream version 4.0.0 --- xsd/dist/examples/cxx/tree/streaming/makefile | 5 +- .../cxx/tree/streaming/streaming-10.0.vcxproj | 213 ---------- .../tree/streaming/streaming-10.0.vcxproj.filters | 50 --- .../cxx/tree/streaming/streaming-7.1.vcproj | 176 -------- .../cxx/tree/streaming/streaming-8.0.vcproj | 435 -------------------- .../cxx/tree/streaming/streaming-9.0.vcproj | 432 -------------------- .../cxx/tree/streaming/streaming-vc10.vcxproj | 211 ++++++++++ .../tree/streaming/streaming-vc10.vcxproj.filters | 56 +++ .../cxx/tree/streaming/streaming-vc11.vcxproj | 215 ++++++++++ .../tree/streaming/streaming-vc11.vcxproj.filters | 56 +++ .../cxx/tree/streaming/streaming-vc12.vcxproj | 219 ++++++++++ .../tree/streaming/streaming-vc12.vcxproj.filters | 56 +++ .../cxx/tree/streaming/streaming-vc8.vcproj | 441 +++++++++++++++++++++ .../cxx/tree/streaming/streaming-vc9.vcproj | 438 ++++++++++++++++++++ .../tree/streaming/streaming-xerces2-7.1.vcproj | 176 -------- .../tree/streaming/streaming-xerces2-8.0.vcproj | 435 -------------------- .../tree/streaming/streaming-xerces2-9.0.vcproj | 432 -------------------- 17 files changed, 1695 insertions(+), 2351 deletions(-) delete mode 100644 xsd/dist/examples/cxx/tree/streaming/streaming-10.0.vcxproj delete mode 100644 xsd/dist/examples/cxx/tree/streaming/streaming-10.0.vcxproj.filters delete mode 100644 xsd/dist/examples/cxx/tree/streaming/streaming-7.1.vcproj delete mode 100644 xsd/dist/examples/cxx/tree/streaming/streaming-8.0.vcproj delete mode 100644 xsd/dist/examples/cxx/tree/streaming/streaming-9.0.vcproj create mode 100644 xsd/dist/examples/cxx/tree/streaming/streaming-vc10.vcxproj create mode 100644 xsd/dist/examples/cxx/tree/streaming/streaming-vc10.vcxproj.filters create mode 100644 xsd/dist/examples/cxx/tree/streaming/streaming-vc11.vcxproj create mode 100644 xsd/dist/examples/cxx/tree/streaming/streaming-vc11.vcxproj.filters create mode 100644 xsd/dist/examples/cxx/tree/streaming/streaming-vc12.vcxproj create mode 100644 xsd/dist/examples/cxx/tree/streaming/streaming-vc12.vcxproj.filters create mode 100644 xsd/dist/examples/cxx/tree/streaming/streaming-vc8.vcproj create mode 100644 xsd/dist/examples/cxx/tree/streaming/streaming-vc9.vcproj delete mode 100644 xsd/dist/examples/cxx/tree/streaming/streaming-xerces2-7.1.vcproj delete mode 100644 xsd/dist/examples/cxx/tree/streaming/streaming-xerces2-8.0.vcproj delete mode 100644 xsd/dist/examples/cxx/tree/streaming/streaming-xerces2-9.0.vcproj (limited to 'xsd/dist/examples/cxx/tree/streaming') diff --git a/xsd/dist/examples/cxx/tree/streaming/makefile b/xsd/dist/examples/cxx/tree/streaming/makefile index ed32b83..4c7acd2 100644 --- a/xsd/dist/examples/cxx/tree/streaming/makefile +++ b/xsd/dist/examples/cxx/tree/streaming/makefile @@ -9,12 +9,13 @@ override XSDFLAGS += --generate-serialization # Build. # -driver: driver.o parser.o serializer.o position.o +driver: driver.o parser.o serializer.o grammar-input-stream.o position.o position.o: position.cxx position.hxx driver.o: driver.cxx position.hxx parser.hxx serializer.hxx parser.o: parser.cxx parser.hxx serializer.o: serializer.cxx serializer.hxx +grammar-input-stream.o: grammar-input-stream.cxx grammar-input-stream.hxx position.cxx position.hxx: position.xsd @@ -30,4 +31,4 @@ test: driver position.xml # .PHONY: clean clean: - rm -f position.o position.?xx parser.o serializer.o driver.o driver out.xml + rm -f position.o position.?xx parser.o serializer.o grammar-input-stream.o driver.o driver out.xml diff --git a/xsd/dist/examples/cxx/tree/streaming/streaming-10.0.vcxproj b/xsd/dist/examples/cxx/tree/streaming/streaming-10.0.vcxproj deleted file mode 100644 index fb74ff1..0000000 --- a/xsd/dist/examples/cxx/tree/streaming/streaming-10.0.vcxproj +++ /dev/null @@ -1,213 +0,0 @@ - - - - - Debug - Win32 - - - Debug - x64 - - - Release - Win32 - - - Release - x64 - - - - streaming - {3950B11C-AEB1-4E9C-BCB3-2E7133818C79} - streaming - Win32Proj - - - - Application - MultiByte - - - Application - MultiByte - - - Application - MultiByte - - - Application - MultiByte - - - - - - - - - - - - - - - - - - - driver - driver - driver - driver - Debug\ - Debug\ - true - $(Platform)\$(Configuration)\ - $(Platform)\$(Configuration)\ - true - Release\ - Release\ - false - $(Platform)\$(Configuration)\ - $(Platform)\$(Configuration)\ - false - - - - Disabled - WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) - true - EnableFastChecks - MultiThreadedDebug - true - - - Level3 - EditAndContinue - - - xerces-c_3D.lib;%(AdditionalDependencies) - $(TargetPath) - true - $(OutDir)driver.pdb - Console - false - - - MachineX86 - - - - - X64 - - - Disabled - WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) - true - EnableFastChecks - MultiThreadedDebug - true - - - Level3 - ProgramDatabase - - - xerces-c_3D.lib;%(AdditionalDependencies) - $(TargetPath) - true - $(OutDir)driver.pdb - Console - false - - - MachineX64 - - - - - WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) - MultiThreaded - true - - - Level3 - ProgramDatabase - - - xerces-c_3.lib;%(AdditionalDependencies) - $(TargetPath) - true - Console - true - true - false - - - MachineX86 - - - - - X64 - - - WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) - MultiThreaded - true - - - Level3 - ProgramDatabase - - - xerces-c_3.lib;%(AdditionalDependencies) - $(TargetPath) - true - Console - true - true - false - - - MachineX64 - - - - - - - - - - - - - - - - xsd position.xsd - xsd.exe cxx-tree --generate-serialization position.xsd - position.cxx;position.hxx;%(Outputs) - xsd position.xsd - xsd.exe cxx-tree --generate-serialization position.xsd - position.cxx;position.hxx;%(Outputs) - xsd position.xsd - xsd.exe cxx-tree --generate-serialization position.xsd - position.cxx;position.hxx;%(Outputs) - xsd position.xsd - xsd.exe cxx-tree --generate-serialization position.xsd - position.cxx;position.hxx;%(Outputs) - - - - - - - - - \ No newline at end of file diff --git a/xsd/dist/examples/cxx/tree/streaming/streaming-10.0.vcxproj.filters b/xsd/dist/examples/cxx/tree/streaming/streaming-10.0.vcxproj.filters deleted file mode 100644 index cf8b190..0000000 --- a/xsd/dist/examples/cxx/tree/streaming/streaming-10.0.vcxproj.filters +++ /dev/null @@ -1,50 +0,0 @@ - - - - - {4F684AD4-DFB2-4488-BA73-8625AECC91A3} - cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx - - - {94F3375D-5EB8-4D2C-8739-4D47E9AB7072} - h;hpp;hxx;hm;inl;inc;xsd - - - {b73125d6-60b1-4f32-9cfb-d11e709d0d14} - xsd - - - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - - - Header Files - - - Header Files - - - Header Files - - - - - - - - Schema Files - - - \ No newline at end of file diff --git a/xsd/dist/examples/cxx/tree/streaming/streaming-7.1.vcproj b/xsd/dist/examples/cxx/tree/streaming/streaming-7.1.vcproj deleted file mode 100644 index 7a11fe9..0000000 --- a/xsd/dist/examples/cxx/tree/streaming/streaming-7.1.vcproj +++ /dev/null @@ -1,176 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/xsd/dist/examples/cxx/tree/streaming/streaming-8.0.vcproj b/xsd/dist/examples/cxx/tree/streaming/streaming-8.0.vcproj deleted file mode 100644 index b7f65d0..0000000 --- a/xsd/dist/examples/cxx/tree/streaming/streaming-8.0.vcproj +++ /dev/null @@ -1,435 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/xsd/dist/examples/cxx/tree/streaming/streaming-9.0.vcproj b/xsd/dist/examples/cxx/tree/streaming/streaming-9.0.vcproj deleted file mode 100644 index cbfec59..0000000 --- a/xsd/dist/examples/cxx/tree/streaming/streaming-9.0.vcproj +++ /dev/null @@ -1,432 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/xsd/dist/examples/cxx/tree/streaming/streaming-vc10.vcxproj b/xsd/dist/examples/cxx/tree/streaming/streaming-vc10.vcxproj new file mode 100644 index 0000000..cf23e2a --- /dev/null +++ b/xsd/dist/examples/cxx/tree/streaming/streaming-vc10.vcxproj @@ -0,0 +1,211 @@ + + + + + Debug + Win32 + + + Debug + x64 + + + Release + Win32 + + + Release + x64 + + + + streaming + {3950B11C-AEB1-4E9C-BCB3-2E7133818C79} + streaming + Win32Proj + + + + Application + MultiByte + + + Application + MultiByte + + + Application + MultiByte + + + Application + MultiByte + + + + + + + + + + + + + + + + + + + driver + driver + driver + driver + Debug\ + Debug\ + true + $(Platform)\$(Configuration)\ + $(Platform)\$(Configuration)\ + true + Release\ + Release\ + false + $(Platform)\$(Configuration)\ + $(Platform)\$(Configuration)\ + false + + + + Disabled + WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) + true + EnableFastChecks + MultiThreadedDebugDLL + true + + + Level3 + + + xerces-c_3D.lib;%(AdditionalDependencies) + $(TargetPath) + true + $(OutDir)driver.pdb + Console + false + + + MachineX86 + + + + + X64 + + + Disabled + WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) + true + EnableFastChecks + MultiThreadedDebugDLL + true + + + Level3 + + + xerces-c_3D.lib;%(AdditionalDependencies) + $(TargetPath) + true + $(OutDir)driver.pdb + Console + false + + + MachineX64 + + + + + WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) + MultiThreadedDLL + true + + + Level3 + + + xerces-c_3.lib;%(AdditionalDependencies) + $(TargetPath) + true + Console + true + true + false + + + MachineX86 + + + + + X64 + + + WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) + MultiThreadedDLL + true + + + Level3 + + + xerces-c_3.lib;%(AdditionalDependencies) + $(TargetPath) + true + Console + true + true + false + + + MachineX64 + + + + + + + + + + + + + + + + + + xsd position.xsd + xsd.exe cxx-tree --generate-serialization position.xsd + position.cxx;position.hxx;%(Outputs) + xsd position.xsd + xsd.exe cxx-tree --generate-serialization position.xsd + position.cxx;position.hxx;%(Outputs) + xsd position.xsd + xsd.exe cxx-tree --generate-serialization position.xsd + position.cxx;position.hxx;%(Outputs) + xsd position.xsd + xsd.exe cxx-tree --generate-serialization position.xsd + position.cxx;position.hxx;%(Outputs) + + + + + + + + + \ No newline at end of file diff --git a/xsd/dist/examples/cxx/tree/streaming/streaming-vc10.vcxproj.filters b/xsd/dist/examples/cxx/tree/streaming/streaming-vc10.vcxproj.filters new file mode 100644 index 0000000..3597703 --- /dev/null +++ b/xsd/dist/examples/cxx/tree/streaming/streaming-vc10.vcxproj.filters @@ -0,0 +1,56 @@ + + + + + {4F684AD4-DFB2-4488-BA73-8625AECC91A3} + cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx + + + {94F3375D-5EB8-4D2C-8739-4D47E9AB7072} + h;hpp;hxx;hm;inl;inc;xsd + + + {b73125d6-60b1-4f32-9cfb-d11e709d0d14} + xsd + + + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + + + + + + Schema Files + + + \ No newline at end of file diff --git a/xsd/dist/examples/cxx/tree/streaming/streaming-vc11.vcxproj b/xsd/dist/examples/cxx/tree/streaming/streaming-vc11.vcxproj new file mode 100644 index 0000000..28f008c --- /dev/null +++ b/xsd/dist/examples/cxx/tree/streaming/streaming-vc11.vcxproj @@ -0,0 +1,215 @@ + + + + + Debug + Win32 + + + Debug + x64 + + + Release + Win32 + + + Release + x64 + + + + streaming + {3950B11C-AEB1-4E9C-BCB3-2E7133818C79} + streaming + Win32Proj + + + + Application + v110 + MultiByte + + + Application + v110 + MultiByte + + + Application + v110 + MultiByte + + + Application + v110 + MultiByte + + + + + + + + + + + + + + + + + + + driver + driver + driver + driver + Debug\ + Debug\ + true + $(Platform)\$(Configuration)\ + $(Platform)\$(Configuration)\ + true + Release\ + Release\ + false + $(Platform)\$(Configuration)\ + $(Platform)\$(Configuration)\ + false + + + + Disabled + WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) + true + EnableFastChecks + MultiThreadedDebugDLL + true + + + Level3 + + + xerces-c_3D.lib;%(AdditionalDependencies) + $(TargetPath) + true + $(OutDir)driver.pdb + Console + false + + + MachineX86 + + + + + X64 + + + Disabled + WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) + true + EnableFastChecks + MultiThreadedDebugDLL + true + + + Level3 + + + xerces-c_3D.lib;%(AdditionalDependencies) + $(TargetPath) + true + $(OutDir)driver.pdb + Console + false + + + MachineX64 + + + + + WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) + MultiThreadedDLL + true + + + Level3 + + + xerces-c_3.lib;%(AdditionalDependencies) + $(TargetPath) + true + Console + true + true + false + + + MachineX86 + + + + + X64 + + + WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) + MultiThreadedDLL + true + + + Level3 + + + xerces-c_3.lib;%(AdditionalDependencies) + $(TargetPath) + true + Console + true + true + false + + + MachineX64 + + + + + + + + + + + + + + + + + + xsd position.xsd + xsd.exe cxx-tree --generate-serialization position.xsd + position.cxx;position.hxx;%(Outputs) + xsd position.xsd + xsd.exe cxx-tree --generate-serialization position.xsd + position.cxx;position.hxx;%(Outputs) + xsd position.xsd + xsd.exe cxx-tree --generate-serialization position.xsd + position.cxx;position.hxx;%(Outputs) + xsd position.xsd + xsd.exe cxx-tree --generate-serialization position.xsd + position.cxx;position.hxx;%(Outputs) + + + + + + + + + \ No newline at end of file diff --git a/xsd/dist/examples/cxx/tree/streaming/streaming-vc11.vcxproj.filters b/xsd/dist/examples/cxx/tree/streaming/streaming-vc11.vcxproj.filters new file mode 100644 index 0000000..3597703 --- /dev/null +++ b/xsd/dist/examples/cxx/tree/streaming/streaming-vc11.vcxproj.filters @@ -0,0 +1,56 @@ + + + + + {4F684AD4-DFB2-4488-BA73-8625AECC91A3} + cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx + + + {94F3375D-5EB8-4D2C-8739-4D47E9AB7072} + h;hpp;hxx;hm;inl;inc;xsd + + + {b73125d6-60b1-4f32-9cfb-d11e709d0d14} + xsd + + + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + + + + + + Schema Files + + + \ No newline at end of file diff --git a/xsd/dist/examples/cxx/tree/streaming/streaming-vc12.vcxproj b/xsd/dist/examples/cxx/tree/streaming/streaming-vc12.vcxproj new file mode 100644 index 0000000..5e69c30 --- /dev/null +++ b/xsd/dist/examples/cxx/tree/streaming/streaming-vc12.vcxproj @@ -0,0 +1,219 @@ + + + + + Debug + Win32 + + + Debug + x64 + + + Release + Win32 + + + Release + x64 + + + + streaming + {3950B11C-AEB1-4E9C-BCB3-2E7133818C79} + streaming + Win32Proj + + + + Application + v120 + MultiByte + + + Application + v120 + MultiByte + + + Application + v120 + MultiByte + + + Application + v120 + MultiByte + + + + + + + + + + + + + + + + + + + driver + driver + driver + driver + Debug\ + Debug\ + true + $(Platform)\$(Configuration)\ + $(Platform)\$(Configuration)\ + true + Release\ + Release\ + false + $(Platform)\$(Configuration)\ + $(Platform)\$(Configuration)\ + false + + + + Disabled + WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) + true + EnableFastChecks + MultiThreadedDebugDLL + true + + + Level3 + true + + + xerces-c_3D.lib;%(AdditionalDependencies) + $(TargetPath) + true + $(OutDir)driver.pdb + Console + false + + + MachineX86 + + + + + X64 + + + Disabled + WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) + true + EnableFastChecks + MultiThreadedDebugDLL + true + + + Level3 + true + + + xerces-c_3D.lib;%(AdditionalDependencies) + $(TargetPath) + true + $(OutDir)driver.pdb + Console + false + + + MachineX64 + + + + + WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) + MultiThreadedDLL + true + + + Level3 + true + + + xerces-c_3.lib;%(AdditionalDependencies) + $(TargetPath) + true + Console + true + true + false + + + MachineX86 + + + + + X64 + + + WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) + MultiThreadedDLL + true + + + Level3 + true + + + xerces-c_3.lib;%(AdditionalDependencies) + $(TargetPath) + true + Console + true + true + false + + + MachineX64 + + + + + + + + + + + + + + + + + + xsd position.xsd + xsd.exe cxx-tree --generate-serialization position.xsd + position.cxx;position.hxx;%(Outputs) + xsd position.xsd + xsd.exe cxx-tree --generate-serialization position.xsd + position.cxx;position.hxx;%(Outputs) + xsd position.xsd + xsd.exe cxx-tree --generate-serialization position.xsd + position.cxx;position.hxx;%(Outputs) + xsd position.xsd + xsd.exe cxx-tree --generate-serialization position.xsd + position.cxx;position.hxx;%(Outputs) + + + + + + + + + \ No newline at end of file diff --git a/xsd/dist/examples/cxx/tree/streaming/streaming-vc12.vcxproj.filters b/xsd/dist/examples/cxx/tree/streaming/streaming-vc12.vcxproj.filters new file mode 100644 index 0000000..3597703 --- /dev/null +++ b/xsd/dist/examples/cxx/tree/streaming/streaming-vc12.vcxproj.filters @@ -0,0 +1,56 @@ + + + + + {4F684AD4-DFB2-4488-BA73-8625AECC91A3} + cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx + + + {94F3375D-5EB8-4D2C-8739-4D47E9AB7072} + h;hpp;hxx;hm;inl;inc;xsd + + + {b73125d6-60b1-4f32-9cfb-d11e709d0d14} + xsd + + + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + + + + + + Schema Files + + + \ No newline at end of file diff --git a/xsd/dist/examples/cxx/tree/streaming/streaming-vc8.vcproj b/xsd/dist/examples/cxx/tree/streaming/streaming-vc8.vcproj new file mode 100644 index 0000000..354c0ff --- /dev/null +++ b/xsd/dist/examples/cxx/tree/streaming/streaming-vc8.vcproj @@ -0,0 +1,441 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/xsd/dist/examples/cxx/tree/streaming/streaming-vc9.vcproj b/xsd/dist/examples/cxx/tree/streaming/streaming-vc9.vcproj new file mode 100644 index 0000000..e6b75f3 --- /dev/null +++ b/xsd/dist/examples/cxx/tree/streaming/streaming-vc9.vcproj @@ -0,0 +1,438 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/xsd/dist/examples/cxx/tree/streaming/streaming-xerces2-7.1.vcproj b/xsd/dist/examples/cxx/tree/streaming/streaming-xerces2-7.1.vcproj deleted file mode 100644 index b606b8f..0000000 --- a/xsd/dist/examples/cxx/tree/streaming/streaming-xerces2-7.1.vcproj +++ /dev/null @@ -1,176 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/xsd/dist/examples/cxx/tree/streaming/streaming-xerces2-8.0.vcproj b/xsd/dist/examples/cxx/tree/streaming/streaming-xerces2-8.0.vcproj deleted file mode 100644 index fbd555e..0000000 --- a/xsd/dist/examples/cxx/tree/streaming/streaming-xerces2-8.0.vcproj +++ /dev/null @@ -1,435 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/xsd/dist/examples/cxx/tree/streaming/streaming-xerces2-9.0.vcproj b/xsd/dist/examples/cxx/tree/streaming/streaming-xerces2-9.0.vcproj deleted file mode 100644 index e3da54b..0000000 --- a/xsd/dist/examples/cxx/tree/streaming/streaming-xerces2-9.0.vcproj +++ /dev/null @@ -1,432 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -- cgit v1.2.3