From 902dc1f827eb5be135d9b2431f75fd2234c07c03 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Sat, 24 May 2014 16:02:10 -0700 Subject: Add VC11 project files for examples --- .../cxx/tree/binary/boost/boost-11.0.vcxproj | 216 +++++++++++++++++++ .../tree/binary/boost/boost-11.0.vcxproj.filters | 47 ++++ dist/examples/cxx/tree/binary/cdr/cdr-11.0.vcxproj | 213 ++++++++++++++++++ .../cxx/tree/binary/cdr/cdr-11.0.vcxproj.filters | 38 ++++ dist/examples/cxx/tree/binary/xdr/xdr-11.0.vcxproj | 213 ++++++++++++++++++ .../cxx/tree/binary/xdr/xdr-11.0.vcxproj.filters | 38 ++++ .../examples/cxx/tree/caching/caching-11.0.vcxproj | 213 ++++++++++++++++++ .../cxx/tree/caching/caching-11.0.vcxproj.filters | 38 ++++ .../cxx/tree/compression/compression-11.0.vcxproj | 217 +++++++++++++++++++ .../compression/compression-11.0.vcxproj.filters | 50 +++++ .../cxx/tree/custom/calendar/calendar-11.0.vcxproj | 237 ++++++++++++++++++++ .../custom/calendar/calendar-11.0.vcxproj.filters | 54 +++++ .../cxx/tree/custom/comments/comments-11.0.vcxproj | 239 +++++++++++++++++++++ .../custom/comments/comments-11.0.vcxproj.filters | 60 ++++++ .../cxx/tree/custom/contacts/contacts-11.0.vcxproj | 216 +++++++++++++++++++ .../custom/contacts/contacts-11.0.vcxproj.filters | 51 +++++ .../cxx/tree/custom/double/double-11.0.vcxproj | 237 ++++++++++++++++++++ .../tree/custom/double/double-11.0.vcxproj.filters | 54 +++++ .../cxx/tree/custom/mixed/mixed-11.0.vcxproj | 216 +++++++++++++++++++ .../tree/custom/mixed/mixed-11.0.vcxproj.filters | 51 +++++ .../cxx/tree/custom/taxonomy/taxonomy-11.0.vcxproj | 218 +++++++++++++++++++ .../custom/taxonomy/taxonomy-11.0.vcxproj.filters | 57 +++++ .../cxx/tree/custom/wildcard/wildcard-11.0.vcxproj | 216 +++++++++++++++++++ .../custom/wildcard/wildcard-11.0.vcxproj.filters | 51 +++++ .../cxx/tree/embedded/embedded-11.0.vcxproj | 223 +++++++++++++++++++ .../tree/embedded/embedded-11.0.vcxproj.filters | 50 +++++ .../examples/cxx/tree/embedded/xsdbin-11.0.vcxproj | 190 ++++++++++++++++ .../cxx/tree/embedded/xsdbin-11.0.vcxproj.filters | 14 ++ dist/examples/cxx/tree/hello/hello-11.0.vcxproj | 213 ++++++++++++++++++ .../cxx/tree/hello/hello-11.0.vcxproj.filters | 38 ++++ .../examples/cxx/tree/library/library-11.0.vcxproj | 214 ++++++++++++++++++ .../cxx/tree/library/library-11.0.vcxproj.filters | 45 ++++ .../cxx/tree/messaging/messaging-11.0.vcxproj | 217 +++++++++++++++++++ .../tree/messaging/messaging-11.0.vcxproj.filters | 50 +++++ dist/examples/cxx/tree/mixed/mixed-11.0.vcxproj | 213 ++++++++++++++++++ .../cxx/tree/mixed/mixed-11.0.vcxproj.filters | 38 ++++ .../cxx/tree/multiroot/multiroot-11.0.vcxproj | 215 ++++++++++++++++++ .../tree/multiroot/multiroot-11.0.vcxproj.filters | 44 ++++ .../cxx/tree/order/element/element-11.0.vcxproj | 213 ++++++++++++++++++ .../order/element/element-11.0.vcxproj.filters | 38 ++++ .../cxx/tree/order/mixed/mixed-11.0.vcxproj | 213 ++++++++++++++++++ .../tree/order/mixed/mixed-11.0.vcxproj.filters | 38 ++++ .../cxx/tree/performance/performance-11.0.vcxproj | 218 +++++++++++++++++++ .../performance/performance-11.0.vcxproj.filters | 57 +++++ .../tree/polymorphism/polymorphism-11.0.vcxproj | 213 ++++++++++++++++++ .../polymorphism/polymorphism-11.0.vcxproj.filters | 38 ++++ .../cxx/tree/streaming/streaming-11.0.vcxproj | 217 +++++++++++++++++++ .../tree/streaming/streaming-11.0.vcxproj.filters | 50 +++++ .../cxx/tree/wildcard/wildcard-11.0.vcxproj | 214 ++++++++++++++++++ .../tree/wildcard/wildcard-11.0.vcxproj.filters | 45 ++++ dist/examples/cxx/tree/xpath/xpath-11.0.vcxproj | 215 ++++++++++++++++++ .../cxx/tree/xpath/xpath-11.0.vcxproj.filters | 44 ++++ 52 files changed, 6817 insertions(+) create mode 100644 dist/examples/cxx/tree/binary/boost/boost-11.0.vcxproj create mode 100644 dist/examples/cxx/tree/binary/boost/boost-11.0.vcxproj.filters create mode 100644 dist/examples/cxx/tree/binary/cdr/cdr-11.0.vcxproj create mode 100644 dist/examples/cxx/tree/binary/cdr/cdr-11.0.vcxproj.filters create mode 100644 dist/examples/cxx/tree/binary/xdr/xdr-11.0.vcxproj create mode 100644 dist/examples/cxx/tree/binary/xdr/xdr-11.0.vcxproj.filters create mode 100644 dist/examples/cxx/tree/caching/caching-11.0.vcxproj create mode 100644 dist/examples/cxx/tree/caching/caching-11.0.vcxproj.filters create mode 100644 dist/examples/cxx/tree/compression/compression-11.0.vcxproj create mode 100644 dist/examples/cxx/tree/compression/compression-11.0.vcxproj.filters create mode 100644 dist/examples/cxx/tree/custom/calendar/calendar-11.0.vcxproj create mode 100644 dist/examples/cxx/tree/custom/calendar/calendar-11.0.vcxproj.filters create mode 100644 dist/examples/cxx/tree/custom/comments/comments-11.0.vcxproj create mode 100644 dist/examples/cxx/tree/custom/comments/comments-11.0.vcxproj.filters create mode 100644 dist/examples/cxx/tree/custom/contacts/contacts-11.0.vcxproj create mode 100644 dist/examples/cxx/tree/custom/contacts/contacts-11.0.vcxproj.filters create mode 100644 dist/examples/cxx/tree/custom/double/double-11.0.vcxproj create mode 100644 dist/examples/cxx/tree/custom/double/double-11.0.vcxproj.filters create mode 100644 dist/examples/cxx/tree/custom/mixed/mixed-11.0.vcxproj create mode 100644 dist/examples/cxx/tree/custom/mixed/mixed-11.0.vcxproj.filters create mode 100644 dist/examples/cxx/tree/custom/taxonomy/taxonomy-11.0.vcxproj create mode 100644 dist/examples/cxx/tree/custom/taxonomy/taxonomy-11.0.vcxproj.filters create mode 100644 dist/examples/cxx/tree/custom/wildcard/wildcard-11.0.vcxproj create mode 100644 dist/examples/cxx/tree/custom/wildcard/wildcard-11.0.vcxproj.filters create mode 100644 dist/examples/cxx/tree/embedded/embedded-11.0.vcxproj create mode 100644 dist/examples/cxx/tree/embedded/embedded-11.0.vcxproj.filters create mode 100644 dist/examples/cxx/tree/embedded/xsdbin-11.0.vcxproj create mode 100644 dist/examples/cxx/tree/embedded/xsdbin-11.0.vcxproj.filters create mode 100644 dist/examples/cxx/tree/hello/hello-11.0.vcxproj create mode 100644 dist/examples/cxx/tree/hello/hello-11.0.vcxproj.filters create mode 100644 dist/examples/cxx/tree/library/library-11.0.vcxproj create mode 100644 dist/examples/cxx/tree/library/library-11.0.vcxproj.filters create mode 100644 dist/examples/cxx/tree/messaging/messaging-11.0.vcxproj create mode 100644 dist/examples/cxx/tree/messaging/messaging-11.0.vcxproj.filters create mode 100644 dist/examples/cxx/tree/mixed/mixed-11.0.vcxproj create mode 100644 dist/examples/cxx/tree/mixed/mixed-11.0.vcxproj.filters create mode 100644 dist/examples/cxx/tree/multiroot/multiroot-11.0.vcxproj create mode 100644 dist/examples/cxx/tree/multiroot/multiroot-11.0.vcxproj.filters create mode 100644 dist/examples/cxx/tree/order/element/element-11.0.vcxproj create mode 100644 dist/examples/cxx/tree/order/element/element-11.0.vcxproj.filters create mode 100644 dist/examples/cxx/tree/order/mixed/mixed-11.0.vcxproj create mode 100644 dist/examples/cxx/tree/order/mixed/mixed-11.0.vcxproj.filters create mode 100644 dist/examples/cxx/tree/performance/performance-11.0.vcxproj create mode 100644 dist/examples/cxx/tree/performance/performance-11.0.vcxproj.filters create mode 100644 dist/examples/cxx/tree/polymorphism/polymorphism-11.0.vcxproj create mode 100644 dist/examples/cxx/tree/polymorphism/polymorphism-11.0.vcxproj.filters create mode 100644 dist/examples/cxx/tree/streaming/streaming-11.0.vcxproj create mode 100644 dist/examples/cxx/tree/streaming/streaming-11.0.vcxproj.filters create mode 100644 dist/examples/cxx/tree/wildcard/wildcard-11.0.vcxproj create mode 100644 dist/examples/cxx/tree/wildcard/wildcard-11.0.vcxproj.filters create mode 100644 dist/examples/cxx/tree/xpath/xpath-11.0.vcxproj create mode 100644 dist/examples/cxx/tree/xpath/xpath-11.0.vcxproj.filters (limited to 'dist/examples/cxx/tree') diff --git a/dist/examples/cxx/tree/binary/boost/boost-11.0.vcxproj b/dist/examples/cxx/tree/binary/boost/boost-11.0.vcxproj new file mode 100644 index 0000000..85bd067 --- /dev/null +++ b/dist/examples/cxx/tree/binary/boost/boost-11.0.vcxproj @@ -0,0 +1,216 @@ + + + + + Debug + Win32 + + + Debug + x64 + + + Release + Win32 + + + Release + x64 + + + + boost + {0C3A70E2-F673-46B7-B23D-9888266918D5} + boost + 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 + EditAndContinue + + + xerces-c_3D.lib;%(AdditionalDependencies) + $(TargetPath) + true + $(OutDir)driver.pdb + Console + false + + + MachineX86 + + + + + X64 + + + Disabled + WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) + true + EnableFastChecks + MultiThreadedDebugDLL + true + + + Level3 + ProgramDatabase + + + xerces-c_3D.lib;%(AdditionalDependencies) + $(TargetPath) + true + $(OutDir)driver.pdb + Console + false + + + MachineX64 + + + + + WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) + MultiThreadedDLL + true + + + Level3 + ProgramDatabase + + + xerces-c_3.lib;%(AdditionalDependencies) + $(TargetPath) + true + Console + true + true + false + + + MachineX86 + + + + + X64 + + + WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) + MultiThreadedDLL + true + + + Level3 + ProgramDatabase + + + xerces-c_3.lib;%(AdditionalDependencies) + $(TargetPath) + true + Console + true + true + false + + + MachineX64 + + + + + + + + + + + + + + + xsd library.xsd + xsd cxx-tree --generate-ostream --hxx-prologue-file library-prologue.hxx --generate-insertion boost::archive::text_oarchive --generate-extraction boost::archive::text_iarchive library.xsd + library.hxx;library.cxx;%(Outputs) + xsd library.xsd + xsd cxx-tree --generate-ostream --hxx-prologue-file library-prologue.hxx --generate-insertion boost::archive::text_oarchive --generate-extraction boost::archive::text_iarchive library.xsd + library.hxx;library.cxx;%(Outputs) + xsd library.xsd + xsd cxx-tree --generate-ostream --hxx-prologue-file library-prologue.hxx --generate-insertion boost::archive::text_oarchive --generate-extraction boost::archive::text_iarchive library.xsd + library.hxx;library.cxx;%(Outputs) + xsd library.xsd + xsd cxx-tree --generate-ostream --hxx-prologue-file library-prologue.hxx --generate-insertion boost::archive::text_oarchive --generate-extraction boost::archive::text_iarchive library.xsd + library.hxx;library.cxx;%(Outputs) + + + + + + + + + \ No newline at end of file diff --git a/dist/examples/cxx/tree/binary/boost/boost-11.0.vcxproj.filters b/dist/examples/cxx/tree/binary/boost/boost-11.0.vcxproj.filters new file mode 100644 index 0000000..edb71a3 --- /dev/null +++ b/dist/examples/cxx/tree/binary/boost/boost-11.0.vcxproj.filters @@ -0,0 +1,47 @@ + + + + + {22FBBBBD-3A62-471C-867C-8B6F5B3531A9} + cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx + + + {BB6813A9-25E1-49A2-8FCC-FAC9FC4C27FB} + h;hpp;hxx;hm;inl;inc;xsd + + + {458e67fd-1629-41ef-9a2b-66709e69a9bf} + xsd + + + + + Source Files + + + Source Files + + + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + + + + + + Schema Files + + + \ No newline at end of file diff --git a/dist/examples/cxx/tree/binary/cdr/cdr-11.0.vcxproj b/dist/examples/cxx/tree/binary/cdr/cdr-11.0.vcxproj new file mode 100644 index 0000000..6ed809a --- /dev/null +++ b/dist/examples/cxx/tree/binary/cdr/cdr-11.0.vcxproj @@ -0,0 +1,213 @@ + + + + + Debug + Win32 + + + Debug + x64 + + + Release + Win32 + + + Release + x64 + + + + cdr + {A8CC2814-5056-4953-8B4C-E52E72ADD36C} + cdr + 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 + EditAndContinue + + + xerces-c_3D.lib;ACEd.lib;%(AdditionalDependencies) + $(TargetPath) + true + $(OutDir)driver.pdb + Console + false + + + MachineX86 + + + + + X64 + + + Disabled + WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) + true + EnableFastChecks + MultiThreadedDebugDLL + true + + + Level3 + ProgramDatabase + + + xerces-c_3D.lib;ACEd.lib;%(AdditionalDependencies) + $(TargetPath) + true + $(OutDir)driver.pdb + Console + false + + + MachineX64 + + + + + WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) + MultiThreadedDLL + true + + + Level3 + ProgramDatabase + + + xerces-c_3.lib;ACE.lib;%(AdditionalDependencies) + $(TargetPath) + true + Console + true + true + false + + + MachineX86 + + + + + X64 + + + WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) + MultiThreadedDLL + true + + + Level3 + ProgramDatabase + + + xerces-c_3.lib;ACE.lib;%(AdditionalDependencies) + $(TargetPath) + true + Console + true + true + false + + + MachineX64 + + + + + + + + + + + + xsd library.xsd + xsd cxx-tree --generate-ostream --generate-insertion ACE_OutputCDR --generate-extraction ACE_InputCDR library.xsd + library.hxx;library.cxx;%(Outputs) + xsd library.xsd + xsd cxx-tree --generate-ostream --generate-insertion ACE_OutputCDR --generate-extraction ACE_InputCDR library.xsd + library.hxx;library.cxx;%(Outputs) + xsd library.xsd + xsd cxx-tree --generate-ostream --generate-insertion ACE_OutputCDR --generate-extraction ACE_InputCDR library.xsd + library.hxx;library.cxx;%(Outputs) + xsd library.xsd + xsd cxx-tree --generate-ostream --generate-insertion ACE_OutputCDR --generate-extraction ACE_InputCDR library.xsd + library.hxx;library.cxx;%(Outputs) + + + + + + + + + \ No newline at end of file diff --git a/dist/examples/cxx/tree/binary/cdr/cdr-11.0.vcxproj.filters b/dist/examples/cxx/tree/binary/cdr/cdr-11.0.vcxproj.filters new file mode 100644 index 0000000..92ff3ee --- /dev/null +++ b/dist/examples/cxx/tree/binary/cdr/cdr-11.0.vcxproj.filters @@ -0,0 +1,38 @@ + + + + + {50AA6317-04BE-45AB-98DD-7A32AEB710CF} + cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx + + + {E740B51E-A619-4888-B6B9-566A3C77C60B} + h;hpp;hxx;hm;inl;inc;xsd + + + {37283c57-4a32-48ed-823b-0efdf7cdcf51} + xsd + + + + + Source Files + + + Source Files + + + + + Header Files + + + + + + + + Schema Files + + + \ No newline at end of file diff --git a/dist/examples/cxx/tree/binary/xdr/xdr-11.0.vcxproj b/dist/examples/cxx/tree/binary/xdr/xdr-11.0.vcxproj new file mode 100644 index 0000000..ce8e446 --- /dev/null +++ b/dist/examples/cxx/tree/binary/xdr/xdr-11.0.vcxproj @@ -0,0 +1,213 @@ + + + + + Debug + Win32 + + + Debug + x64 + + + Release + Win32 + + + Release + x64 + + + + xdr + {D9696808-1B73-43C9-A3BB-18DD29776EC5} + xdr + 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 + EditAndContinue + + + xerces-c_3D.lib;%(AdditionalDependencies) + $(TargetPath) + true + $(OutDir)driver.pdb + Console + false + + + MachineX86 + + + + + X64 + + + Disabled + WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) + true + EnableFastChecks + MultiThreadedDebugDLL + true + + + Level3 + ProgramDatabase + + + xerces-c_3D.lib;%(AdditionalDependencies) + $(TargetPath) + true + $(OutDir)driver.pdb + Console + false + + + MachineX64 + + + + + WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) + MultiThreadedDLL + true + + + Level3 + ProgramDatabase + + + xerces-c_3.lib;%(AdditionalDependencies) + $(TargetPath) + true + Console + true + true + false + + + MachineX86 + + + + + X64 + + + WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) + MultiThreadedDLL + true + + + Level3 + ProgramDatabase + + + xerces-c_3.lib;%(AdditionalDependencies) + $(TargetPath) + true + Console + true + true + false + + + MachineX64 + + + + + + + + + + + + xsd library.xsd + xsd cxx-tree --generate-ostream --generate-insertion XDR --generate-extraction XDR library.xsd + library.hxx;library.cxx;%(Outputs) + xsd library.xsd + xsd cxx-tree --generate-ostream --generate-insertion XDR --generate-extraction XDR library.xsd + library.hxx;library.cxx;%(Outputs) + xsd library.xsd + xsd cxx-tree --generate-ostream --generate-insertion XDR --generate-extraction XDR library.xsd + library.hxx;library.cxx;%(Outputs) + xsd library.xsd + xsd cxx-tree --generate-ostream --generate-insertion XDR --generate-extraction XDR library.xsd + library.hxx;library.cxx;%(Outputs) + + + + + + + + + \ No newline at end of file diff --git a/dist/examples/cxx/tree/binary/xdr/xdr-11.0.vcxproj.filters b/dist/examples/cxx/tree/binary/xdr/xdr-11.0.vcxproj.filters new file mode 100644 index 0000000..c9e491f --- /dev/null +++ b/dist/examples/cxx/tree/binary/xdr/xdr-11.0.vcxproj.filters @@ -0,0 +1,38 @@ + + + + + {C5A0E74B-63C1-41E3-B291-B85FCC86FDF7} + cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx + + + {FC110C72-7935-49D5-B25E-F96C87BA49E4} + h;hpp;hxx;hm;inl;inc;xsd + + + {b7ff65c1-ff9c-4e2d-869b-e4925d838adb} + xsd + + + + + Source Files + + + Source Files + + + + + Header Files + + + + + + + + Schema Files + + + \ No newline at end of file diff --git a/dist/examples/cxx/tree/caching/caching-11.0.vcxproj b/dist/examples/cxx/tree/caching/caching-11.0.vcxproj new file mode 100644 index 0000000..03cf882 --- /dev/null +++ b/dist/examples/cxx/tree/caching/caching-11.0.vcxproj @@ -0,0 +1,213 @@ + + + + + Debug + Win32 + + + Debug + x64 + + + Release + Win32 + + + Release + x64 + + + + caching + {932D8CD0-4E11-4C3A-9084-4D30DE75C2B7} + caching + 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 + EditAndContinue + + + xerces-c_3D.lib;%(AdditionalDependencies) + $(TargetPath) + true + $(OutDir)driver.pdb + Console + false + + + MachineX86 + + + + + X64 + + + Disabled + WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) + true + EnableFastChecks + MultiThreadedDebugDLL + true + + + Level3 + ProgramDatabase + + + xerces-c_3D.lib;%(AdditionalDependencies) + $(TargetPath) + true + $(OutDir)driver.pdb + Console + false + + + MachineX64 + + + + + WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) + MultiThreadedDLL + true + + + Level3 + ProgramDatabase + + + xerces-c_3.lib;%(AdditionalDependencies) + $(TargetPath) + true + Console + true + true + false + + + MachineX86 + + + + + X64 + + + WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) + MultiThreadedDLL + true + + + Level3 + ProgramDatabase + + + xerces-c_3.lib;%(AdditionalDependencies) + $(TargetPath) + true + Console + true + true + false + + + MachineX64 + + + + + + + + + + + + xsd library.xsd + xsd cxx-tree library.xsd + library.hxx;library.cxx;%(Outputs) + xsd library.xsd + xsd cxx-tree library.xsd + library.hxx;library.cxx;%(Outputs) + xsd library.xsd + xsd cxx-tree library.xsd + library.hxx;library.cxx;%(Outputs) + xsd library.xsd + xsd cxx-tree library.xsd + library.hxx;library.cxx;%(Outputs) + + + + + + + + + \ No newline at end of file diff --git a/dist/examples/cxx/tree/caching/caching-11.0.vcxproj.filters b/dist/examples/cxx/tree/caching/caching-11.0.vcxproj.filters new file mode 100644 index 0000000..07ab0e9 --- /dev/null +++ b/dist/examples/cxx/tree/caching/caching-11.0.vcxproj.filters @@ -0,0 +1,38 @@ + + + + + {8953E6CC-4E46-4D97-9704-CE8F76672843} + cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx + + + {AA1A2DB4-3798-4A0C-9339-FAA57753A0AC} + h;hpp;hxx;hm;inl;inc;xsd + + + {88b19602-75bf-44d6-a995-f5e213e36528} + xsd + + + + + Source Files + + + Source Files + + + + + Header Files + + + + + + + + Schema Files + + + \ No newline at end of file diff --git a/dist/examples/cxx/tree/compression/compression-11.0.vcxproj b/dist/examples/cxx/tree/compression/compression-11.0.vcxproj new file mode 100644 index 0000000..6a1552b --- /dev/null +++ b/dist/examples/cxx/tree/compression/compression-11.0.vcxproj @@ -0,0 +1,217 @@ + + + + + Debug + Win32 + + + Debug + x64 + + + Release + Win32 + + + Release + x64 + + + + compression + {AA385EB4-7352-4865-9C5C-9F0DE7BA0060} + compression + 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 + EditAndContinue + + + xerces-c_3D.lib;zdll.lib;%(AdditionalDependencies) + $(TargetPath) + true + $(OutDir)driver.pdb + Console + false + + + MachineX86 + + + + + X64 + + + Disabled + WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) + true + EnableFastChecks + MultiThreadedDebugDLL + true + + + Level3 + ProgramDatabase + + + xerces-c_3D.lib;zdll.lib;%(AdditionalDependencies) + $(TargetPath) + true + $(OutDir)driver.pdb + Console + false + + + MachineX64 + + + + + WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) + MultiThreadedDLL + true + + + Level3 + ProgramDatabase + + + xerces-c_3.lib;zdll.lib;%(AdditionalDependencies) + $(TargetPath) + true + Console + true + true + false + + + MachineX86 + + + + + X64 + + + WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) + MultiThreadedDLL + true + + + Level3 + ProgramDatabase + + + xerces-c_3.lib;zdll.lib;%(AdditionalDependencies) + $(TargetPath) + true + Console + true + true + false + + + MachineX64 + + + + + + + + + + + + + + + + xsd library.xsd + xsd cxx-tree --generate-ostream --generate-serialization library.xsd + library.hxx;library.cxx;%(Outputs) + xsd library.xsd + xsd cxx-tree --generate-ostream --generate-serialization library.xsd + library.hxx;library.cxx;%(Outputs) + xsd library.xsd + xsd cxx-tree --generate-ostream --generate-serialization library.xsd + library.hxx;library.cxx;%(Outputs) + xsd library.xsd + xsd cxx-tree --generate-ostream --generate-serialization library.xsd + library.hxx;library.cxx;%(Outputs) + + + + + + + + + \ No newline at end of file diff --git a/dist/examples/cxx/tree/compression/compression-11.0.vcxproj.filters b/dist/examples/cxx/tree/compression/compression-11.0.vcxproj.filters new file mode 100644 index 0000000..0156a51 --- /dev/null +++ b/dist/examples/cxx/tree/compression/compression-11.0.vcxproj.filters @@ -0,0 +1,50 @@ + + + + + {E38C94E8-B473-4B88-9C42-BD34C81BC24B} + cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx + + + {408177AE-D480-4933-AED3-705D39F15C9F} + h;hpp;hxx;hm;inl;inc;xsd + + + {0e78ae69-359d-42ea-8a3c-c60040f3aa2c} + 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/dist/examples/cxx/tree/custom/calendar/calendar-11.0.vcxproj b/dist/examples/cxx/tree/custom/calendar/calendar-11.0.vcxproj new file mode 100644 index 0000000..1fb819f --- /dev/null +++ b/dist/examples/cxx/tree/custom/calendar/calendar-11.0.vcxproj @@ -0,0 +1,237 @@ + + + + + Debug + Win32 + + + Debug + x64 + + + Release + Win32 + + + Release + x64 + + + + calendar + {2DB41EF7-0BED-45BA-A311-44D2719BFE09} + calendar + Win32Proj + + + + Application + v110 + MultiByte + + + Application + v110 + MultiByte + + + Application + v110 + MultiByte + + + Application + v110 + MultiByte + + + + + + + + + + + + + + + + + + + driver + driver + driver + driver + Debug\ + Debug\ + true + true + $(Platform)\$(Configuration)\ + $(Platform)\$(Configuration)\ + true + true + Release\ + Release\ + false + $(Platform)\$(Configuration)\ + $(Platform)\$(Configuration)\ + false + + + + xsd xml-schema.xsd + xsd cxx-tree --generate-xml-schema --custom-type date --hxx-epilogue "#include \"xml-schema-custom.hxx\"" xml-schema.xsd + + + Disabled + WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) + true + EnableFastChecks + MultiThreadedDebug + true + + + Level3 + EditAndContinue + + + xerces-c_3D.lib;%(AdditionalDependencies) + $(TargetPath) + true + $(OutDir)driver.pdb + Console + false + + + MachineX86 + + + + + xsd xml-schema.xsd + xsd cxx-tree --generate-xml-schema --custom-type date --hxx-epilogue "#include \"xml-schema-custom.hxx\"" xml-schema.xsd + + + 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 + + + + + xsd xml-schema.xsd + xsd cxx-tree --generate-xml-schema --custom-type date --hxx-epilogue "#include \"xml-schema-custom.hxx\"" xml-schema.xsd + + + WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) + MultiThreaded + true + + + Level3 + ProgramDatabase + + + xerces-c_3.lib;%(AdditionalDependencies) + $(TargetPath) + true + Console + true + true + false + + + MachineX86 + + + + + xsd xml-schema.xsd + xsd cxx-tree --generate-xml-schema --custom-type date --hxx-epilogue "#include \"xml-schema-custom.hxx\"" xml-schema.xsd + + + X64 + + + WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) + MultiThreaded + true + + + Level3 + ProgramDatabase + + + xerces-c_3.lib;%(AdditionalDependencies) + $(TargetPath) + true + Console + true + true + false + + + MachineX64 + + + + + + + + + + + + + + + + + + + xsd calendar.xsd + xsd cxx-tree --generate-inline --extern-xml-schema xml-schema.xsd calendar.xsd + xml-schema.hxx;%(AdditionalInputs) + calendar.hxx;calendar.ixx;calendar.cxx;%(Outputs) + xsd calendar.xsd + xsd cxx-tree --generate-inline --extern-xml-schema xml-schema.xsd calendar.xsd + xml-schema.hxx;%(AdditionalInputs) + calendar.hxx;calendar.ixx;calendar.cxx;%(Outputs) + xsd calendar.xsd + xsd cxx-tree --generate-inline --extern-xml-schema xml-schema.xsd calendar.xsd + calendar.hxx;calendar.ixx;calendar.cxx;%(Outputs) + xsd calendar.xsd + xsd cxx-tree --generate-inline --extern-xml-schema xml-schema.xsd calendar.xsd + calendar.hxx;calendar.ixx;calendar.cxx;%(Outputs) + + + + + + \ No newline at end of file diff --git a/dist/examples/cxx/tree/custom/calendar/calendar-11.0.vcxproj.filters b/dist/examples/cxx/tree/custom/calendar/calendar-11.0.vcxproj.filters new file mode 100644 index 0000000..943a2dc --- /dev/null +++ b/dist/examples/cxx/tree/custom/calendar/calendar-11.0.vcxproj.filters @@ -0,0 +1,54 @@ + + + + + {1F206676-7422-4DD5-94C3-7B9B2EC9C2D6} + cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx + + + {8D4FED5E-FA2A-44AB-94AC-C8F302E2E1F3} + h;hpp;hxx;hm;inl;inc;xsd + + + {5c4bcf4f-9ad2-4a82-adfb-91528fe6f2e5} + ixx + + + {df5d1e63-29c7-4626-853a-34fc5c7f7443} + xsd + + + + + Source Files + + + Source Files + + + Source Files + + + + + Header Files + + + Header Files + + + Header Files + + + + + Inline Files + + + + + + Schema Files + + + \ No newline at end of file diff --git a/dist/examples/cxx/tree/custom/comments/comments-11.0.vcxproj b/dist/examples/cxx/tree/custom/comments/comments-11.0.vcxproj new file mode 100644 index 0000000..06e8067 --- /dev/null +++ b/dist/examples/cxx/tree/custom/comments/comments-11.0.vcxproj @@ -0,0 +1,239 @@ + + + + + Debug + Win32 + + + Debug + x64 + + + Release + Win32 + + + Release + x64 + + + + comments + {262E34D2-48D2-4657-9DB2-F01FFDCEA295} + comments + Win32Proj + + + + Application + v110 + MultiByte + + + Application + v110 + MultiByte + + + Application + v110 + MultiByte + + + Application + v110 + MultiByte + + + + + + + + + + + + + + + + + + + driver + driver + driver + driver + Debug\ + Debug\ + true + true + $(Platform)\$(Configuration)\ + $(Platform)\$(Configuration)\ + true + true + Release\ + Release\ + false + $(Platform)\$(Configuration)\ + $(Platform)\$(Configuration)\ + false + + + + xsd xml-schema.xsd + xsd cxx-tree --generate-xml-schema --generate-serialization --custom-type anyType=/type_base --hxx-epilogue "#include \"xml-schema-custom.hxx\"" xml-schema.xsd + + + Disabled + WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) + true + EnableFastChecks + MultiThreadedDebug + true + + + Level3 + EditAndContinue + + + xerces-c_3D.lib;%(AdditionalDependencies) + $(TargetPath) + true + $(OutDir)driver.pdb + Console + false + + + MachineX86 + + + + + xsd xml-schema.xsd + xsd cxx-tree --generate-xml-schema --generate-serialization --custom-type anyType=/type_base --hxx-epilogue "#include \"xml-schema-custom.hxx\"" xml-schema.xsd + + + 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 + + + + + xsd xml-schema.xsd + xsd cxx-tree --generate-xml-schema --generate-serialization --custom-type anyType=/type_base --hxx-epilogue "#include \"xml-schema-custom.hxx\"" xml-schema.xsd + + + WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) + MultiThreaded + true + + + Level3 + ProgramDatabase + + + xerces-c_3.lib;%(AdditionalDependencies) + $(TargetPath) + true + Console + true + true + false + + + MachineX86 + + + + + xsd xml-schema.xsd + xsd cxx-tree --generate-xml-schema --generate-serialization --custom-type anyType=/type_base --hxx-epilogue "#include \"xml-schema-custom.hxx\"" xml-schema.xsd + + + X64 + + + WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) + MultiThreaded + true + + + Level3 + ProgramDatabase + + + xerces-c_3.lib;%(AdditionalDependencies) + $(TargetPath) + true + Console + true + true + false + + + MachineX64 + + + + + + + + + + + + + + + + + + + + + xsd people.xsd + xsd cxx-tree --generate-inline --generate-serialization --extern-xml-schema xml-schema.xsd people.xsd + xml-schema.hxx;%(AdditionalInputs) + people.hxx;people.ixx;people.cxx;%(Outputs) + xsd people.xsd + xsd cxx-tree --generate-inline --generate-serialization --extern-xml-schema xml-schema.xsd people.xsd + xml-schema.hxx;%(AdditionalInputs) + people.hxx;people.ixx;people.cxx;%(Outputs) + xsd people.xsd + xsd cxx-tree --generate-inline --generate-serialization --extern-xml-schema xml-schema.xsd people.xsd + people.hxx;people.ixx;people.cxx;%(Outputs) + xsd people.xsd + xsd cxx-tree --generate-inline --generate-serialization --extern-xml-schema xml-schema.xsd people.xsd + people.hxx;people.ixx;people.cxx;%(Outputs) + + + + + + \ No newline at end of file diff --git a/dist/examples/cxx/tree/custom/comments/comments-11.0.vcxproj.filters b/dist/examples/cxx/tree/custom/comments/comments-11.0.vcxproj.filters new file mode 100644 index 0000000..934cabe --- /dev/null +++ b/dist/examples/cxx/tree/custom/comments/comments-11.0.vcxproj.filters @@ -0,0 +1,60 @@ + + + + + {97CD019E-CFDE-4879-AB8C-97DB3B526F92} + cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx + + + {8E3E001B-1C7C-4383-A18D-B83AA525773F} + h;hpp;hxx;hm;inl;inc;xsd + + + {07ed52c5-d0a0-4659-9a65-2ee052612d2c} + ixx + + + {515a4811-9a34-429e-9c6d-3b771934d8db} + xsd + + + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + + + Inline Files + + + + + + Schema Files + + + \ No newline at end of file diff --git a/dist/examples/cxx/tree/custom/contacts/contacts-11.0.vcxproj b/dist/examples/cxx/tree/custom/contacts/contacts-11.0.vcxproj new file mode 100644 index 0000000..a192321 --- /dev/null +++ b/dist/examples/cxx/tree/custom/contacts/contacts-11.0.vcxproj @@ -0,0 +1,216 @@ + + + + + Debug + Win32 + + + Debug + x64 + + + Release + Win32 + + + Release + x64 + + + + contacts + {9FB807C1-53EE-4E71-812F-89E8BE6FCB43} + contacts + 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 + 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 contacts.xsd + xsd cxx-tree --generate-inline --custom-type contact=/contact_base --hxx-epilogue "#include \"contacts-custom.hxx\"" contacts.xsd + contacts.hxx;contacts.ixx;contacts.cxx;%(Outputs) + xsd contacts.xsd + xsd cxx-tree --generate-inline --custom-type contact=/contact_base --hxx-epilogue "#include \"contacts-custom.hxx\"" contacts.xsd + contacts.hxx;contacts.ixx;contacts.cxx;%(Outputs) + xsd contacts.xsd + xsd cxx-tree --generate-inline --custom-type contact=/contact_base --hxx-epilogue "#include \"contacts-custom.hxx\"" contacts.xsd + contacts.hxx;contacts.ixx;contacts.cxx;%(Outputs) + xsd contacts.xsd + xsd cxx-tree --generate-inline --custom-type contact=/contact_base --hxx-epilogue "#include \"contacts-custom.hxx\"" contacts.xsd + contacts.hxx;contacts.ixx;contacts.cxx;%(Outputs) + + + + + + \ No newline at end of file diff --git a/dist/examples/cxx/tree/custom/contacts/contacts-11.0.vcxproj.filters b/dist/examples/cxx/tree/custom/contacts/contacts-11.0.vcxproj.filters new file mode 100644 index 0000000..4435f19 --- /dev/null +++ b/dist/examples/cxx/tree/custom/contacts/contacts-11.0.vcxproj.filters @@ -0,0 +1,51 @@ + + + + + {2E28B5D5-6E1D-434A-BFE2-2162751B243B} + cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx + + + {92523A51-9884-450F-A581-5618AB14A9E3} + h;hpp;hxx;hm;inl;inc;xsd + + + {63214694-d62f-4e29-965b-bc5ecd1ac8b8} + ixx + + + {8b44177f-b842-4c6c-bfb8-c25e433bc0a3} + xsd + + + + + Source Files + + + Source Files + + + Source Files + + + + + Header Files + + + Header Files + + + + + Inline Files + + + + + + Schema Files + + + \ No newline at end of file diff --git a/dist/examples/cxx/tree/custom/double/double-11.0.vcxproj b/dist/examples/cxx/tree/custom/double/double-11.0.vcxproj new file mode 100644 index 0000000..18cd62a --- /dev/null +++ b/dist/examples/cxx/tree/custom/double/double-11.0.vcxproj @@ -0,0 +1,237 @@ + + + + + Debug + Win32 + + + Debug + x64 + + + Release + Win32 + + + Release + x64 + + + + double + {CCE6AE91-39AC-49B6-8763-742B65FCD92E} + double + Win32Proj + + + + Application + v110 + MultiByte + + + Application + v110 + MultiByte + + + Application + v110 + MultiByte + + + Application + v110 + MultiByte + + + + + + + + + + + + + + + + + + + driver + driver + driver + driver + Debug\ + Debug\ + true + true + $(Platform)\$(Configuration)\ + $(Platform)\$(Configuration)\ + true + true + Release\ + Release\ + false + $(Platform)\$(Configuration)\ + $(Platform)\$(Configuration)\ + false + + + + xsd xml-schema.xsd + xsd cxx-tree --generate-xml-schema --generate-serialization --custom-type double=double --hxx-epilogue "#include \"double-custom.hxx\"" xml-schema.xsd + + + Disabled + WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) + true + EnableFastChecks + MultiThreadedDebug + true + + + Level3 + EditAndContinue + + + xerces-c_3D.lib;%(AdditionalDependencies) + $(TargetPath) + true + $(OutDir)driver.pdb + Console + false + + + MachineX86 + + + + + xsd xml-schema.xsd + xsd cxx-tree --generate-xml-schema --generate-serialization --custom-type double=double --hxx-epilogue "#include \"double-custom.hxx\"" xml-schema.xsd + + + 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 + + + + + xsd xml-schema.xsd + xsd cxx-tree --generate-xml-schema --generate-serialization --custom-type double=double --hxx-epilogue "#include \"double-custom.hxx\"" xml-schema.xsd + + + WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) + MultiThreaded + true + + + Level3 + ProgramDatabase + + + xerces-c_3.lib;%(AdditionalDependencies) + $(TargetPath) + true + Console + true + true + false + + + MachineX86 + + + + + xsd xml-schema.xsd + xsd cxx-tree --generate-xml-schema --generate-serialization --custom-type double=double --hxx-epilogue "#include \"double-custom.hxx\"" xml-schema.xsd + + + X64 + + + WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) + MultiThreaded + true + + + Level3 + ProgramDatabase + + + xerces-c_3.lib;%(AdditionalDependencies) + $(TargetPath) + true + Console + true + true + false + + + MachineX64 + + + + + + + + + + + + + + + + + + + xsd order.xsd + xsd cxx-tree --generate-inline --generate-serialization --extern-xml-schema xml-schema.xsd order.xsd + xml-schema.hxx;%(AdditionalInputs) + order.hxx;order.ixx;order.cxx;%(Outputs) + xsd order.xsd + xsd cxx-tree --generate-inline --generate-serialization --extern-xml-schema xml-schema.xsd order.xsd + xml-schema.hxx;%(AdditionalInputs) + order.hxx;order.ixx;order.cxx;%(Outputs) + xsd order.xsd + xsd cxx-tree --generate-inline --generate-serialization --extern-xml-schema xml-schema.xsd order.xsd + order.hxx;order.ixx;order.cxx;%(Outputs) + xsd order.xsd + xsd cxx-tree --generate-inline --generate-serialization --extern-xml-schema xml-schema.xsd order.xsd + order.hxx;order.ixx;order.cxx;%(Outputs) + + + + + + \ No newline at end of file diff --git a/dist/examples/cxx/tree/custom/double/double-11.0.vcxproj.filters b/dist/examples/cxx/tree/custom/double/double-11.0.vcxproj.filters new file mode 100644 index 0000000..b36f95b --- /dev/null +++ b/dist/examples/cxx/tree/custom/double/double-11.0.vcxproj.filters @@ -0,0 +1,54 @@ + + + + + {9AB5F296-2836-4A71-A39E-8D63EECB86D8} + cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx + + + {CDC85F55-DEE6-4EB3-9B72-1CBDDA21CFBE} + h;hpp;hxx;hm;inl;inc;xsd + + + {69c0bc69-f38e-42f7-8c11-cd6c1a121574} + ixx + + + {bad36e63-36c2-4233-87a2-68af084d612a} + xsd + + + + + Source Files + + + Source Files + + + Source Files + + + + + Header Files + + + Header Files + + + Header Files + + + + + Inline Files + + + + + + Schema Files + + + \ No newline at end of file diff --git a/dist/examples/cxx/tree/custom/mixed/mixed-11.0.vcxproj b/dist/examples/cxx/tree/custom/mixed/mixed-11.0.vcxproj new file mode 100644 index 0000000..abe2ed3 --- /dev/null +++ b/dist/examples/cxx/tree/custom/mixed/mixed-11.0.vcxproj @@ -0,0 +1,216 @@ + + + + + Debug + Win32 + + + Debug + x64 + + + Release + Win32 + + + Release + x64 + + + + mixed + {26CE0C08-7621-403A-88A7-206E64F32C66} + mixed + 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 + 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 people.xsd + xsd cxx-tree --generate-inline --generate-serialization --custom-type bio=/bio_base --hxx-epilogue "#include \"people-custom.hxx\"" people.xsd + people.hxx;people.ixx;people.cxx;%(Outputs) + xsd people.xsd + xsd cxx-tree --generate-inline --generate-serialization --custom-type bio=/bio_base --hxx-epilogue "#include \"people-custom.hxx\"" people.xsd + people.hxx;people.ixx;people.cxx;%(Outputs) + xsd people.xsd + xsd cxx-tree --generate-inline --generate-serialization --custom-type bio=/bio_base --hxx-epilogue "#include \"people-custom.hxx\"" people.xsd + people.hxx;people.ixx;people.cxx;%(Outputs) + xsd people.xsd + xsd cxx-tree --generate-inline --generate-serialization --custom-type bio=/bio_base --hxx-epilogue "#include \"people-custom.hxx\"" people.xsd + people.hxx;people.ixx;people.cxx;%(Outputs) + + + + + + \ No newline at end of file diff --git a/dist/examples/cxx/tree/custom/mixed/mixed-11.0.vcxproj.filters b/dist/examples/cxx/tree/custom/mixed/mixed-11.0.vcxproj.filters new file mode 100644 index 0000000..1f317e1 --- /dev/null +++ b/dist/examples/cxx/tree/custom/mixed/mixed-11.0.vcxproj.filters @@ -0,0 +1,51 @@ + + + + + {CBA3D0E2-DDB8-4ABE-8B5A-7A28191CA323} + cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx + + + {54846A6A-25CD-4C8C-A5F1-2DAC77554F47} + h;hpp;hxx;hm;inl;inc;xsd + + + {ba5c74eb-b935-4573-98b5-2987ed135ec6} + ixx + + + {b02fd6d3-59e2-4819-9c5b-66ef2b5834a0} + xsd + + + + + Source Files + + + Source Files + + + Source Files + + + + + Header Files + + + Header Files + + + + + Inline Files + + + + + + Schema Files + + + \ No newline at end of file diff --git a/dist/examples/cxx/tree/custom/taxonomy/taxonomy-11.0.vcxproj b/dist/examples/cxx/tree/custom/taxonomy/taxonomy-11.0.vcxproj new file mode 100644 index 0000000..057403b --- /dev/null +++ b/dist/examples/cxx/tree/custom/taxonomy/taxonomy-11.0.vcxproj @@ -0,0 +1,218 @@ + + + + + Debug + Win32 + + + Debug + x64 + + + Release + Win32 + + + Release + x64 + + + + taxonomy + {B3108E70-7B4E-4DDA-8872-0DC4AFDCB2D9} + taxonomy + 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 + 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 people.xsd + xsd cxx-tree --generate-inline --generate-forward --generate-polymorphic --polymorphic-type person --custom-type "person=person_impl<person_base>/person_base" --custom-type "superman=superman_impl<superman_base>/superman_base" --custom-type "batman=batman_impl<batman_base>/batman_base" --fwd-prologue "#include \"people-custom-fwd.hxx\"" --hxx-prologue "#include \"people-custom.hxx\"" people.xsd + people-fwd.hxx;people.hxx;people.ixx;people.cxx;%(Outputs) + xsd people.xsd + xsd cxx-tree --generate-inline --generate-forward --generate-polymorphic --polymorphic-type person --custom-type "person=person_impl<person_base>/person_base" --custom-type "superman=superman_impl<superman_base>/superman_base" --custom-type "batman=batman_impl<batman_base>/batman_base" --fwd-prologue "#include \"people-custom-fwd.hxx\"" --hxx-prologue "#include \"people-custom.hxx\"" people.xsd + people-fwd.hxx;people.hxx;people.ixx;people.cxx;%(Outputs) + xsd people.xsd + xsd cxx-tree --generate-inline --generate-forward --generate-polymorphic --polymorphic-type person --custom-type "person=person_impl<person_base>/person_base" --custom-type "superman=superman_impl<superman_base>/superman_base" --custom-type "batman=batman_impl<batman_base>/batman_base" --fwd-prologue "#include \"people-custom-fwd.hxx\"" --hxx-prologue "#include \"people-custom.hxx\"" people.xsd + people-fwd.hxx;people.hxx;people.ixx;people.cxx;%(Outputs) + xsd people.xsd + xsd cxx-tree --generate-inline --generate-forward --generate-polymorphic --polymorphic-type person --custom-type "person=person_impl<person_base>/person_base" --custom-type "superman=superman_impl<superman_base>/superman_base" --custom-type "batman=batman_impl<batman_base>/batman_base" --fwd-prologue "#include \"people-custom-fwd.hxx\"" --hxx-prologue "#include \"people-custom.hxx\"" people.xsd + people-fwd.hxx;people.hxx;people.ixx;people.cxx;%(Outputs) + + + + + + \ No newline at end of file diff --git a/dist/examples/cxx/tree/custom/taxonomy/taxonomy-11.0.vcxproj.filters b/dist/examples/cxx/tree/custom/taxonomy/taxonomy-11.0.vcxproj.filters new file mode 100644 index 0000000..78058c3 --- /dev/null +++ b/dist/examples/cxx/tree/custom/taxonomy/taxonomy-11.0.vcxproj.filters @@ -0,0 +1,57 @@ + + + + + {E2FFBF97-01E8-483D-8B32-D8D6F065E4C7} + cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx + + + {0B3DDFAD-4254-48B9-BB24-1FC92DD1E7F6} + h;hpp;hxx;hm;inl;inc;xsd + + + {a33f9d45-baba-483a-83c4-9421790f7d92} + ixx + + + {0c14530b-7a4b-4841-864e-e8da7ae18eea} + xsd + + + + + Source Files + + + Source Files + + + Source Files + + + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + + + Inline Files + + + + + + Schema Files + + + \ No newline at end of file diff --git a/dist/examples/cxx/tree/custom/wildcard/wildcard-11.0.vcxproj b/dist/examples/cxx/tree/custom/wildcard/wildcard-11.0.vcxproj new file mode 100644 index 0000000..2583e65 --- /dev/null +++ b/dist/examples/cxx/tree/custom/wildcard/wildcard-11.0.vcxproj @@ -0,0 +1,216 @@ + + + + + Debug + Win32 + + + Debug + x64 + + + Release + Win32 + + + Release + x64 + + + + wildcard + {6CE6CDEC-F8DE-42D0-80F8-E71C0DD8F897} + wildcard + 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 + 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 wildcard.xsd + xsd cxx-tree --generate-inline --generate-ostream --generate-serialization --custom-type data=/data_base --hxx-epilogue "#include \"wildcard-custom.hxx\"" wildcard.xsd + wildcard.hxx;wildcard.ixx;wildcard.cxx;%(Outputs) + xsd wildcard.xsd + xsd cxx-tree --generate-inline --generate-ostream --generate-serialization --custom-type data=/data_base --hxx-epilogue "#include \"wildcard-custom.hxx\"" wildcard.xsd + wildcard.hxx;wildcard.ixx;wildcard.cxx;%(Outputs) + xsd wildcard.xsd + xsd cxx-tree --generate-inline --generate-ostream --generate-serialization --custom-type data=/data_base --hxx-epilogue "#include \"wildcard-custom.hxx\"" wildcard.xsd + wildcard.hxx;wildcard.ixx;wildcard.cxx;%(Outputs) + xsd wildcard.xsd + xsd cxx-tree --generate-inline --generate-ostream --generate-serialization --custom-type data=/data_base --hxx-epilogue "#include \"wildcard-custom.hxx\"" wildcard.xsd + wildcard.hxx;wildcard.ixx;wildcard.cxx;%(Outputs) + + + + + + \ No newline at end of file diff --git a/dist/examples/cxx/tree/custom/wildcard/wildcard-11.0.vcxproj.filters b/dist/examples/cxx/tree/custom/wildcard/wildcard-11.0.vcxproj.filters new file mode 100644 index 0000000..b67a77a --- /dev/null +++ b/dist/examples/cxx/tree/custom/wildcard/wildcard-11.0.vcxproj.filters @@ -0,0 +1,51 @@ + + + + + {426B0A1E-659E-40E5-B93B-EF76EBBE0C0A} + cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx + + + {42AF0399-9A66-43B2-94AA-DBF9BEEF1E92} + h;hpp;hxx;hm;inl;inc;xsd + + + {0e336f4b-1f4c-4838-9a6a-183c80df8b67} + ixx + + + {228a47a0-93d7-4c99-9486-a589705ee401} + xsd + + + + + Source Files + + + Source Files + + + Source Files + + + + + Header Files + + + Header Files + + + + + Inline Files + + + + + + Schema Files + + + \ No newline at end of file diff --git a/dist/examples/cxx/tree/embedded/embedded-11.0.vcxproj b/dist/examples/cxx/tree/embedded/embedded-11.0.vcxproj new file mode 100644 index 0000000..b857422 --- /dev/null +++ b/dist/examples/cxx/tree/embedded/embedded-11.0.vcxproj @@ -0,0 +1,223 @@ + + + + + Debug + Win32 + + + Debug + x64 + + + Release + Win32 + + + Release + x64 + + + + embedded + {9C8C2AA4-DF31-4884-B3B9-A6A36F3CB429} + embedded + 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 + EditAndContinue + + + xerces-c_3D.lib;%(AdditionalDependencies) + $(TargetPath) + true + $(OutDir)driver.pdb + Console + false + + + MachineX86 + + + + + X64 + + + Disabled + WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) + true + EnableFastChecks + MultiThreadedDebugDLL + true + + + Level3 + ProgramDatabase + + + xerces-c_3D.lib;%(AdditionalDependencies) + $(TargetPath) + true + $(OutDir)driver.pdb + Console + false + + + MachineX64 + + + + + WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) + MultiThreadedDLL + true + + + Level3 + ProgramDatabase + + + xerces-c_3.lib;%(AdditionalDependencies) + $(TargetPath) + true + Console + true + true + false + + + MachineX86 + + + + + X64 + + + WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) + MultiThreadedDLL + true + + + Level3 + ProgramDatabase + + + xerces-c_3.lib;%(AdditionalDependencies) + $(TargetPath) + true + Console + true + true + false + + + MachineX64 + + + + + + + + + + + + + + + + xsd library.xsd + xsd cxx-tree library.xsd && xsdbin.exe library.xsd + library.hxx;library.cxx;library-schema.hxx;library-schema.cxx;%(Outputs) + xsd library.xsd + xsd cxx-tree library.xsd && xsdbin.exe library.xsd + library.hxx;library.cxx;library-schema.hxx;library-schema.cxx;%(Outputs) + xsd library.xsd + xsd cxx-tree library.xsd && xsdbin.exe library.xsd + library.hxx;library.cxx;library-schema.hxx;library-schema.cxx;%(Outputs) + xsd library.xsd + xsd cxx-tree library.xsd && xsdbin.exe library.xsd + library.hxx;library.cxx;library-schema.hxx;library-schema.cxx;%(Outputs) + + + + + + + + {a3f6e060-d536-4a43-af4b-89063f65de91} + false + + + + + + \ No newline at end of file diff --git a/dist/examples/cxx/tree/embedded/embedded-11.0.vcxproj.filters b/dist/examples/cxx/tree/embedded/embedded-11.0.vcxproj.filters new file mode 100644 index 0000000..42beedc --- /dev/null +++ b/dist/examples/cxx/tree/embedded/embedded-11.0.vcxproj.filters @@ -0,0 +1,50 @@ + + + + + {1D046D9C-4D20-4084-A1F4-90488E0B0669} + cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx + + + {E2D458FA-56FA-4268-998B-BF3934169712} + h;hpp;hxx;hm;inl;inc;xsd + + + {a57574af-3c36-408f-9f8e-5140fe6abbf6} + 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/dist/examples/cxx/tree/embedded/xsdbin-11.0.vcxproj b/dist/examples/cxx/tree/embedded/xsdbin-11.0.vcxproj new file mode 100644 index 0000000..76986a4 --- /dev/null +++ b/dist/examples/cxx/tree/embedded/xsdbin-11.0.vcxproj @@ -0,0 +1,190 @@ + + + + + Debug + Win32 + + + Debug + x64 + + + Release + Win32 + + + Release + x64 + + + + xsdbin + {A3F6E060-D536-4A43-AF4B-89063F65DE91} + xsdbin + Win32Proj + + + + Application + v110 + MultiByte + + + Application + v110 + MultiByte + + + Application + v110 + MultiByte + + + Application + v110 + MultiByte + + + + + + + + + + + + + + + + + + + xsdbin + xsdbin + xsdbin + xsdbin + $(ProjectDir) + Debug\xsdbin\ + true + $(ProjectDir) + $(Platform)\$(Configuration)\xsdbin\ + true + $(ProjectDir) + Release\xsdbin\ + false + $(ProjectDir) + $(Platform)\$(Configuration)\xsdbin\ + false + + + + Disabled + WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) + true + EnableFastChecks + MultiThreadedDebugDLL + true + + + Level3 + EditAndContinue + + + xerces-c_3D.lib;%(AdditionalDependencies) + $(TargetPath) + true + $(OutDir)xsdbin.pdb + Console + false + + + MachineX86 + + + + + X64 + + + Disabled + WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) + true + EnableFastChecks + MultiThreadedDebugDLL + true + + + Level3 + ProgramDatabase + + + xerces-c_3D.lib;%(AdditionalDependencies) + $(TargetPath) + true + $(OutDir)xsdbin.pdb + Console + false + + + MachineX64 + + + + + WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) + MultiThreadedDLL + true + + + Level3 + ProgramDatabase + + + xerces-c_3.lib;%(AdditionalDependencies) + $(TargetPath) + true + Console + true + true + false + + + MachineX86 + + + + + X64 + + + WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) + MultiThreadedDLL + true + + + Level3 + ProgramDatabase + + + xerces-c_3.lib;%(AdditionalDependencies) + $(TargetPath) + true + Console + true + true + false + + + MachineX64 + + + + + + + + + \ No newline at end of file diff --git a/dist/examples/cxx/tree/embedded/xsdbin-11.0.vcxproj.filters b/dist/examples/cxx/tree/embedded/xsdbin-11.0.vcxproj.filters new file mode 100644 index 0000000..27abb01 --- /dev/null +++ b/dist/examples/cxx/tree/embedded/xsdbin-11.0.vcxproj.filters @@ -0,0 +1,14 @@ + + + + + {D9727125-E5B7-4777-8EB3-6EE957552516} + cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx + + + + + Source Files + + + \ No newline at end of file diff --git a/dist/examples/cxx/tree/hello/hello-11.0.vcxproj b/dist/examples/cxx/tree/hello/hello-11.0.vcxproj new file mode 100644 index 0000000..2b5d7fa --- /dev/null +++ b/dist/examples/cxx/tree/hello/hello-11.0.vcxproj @@ -0,0 +1,213 @@ + + + + + Debug + Win32 + + + Debug + x64 + + + Release + Win32 + + + Release + x64 + + + + hello + {538CCAB6-984B-4602-B0D0-985E8FD4FEB9} + hello + 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 + 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 hello.xsd + xsd.exe cxx-tree hello.xsd + hello.cxx;hello.hxx;%(Outputs) + xsd hello.xsd + xsd.exe cxx-tree hello.xsd + hello.cxx;hello.hxx;%(Outputs) + xsd hello.xsd + xsd.exe cxx-tree hello.xsd + hello.cxx;hello.hxx;%(Outputs) + xsd hello.xsd + xsd.exe cxx-tree hello.xsd + hello.cxx;hello.hxx;%(Outputs) + + + + + + + + + \ No newline at end of file diff --git a/dist/examples/cxx/tree/hello/hello-11.0.vcxproj.filters b/dist/examples/cxx/tree/hello/hello-11.0.vcxproj.filters new file mode 100644 index 0000000..732378a --- /dev/null +++ b/dist/examples/cxx/tree/hello/hello-11.0.vcxproj.filters @@ -0,0 +1,38 @@ + + + + + {4FC737F1-C7A5-4376-A066-2A32D752A2FF} + cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx + + + {93995380-89BD-4b04-88EB-625FBE52EBFB} + h;hpp;hxx;hm;inl;inc;xsd + + + {D512D9C4-9DDD-4830-A487-1D87DB0643D5} + xsd + + + + + Source Files + + + Source Files + + + + + Header Files + + + + + + + + Schema Files + + + \ No newline at end of file diff --git a/dist/examples/cxx/tree/library/library-11.0.vcxproj b/dist/examples/cxx/tree/library/library-11.0.vcxproj new file mode 100644 index 0000000..61946ba --- /dev/null +++ b/dist/examples/cxx/tree/library/library-11.0.vcxproj @@ -0,0 +1,214 @@ + + + + + Debug + Win32 + + + Debug + x64 + + + Release + Win32 + + + Release + x64 + + + + library + {D661AD5B-5FF4-4AFD-A656-429BA348E9EF} + library + 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 + 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 library.xsd + xsd cxx-tree --generate-inline --generate-ostream --generate-serialization library.xsd + library.hxx;library.ixx;library.cxx;%(Outputs) + xsd library.xsd + xsd cxx-tree --generate-inline --generate-ostream --generate-serialization library.xsd + library.hxx;library.ixx;library.cxx;%(Outputs) + xsd library.xsd + xsd cxx-tree --generate-inline --generate-ostream --generate-serialization library.xsd + library.hxx;library.ixx;library.cxx;%(Outputs) + xsd library.xsd + xsd cxx-tree --generate-inline --generate-ostream --generate-serialization library.xsd + library.hxx;library.ixx;library.cxx;%(Outputs) + + + + + + \ No newline at end of file diff --git a/dist/examples/cxx/tree/library/library-11.0.vcxproj.filters b/dist/examples/cxx/tree/library/library-11.0.vcxproj.filters new file mode 100644 index 0000000..e5e21e6 --- /dev/null +++ b/dist/examples/cxx/tree/library/library-11.0.vcxproj.filters @@ -0,0 +1,45 @@ + + + + + {E7CF4BC5-B0CB-4799-B64E-5AF3B67A6F0E} + cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx + + + {FDC2B8B2-1264-427A-9D4E-5577BF295A64} + h;hpp;hxx;hm;inl;inc;xsd + + + {8b40f964-53f9-4b8c-a52b-3fbe8bcfe092} + ixx + + + {50e811c7-6a8b-428b-8c92-0fb6c830a337} + xsd + + + + + Source Files + + + Source Files + + + + + Header Files + + + + + Inline Files + + + + + + Schema Files + + + \ No newline at end of file diff --git a/dist/examples/cxx/tree/messaging/messaging-11.0.vcxproj b/dist/examples/cxx/tree/messaging/messaging-11.0.vcxproj new file mode 100644 index 0000000..eafc1c3 --- /dev/null +++ b/dist/examples/cxx/tree/messaging/messaging-11.0.vcxproj @@ -0,0 +1,217 @@ + + + + + Debug + Win32 + + + Debug + x64 + + + Release + Win32 + + + Release + x64 + + + + messaging + {F7696252-45B5-438B-B14F-0510137704F0} + messaging + 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 + 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 protocol.xsd + xsd cxx-tree --root-element-all --generate-element-type --generate-element-map --generate-serialization protocol.xsd + protocol.hxx;protocol.cxx;%(Outputs) + xsd protocol.xsd + xsd cxx-tree --root-element-all --generate-element-type --generate-element-map --generate-serialization protocol.xsd + protocol.hxx;protocol.cxx;%(Outputs) + xsd protocol.xsd + xsd cxx-tree --root-element-all --generate-element-type --generate-element-map --generate-serialization protocol.xsd + protocol.hxx;protocol.cxx;%(Outputs) + xsd protocol.xsd + xsd cxx-tree --root-element-all --generate-element-type --generate-element-map --generate-serialization protocol.xsd + protocol.hxx;protocol.cxx;%(Outputs) + + + + + + + + + \ No newline at end of file diff --git a/dist/examples/cxx/tree/messaging/messaging-11.0.vcxproj.filters b/dist/examples/cxx/tree/messaging/messaging-11.0.vcxproj.filters new file mode 100644 index 0000000..c94955d --- /dev/null +++ b/dist/examples/cxx/tree/messaging/messaging-11.0.vcxproj.filters @@ -0,0 +1,50 @@ + + + + + {0BA0A3D7-40AF-4307-8033-5BE39B33ABE5} + cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx + + + {F7AC5A29-8CF7-4882-89B6-1B5B81AA00F2} + h;hpp;hxx;hm;inl;inc;xsd + + + {945e9234-36d7-4bbb-a5f2-97af87338c49} + 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/dist/examples/cxx/tree/mixed/mixed-11.0.vcxproj b/dist/examples/cxx/tree/mixed/mixed-11.0.vcxproj new file mode 100644 index 0000000..53050ca --- /dev/null +++ b/dist/examples/cxx/tree/mixed/mixed-11.0.vcxproj @@ -0,0 +1,213 @@ + + + + + Debug + Win32 + + + Debug + x64 + + + Release + Win32 + + + Release + x64 + + + + mixed + {6EF7868E-AA58-4615-9C1A-06B010CB4209} + mixed + 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 + 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 text.xsd + xsd.exe cxx-tree text.xsd + text.cxx;text.hxx;%(Outputs) + xsd text.xsd + xsd.exe cxx-tree text.xsd + text.cxx;text.hxx;%(Outputs) + xsd text.xsd + xsd.exe cxx-tree text.xsd + text.cxx;text.hxx;%(Outputs) + xsd text.xsd + xsd.exe cxx-tree text.xsd + text.cxx;text.hxx;%(Outputs) + + + + + + + + + \ No newline at end of file diff --git a/dist/examples/cxx/tree/mixed/mixed-11.0.vcxproj.filters b/dist/examples/cxx/tree/mixed/mixed-11.0.vcxproj.filters new file mode 100644 index 0000000..992400e --- /dev/null +++ b/dist/examples/cxx/tree/mixed/mixed-11.0.vcxproj.filters @@ -0,0 +1,38 @@ + + + + + {590B5830-837E-4D7F-984C-173456EE7E70} + cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx + + + {3B7C0CD8-48D5-4244-A1FB-B60D510C2359} + h;hpp;hxx;hm;inl;inc;xsd + + + {ba06cc21-c20a-4656-89ab-0a7b56f50871} + xsd + + + + + Source Files + + + Source Files + + + + + Header Files + + + + + + + + Schema Files + + + \ No newline at end of file diff --git a/dist/examples/cxx/tree/multiroot/multiroot-11.0.vcxproj b/dist/examples/cxx/tree/multiroot/multiroot-11.0.vcxproj new file mode 100644 index 0000000..8ad0b2b --- /dev/null +++ b/dist/examples/cxx/tree/multiroot/multiroot-11.0.vcxproj @@ -0,0 +1,215 @@ + + + + + Debug + Win32 + + + Debug + x64 + + + Release + Win32 + + + Release + x64 + + + + multiroot + {1CFBC9C5-5F9C-4B60-A2A3-0A79BCDD2670} + multiroot + 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 + 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 protocol.xsd + xsd cxx-tree --root-element-all protocol.xsd + protocol.hxx;protocol.cxx;%(Outputs) + xsd protocol.xsd + xsd cxx-tree --root-element-all protocol.xsd + protocol.hxx;protocol.cxx;%(Outputs) + xsd protocol.xsd + xsd cxx-tree --root-element-all protocol.xsd + protocol.hxx;protocol.cxx;%(Outputs) + xsd protocol.xsd + xsd cxx-tree --root-element-all protocol.xsd + protocol.hxx;protocol.cxx;%(Outputs) + + + + + + + + + \ No newline at end of file diff --git a/dist/examples/cxx/tree/multiroot/multiroot-11.0.vcxproj.filters b/dist/examples/cxx/tree/multiroot/multiroot-11.0.vcxproj.filters new file mode 100644 index 0000000..148c832 --- /dev/null +++ b/dist/examples/cxx/tree/multiroot/multiroot-11.0.vcxproj.filters @@ -0,0 +1,44 @@ + + + + + {761DEBB9-455C-4599-A11D-66D602C486C3} + cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx + + + {AAF07268-FD5E-485F-8EB8-1AFDDE8BFD57} + h;hpp;hxx;hm;inl;inc;xsd + + + {770136e0-0d08-4ab1-b67b-eabbde953e47} + xsd + + + + + Source Files + + + Source Files + + + Source Files + + + + + Header Files + + + Header Files + + + + + + + + Schema Files + + + \ No newline at end of file diff --git a/dist/examples/cxx/tree/order/element/element-11.0.vcxproj b/dist/examples/cxx/tree/order/element/element-11.0.vcxproj new file mode 100644 index 0000000..2b23487 --- /dev/null +++ b/dist/examples/cxx/tree/order/element/element-11.0.vcxproj @@ -0,0 +1,213 @@ + + + + + Debug + Win32 + + + Debug + x64 + + + Release + Win32 + + + Release + x64 + + + + element + {9488E872-8E09-4B68-9715-AF68534164C4} + element + 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 + 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 transactions.xsd + xsd.exe cxx-tree --generate-serialization --generate-wildcard --ordered-type batch transactions.xsd + transactions.cxx;transactions.hxx;%(Outputs) + xsd transactions.xsd + xsd.exe cxx-tree --generate-serialization --generate-wildcard --ordered-type batch transactions.xsd + transactions.cxx;transactions.hxx;%(Outputs) + xsd transactions.xsd + xsd.exe cxx-tree --generate-serialization --generate-wildcard --ordered-type batch transactions.xsd + transactions.cxx;transactions.hxx;%(Outputs) + xsd transactions.xsd + xsd.exe cxx-tree --generate-serialization --generate-wildcard --ordered-type batch transactions.xsd + transactions.cxx;transactions.hxx;%(Outputs) + + + + + + + + + \ No newline at end of file diff --git a/dist/examples/cxx/tree/order/element/element-11.0.vcxproj.filters b/dist/examples/cxx/tree/order/element/element-11.0.vcxproj.filters new file mode 100644 index 0000000..aefc2be --- /dev/null +++ b/dist/examples/cxx/tree/order/element/element-11.0.vcxproj.filters @@ -0,0 +1,38 @@ + + + + + {FF0C69B7-2DFB-402A-9AEB-A13D354EB9D2} + cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx + + + {9761A910-7322-4EBD-AD00-4FCC4C4F6586} + h;hpp;hxx;hm;inl;inc;xsd + + + {2264FACD-618F-417C-B291-7E2A1BD11536} + xsd + + + + + Source Files + + + Source Files + + + + + Header Files + + + + + + + + Schema Files + + + \ No newline at end of file diff --git a/dist/examples/cxx/tree/order/mixed/mixed-11.0.vcxproj b/dist/examples/cxx/tree/order/mixed/mixed-11.0.vcxproj new file mode 100644 index 0000000..7298ae1 --- /dev/null +++ b/dist/examples/cxx/tree/order/mixed/mixed-11.0.vcxproj @@ -0,0 +1,213 @@ + + + + + Debug + Win32 + + + Debug + x64 + + + Release + Win32 + + + Release + x64 + + + + mixed + {94A74673-C980-426B-B5BB-00744559EAD1} + mixed + 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 + 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 text.xsd + xsd.exe cxx-tree --generate-serialization --ordered-type-mixed text.xsd + text.cxx;text.hxx;%(Outputs) + xsd text.xsd + xsd.exe cxx-tree --generate-serialization --ordered-type-mixed text.xsd + text.cxx;text.hxx;%(Outputs) + xsd text.xsd + xsd.exe cxx-tree --generate-serialization --ordered-type-mixed text.xsd + text.cxx;text.hxx;%(Outputs) + xsd text.xsd + xsd.exe cxx-tree --generate-serialization --ordered-type-mixed text.xsd + text.cxx;text.hxx;%(Outputs) + + + + + + + + + \ No newline at end of file diff --git a/dist/examples/cxx/tree/order/mixed/mixed-11.0.vcxproj.filters b/dist/examples/cxx/tree/order/mixed/mixed-11.0.vcxproj.filters new file mode 100644 index 0000000..422115b --- /dev/null +++ b/dist/examples/cxx/tree/order/mixed/mixed-11.0.vcxproj.filters @@ -0,0 +1,38 @@ + + + + + {02F42C11-BDFB-4E9B-8E93-745AE1451A73} + cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx + + + {789E7294-E4D2-41DC-BDDA-4A333C3C2ED7} + h;hpp;hxx;hm;inl;inc;xsd + + + {BF59FE93-D0AC-48C0-998A-7AB994AFD9FE} + xsd + + + + + Source Files + + + Source Files + + + + + Header Files + + + + + + + + Schema Files + + + \ No newline at end of file diff --git a/dist/examples/cxx/tree/performance/performance-11.0.vcxproj b/dist/examples/cxx/tree/performance/performance-11.0.vcxproj new file mode 100644 index 0000000..523c322 --- /dev/null +++ b/dist/examples/cxx/tree/performance/performance-11.0.vcxproj @@ -0,0 +1,218 @@ + + + + + Debug + Win32 + + + Debug + x64 + + + Release + Win32 + + + Release + x64 + + + + performance + {C60700D1-DB4B-4EFF-8EE9-97BD716BCB89} + performance + 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 + 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 test.xsd + xsd cxx-tree --generate-inline --generate-serialization test.xsd + test.hxx;test.ixx;test.cxx;%(Outputs) + xsd test.xsd + xsd cxx-tree --generate-inline --generate-serialization test.xsd + test.hxx;test.ixx;test.cxx;%(Outputs) + xsd test.xsd + xsd cxx-tree --generate-inline --generate-serialization test.xsd + test.hxx;test.ixx;test.cxx;%(Outputs) + xsd test.xsd + xsd cxx-tree --generate-inline --generate-serialization test.xsd + test.hxx;test.ixx;test.cxx;%(Outputs) + + + + + + \ No newline at end of file diff --git a/dist/examples/cxx/tree/performance/performance-11.0.vcxproj.filters b/dist/examples/cxx/tree/performance/performance-11.0.vcxproj.filters new file mode 100644 index 0000000..6fc7fa3 --- /dev/null +++ b/dist/examples/cxx/tree/performance/performance-11.0.vcxproj.filters @@ -0,0 +1,57 @@ + + + + + {4BF3D33D-891D-402D-A26F-AEBC35E127DE} + cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx + + + {FD93B741-02F9-48B5-BE59-E5DD2C73CC7A} + h;hpp;hxx;hm;inl;inc;xsd + + + {e0558eb1-4ecb-42e8-b50b-e07487e59072} + ixx + + + {47ef7335-e3a1-4832-bff0-c59ac4d25088} + xsd + + + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + + + Header Files + + + Header Files + + + + + Inline Files + + + + + + Schema Files + + + \ No newline at end of file diff --git a/dist/examples/cxx/tree/polymorphism/polymorphism-11.0.vcxproj b/dist/examples/cxx/tree/polymorphism/polymorphism-11.0.vcxproj new file mode 100644 index 0000000..4477e31 --- /dev/null +++ b/dist/examples/cxx/tree/polymorphism/polymorphism-11.0.vcxproj @@ -0,0 +1,213 @@ + + + + + Debug + Win32 + + + Debug + x64 + + + Release + Win32 + + + Release + x64 + + + + polymorphism + {03224289-FD3C-4A58-A6D7-E8D658B0E45A} + polymorphism + 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 + 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 supermen.xsd + xsd.exe cxx-tree --generate-polymorphic --generate-serialization --root-element-last supermen.xsd + supermen.cxx;supermen.hxx;%(Outputs) + xsd supermen.xsd + xsd.exe cxx-tree --generate-polymorphic --generate-serialization --root-element-last supermen.xsd + supermen.cxx;supermen.hxx;%(Outputs) + xsd supermen.xsd + xsd.exe cxx-tree --generate-polymorphic --generate-serialization --root-element-last supermen.xsd + supermen.cxx;supermen.hxx;%(Outputs) + xsd supermen.xsd + xsd.exe cxx-tree --generate-polymorphic --generate-serialization --root-element-last supermen.xsd + supermen.cxx;supermen.hxx;%(Outputs) + + + + + + + + + \ No newline at end of file diff --git a/dist/examples/cxx/tree/polymorphism/polymorphism-11.0.vcxproj.filters b/dist/examples/cxx/tree/polymorphism/polymorphism-11.0.vcxproj.filters new file mode 100644 index 0000000..4459d2c --- /dev/null +++ b/dist/examples/cxx/tree/polymorphism/polymorphism-11.0.vcxproj.filters @@ -0,0 +1,38 @@ + + + + + {A02BB28E-3A7B-4E9E-A2AC-AA264C62525C} + cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx + + + {6B2184D0-2125-48EB-AE80-64E24055DCE4} + h;hpp;hxx;hm;inl;inc;xsd + + + {e32c9352-17dd-4c6c-b9fa-fadaf6eee928} + xsd + + + + + Source Files + + + Source Files + + + + + Header Files + + + + + + + + Schema Files + + + \ No newline at end of file diff --git a/dist/examples/cxx/tree/streaming/streaming-11.0.vcxproj b/dist/examples/cxx/tree/streaming/streaming-11.0.vcxproj new file mode 100644 index 0000000..cb16610 --- /dev/null +++ b/dist/examples/cxx/tree/streaming/streaming-11.0.vcxproj @@ -0,0 +1,217 @@ + + + + + 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 + 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/dist/examples/cxx/tree/streaming/streaming-11.0.vcxproj.filters b/dist/examples/cxx/tree/streaming/streaming-11.0.vcxproj.filters new file mode 100644 index 0000000..cf8b190 --- /dev/null +++ b/dist/examples/cxx/tree/streaming/streaming-11.0.vcxproj.filters @@ -0,0 +1,50 @@ + + + + + {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/dist/examples/cxx/tree/wildcard/wildcard-11.0.vcxproj b/dist/examples/cxx/tree/wildcard/wildcard-11.0.vcxproj new file mode 100644 index 0000000..aba2db8 --- /dev/null +++ b/dist/examples/cxx/tree/wildcard/wildcard-11.0.vcxproj @@ -0,0 +1,214 @@ + + + + + Debug + Win32 + + + Debug + x64 + + + Release + Win32 + + + Release + x64 + + + + wildcard + {13C21A83-CC75-459E-9B01-E9EC36D1524B} + wildcard + 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 + 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 email.xsd + xsd cxx-tree --generate-inline --generate-serialization --generate-wildcard --root-element message email.xsd + email.hxx;email.ixx;email.cxx;%(Outputs) + xsd email.xsd + xsd cxx-tree --generate-inline --generate-serialization --generate-wildcard --root-element message email.xsd + email.hxx;email.ixx;email.cxx;%(Outputs) + xsd email.xsd + xsd cxx-tree --generate-inline --generate-serialization --generate-wildcard --root-element message email.xsd + email.hxx;email.ixx;email.cxx;%(Outputs) + xsd email.xsd + xsd cxx-tree --generate-inline --generate-serialization --generate-wildcard --root-element message email.xsd + email.hxx;email.ixx;email.cxx;%(Outputs) + + + + + + \ No newline at end of file diff --git a/dist/examples/cxx/tree/wildcard/wildcard-11.0.vcxproj.filters b/dist/examples/cxx/tree/wildcard/wildcard-11.0.vcxproj.filters new file mode 100644 index 0000000..541b946 --- /dev/null +++ b/dist/examples/cxx/tree/wildcard/wildcard-11.0.vcxproj.filters @@ -0,0 +1,45 @@ + + + + + {C8C63C87-F9B5-4EDF-B4BF-2701982EFCE6} + cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx + + + {E8933542-EAF8-45F5-94AE-AE8D55E47565} + h;hpp;hxx;hm;inl;inc;xsd + + + {79291748-08c5-4298-a090-a210ea0e7161} + ixx + + + {e83a7a6b-3537-4eea-bf81-494a6fcee412} + xsd + + + + + Source Files + + + Source Files + + + + + Header Files + + + + + Inline Files + + + + + + Schema Files + + + \ No newline at end of file diff --git a/dist/examples/cxx/tree/xpath/xpath-11.0.vcxproj b/dist/examples/cxx/tree/xpath/xpath-11.0.vcxproj new file mode 100644 index 0000000..e53bb3e --- /dev/null +++ b/dist/examples/cxx/tree/xpath/xpath-11.0.vcxproj @@ -0,0 +1,215 @@ + + + + + Debug + Win32 + + + Debug + x64 + + + Release + Win32 + + + Release + x64 + + + + xpath + {EC26ACF9-0103-48D2-B7BA-0222C2175B28} + xpath + 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 + MultiThreadedDebug + true + + + Level3 + EditAndContinue + + + xerces-c_3D.lib;xqilla22d.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;xqilla22d.lib;%(AdditionalDependencies) + $(TargetPath) + true + $(OutDir)driver.pdb + Console + false + + + MachineX64 + + + + + WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) + MultiThreaded + true + + + Level3 + ProgramDatabase + + + xerces-c_3.lib;xqilla22.lib;%(AdditionalDependencies) + $(TargetPath) + true + Console + true + true + false + + + MachineX86 + + + + + X64 + + + WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) + MultiThreaded + true + + + Level3 + ProgramDatabase + + + xerces-c_3.lib;xqilla22.lib;%(AdditionalDependencies) + $(TargetPath) + true + Console + true + true + false + + + MachineX64 + + + + + + + + + + + + + + xsd people.xsd + xsd cxx-tree people.xsd + people.hxx;people.cxx;%(Outputs) + xsd people.xsd + xsd cxx-tree people.xsd + people.hxx;people.cxx;%(Outputs) + xsd people.xsd + xsd cxx-tree people.xsd + people.hxx;people.cxx;%(Outputs) + xsd people.xsd + xsd cxx-tree people.xsd + people.hxx;people.cxx;%(Outputs) + + + + + + + + + \ No newline at end of file diff --git a/dist/examples/cxx/tree/xpath/xpath-11.0.vcxproj.filters b/dist/examples/cxx/tree/xpath/xpath-11.0.vcxproj.filters new file mode 100644 index 0000000..d038587 --- /dev/null +++ b/dist/examples/cxx/tree/xpath/xpath-11.0.vcxproj.filters @@ -0,0 +1,44 @@ + + + + + {0A690AC0-4B5A-4FCA-B2CC-A61C00F01283} + cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx + + + {19387534-A72F-4C3F-A9FB-F5B8909AEB29} + h;hpp;hxx;hm;inl;inc;xsd + + + {807745b4-2087-4ccb-8fdc-8160206a3042} + xsd + + + + + Source Files + + + Source Files + + + Source Files + + + + + Header Files + + + Header Files + + + + + + + + Schema Files + + + \ No newline at end of file -- cgit v1.1