From bada6666c70977a058755ccf232e7d67b24adeed Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Wed, 23 Jul 2014 15:21:29 +0200 Subject: New upstream release --- .../cxx/parser/wildcard/wildcard-10.0.vcxproj | 205 ---------- .../parser/wildcard/wildcard-10.0.vcxproj.filters | 38 -- .../cxx/parser/wildcard/wildcard-7.1.vcproj | 162 -------- .../cxx/parser/wildcard/wildcard-8.0.vcproj | 419 --------------------- .../cxx/parser/wildcard/wildcard-9.0.vcproj | 416 -------------------- .../cxx/parser/wildcard/wildcard-vc10.vcxproj | 201 ++++++++++ .../parser/wildcard/wildcard-vc10.vcxproj.filters | 38 ++ .../cxx/parser/wildcard/wildcard-vc11.vcxproj | 205 ++++++++++ .../parser/wildcard/wildcard-vc11.vcxproj.filters | 38 ++ .../cxx/parser/wildcard/wildcard-vc12.vcxproj | 209 ++++++++++ .../parser/wildcard/wildcard-vc12.vcxproj.filters | 38 ++ .../cxx/parser/wildcard/wildcard-vc8.vcproj | 419 +++++++++++++++++++++ .../cxx/parser/wildcard/wildcard-vc9.vcproj | 416 ++++++++++++++++++++ .../parser/wildcard/wildcard-xerces2-7.1.vcproj | 162 -------- .../parser/wildcard/wildcard-xerces2-8.0.vcproj | 419 --------------------- .../parser/wildcard/wildcard-xerces2-9.0.vcproj | 416 -------------------- 16 files changed, 1564 insertions(+), 2237 deletions(-) delete mode 100644 xsd/dist/examples/cxx/parser/wildcard/wildcard-10.0.vcxproj delete mode 100644 xsd/dist/examples/cxx/parser/wildcard/wildcard-10.0.vcxproj.filters delete mode 100644 xsd/dist/examples/cxx/parser/wildcard/wildcard-7.1.vcproj delete mode 100644 xsd/dist/examples/cxx/parser/wildcard/wildcard-8.0.vcproj delete mode 100644 xsd/dist/examples/cxx/parser/wildcard/wildcard-9.0.vcproj create mode 100644 xsd/dist/examples/cxx/parser/wildcard/wildcard-vc10.vcxproj create mode 100644 xsd/dist/examples/cxx/parser/wildcard/wildcard-vc10.vcxproj.filters create mode 100644 xsd/dist/examples/cxx/parser/wildcard/wildcard-vc11.vcxproj create mode 100644 xsd/dist/examples/cxx/parser/wildcard/wildcard-vc11.vcxproj.filters create mode 100644 xsd/dist/examples/cxx/parser/wildcard/wildcard-vc12.vcxproj create mode 100644 xsd/dist/examples/cxx/parser/wildcard/wildcard-vc12.vcxproj.filters create mode 100644 xsd/dist/examples/cxx/parser/wildcard/wildcard-vc8.vcproj create mode 100644 xsd/dist/examples/cxx/parser/wildcard/wildcard-vc9.vcproj delete mode 100644 xsd/dist/examples/cxx/parser/wildcard/wildcard-xerces2-7.1.vcproj delete mode 100644 xsd/dist/examples/cxx/parser/wildcard/wildcard-xerces2-8.0.vcproj delete mode 100644 xsd/dist/examples/cxx/parser/wildcard/wildcard-xerces2-9.0.vcproj (limited to 'xsd/dist/examples/cxx/parser/wildcard') diff --git a/xsd/dist/examples/cxx/parser/wildcard/wildcard-10.0.vcxproj b/xsd/dist/examples/cxx/parser/wildcard/wildcard-10.0.vcxproj deleted file mode 100644 index 749e901..0000000 --- a/xsd/dist/examples/cxx/parser/wildcard/wildcard-10.0.vcxproj +++ /dev/null @@ -1,205 +0,0 @@ - - - - - Debug - Win32 - - - Debug - x64 - - - Release - Win32 - - - Release - x64 - - - - wildcard - {9832425B-38D5-44EC-AED6-3ED4353B24EA} - wildcard - Win32Proj - - - - Application - MultiByte - - - Application - MultiByte - - - Application - MultiByte - - - Application - MultiByte - - - - - - - - - - - - - - - - - - - driver - driver - driver - driver - Debug\ - Debug\ - true - $(Platform)\$(Configuration)\ - $(Platform)\$(Configuration)\ - true - Release\ - Release\ - false - $(Platform)\$(Configuration)\ - $(Platform)\$(Configuration)\ - false - - - - Disabled - WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) - true - EnableFastChecks - MultiThreadedDebug - - - Level3 - EditAndContinue - - - xerces-c_3D.lib;%(AdditionalDependencies) - $(TargetPath) - true - $(OutDir)driver.pdb - Console - false - - - MachineX86 - - - - - X64 - - - Disabled - WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) - true - EnableFastChecks - MultiThreadedDebug - - - Level3 - ProgramDatabase - - - xerces-c_3D.lib;%(AdditionalDependencies) - $(TargetPath) - true - $(OutDir)driver.pdb - Console - false - - - MachineX64 - - - - - WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) - MultiThreaded - - - Level3 - ProgramDatabase - - - xerces-c_3.lib;%(AdditionalDependencies) - $(TargetPath) - true - Console - true - true - false - - - MachineX86 - - - - - X64 - - - WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) - MultiThreaded - - - Level3 - ProgramDatabase - - - xerces-c_3.lib;%(AdditionalDependencies) - $(TargetPath) - true - Console - true - true - false - - - MachineX64 - - - - - - - - - - - - xsd email.xsd - xsd cxx-parser email.xsd - email-pskel.hxx;email-pskel.cxx;%(Outputs) - xsd email.xsd - xsd cxx-parser email.xsd - email-pskel.hxx;email-pskel.cxx;%(Outputs) - xsd email.xsd - xsd cxx-parser email.xsd - email-pskel.hxx;email-pskel.cxx;%(Outputs) - xsd email.xsd - xsd cxx-parser email.xsd - email-pskel.hxx;email-pskel.cxx;%(Outputs) - - - - - - - - - \ No newline at end of file diff --git a/xsd/dist/examples/cxx/parser/wildcard/wildcard-10.0.vcxproj.filters b/xsd/dist/examples/cxx/parser/wildcard/wildcard-10.0.vcxproj.filters deleted file mode 100644 index 756239f..0000000 --- a/xsd/dist/examples/cxx/parser/wildcard/wildcard-10.0.vcxproj.filters +++ /dev/null @@ -1,38 +0,0 @@ - - - - - {F05001BC-BAEB-4D9D-89E4-D19B208F34BF} - cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx - - - {CDCB25B7-BCBA-4C74-828E-09B2D7860485} - h;hpp;hxx;hm;inl;inc;xsd - - - {1b27359f-6508-4bb0-96ed-b5a3fdb228c6} - xsd - - - - - Source Files - - - Source Files - - - - - Header Files - - - - - - - - Schema Files - - - \ No newline at end of file diff --git a/xsd/dist/examples/cxx/parser/wildcard/wildcard-7.1.vcproj b/xsd/dist/examples/cxx/parser/wildcard/wildcard-7.1.vcproj deleted file mode 100644 index a689a5f..0000000 --- a/xsd/dist/examples/cxx/parser/wildcard/wildcard-7.1.vcproj +++ /dev/null @@ -1,162 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/xsd/dist/examples/cxx/parser/wildcard/wildcard-8.0.vcproj b/xsd/dist/examples/cxx/parser/wildcard/wildcard-8.0.vcproj deleted file mode 100644 index a84eda5..0000000 --- a/xsd/dist/examples/cxx/parser/wildcard/wildcard-8.0.vcproj +++ /dev/null @@ -1,419 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/xsd/dist/examples/cxx/parser/wildcard/wildcard-9.0.vcproj b/xsd/dist/examples/cxx/parser/wildcard/wildcard-9.0.vcproj deleted file mode 100644 index a016883..0000000 --- a/xsd/dist/examples/cxx/parser/wildcard/wildcard-9.0.vcproj +++ /dev/null @@ -1,416 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/xsd/dist/examples/cxx/parser/wildcard/wildcard-vc10.vcxproj b/xsd/dist/examples/cxx/parser/wildcard/wildcard-vc10.vcxproj new file mode 100644 index 0000000..adb99cb --- /dev/null +++ b/xsd/dist/examples/cxx/parser/wildcard/wildcard-vc10.vcxproj @@ -0,0 +1,201 @@ + + + + + Debug + Win32 + + + Debug + x64 + + + Release + Win32 + + + Release + x64 + + + + wildcard + {9832425B-38D5-44EC-AED6-3ED4353B24EA} + wildcard + Win32Proj + + + + Application + MultiByte + + + Application + MultiByte + + + Application + MultiByte + + + Application + MultiByte + + + + + + + + + + + + + + + + + + + driver + driver + driver + driver + Debug\ + Debug\ + true + $(Platform)\$(Configuration)\ + $(Platform)\$(Configuration)\ + true + Release\ + Release\ + false + $(Platform)\$(Configuration)\ + $(Platform)\$(Configuration)\ + false + + + + Disabled + WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) + true + EnableFastChecks + MultiThreadedDebugDLL + + + Level3 + + + xerces-c_3D.lib;%(AdditionalDependencies) + $(TargetPath) + true + $(OutDir)driver.pdb + Console + false + + + MachineX86 + + + + + X64 + + + Disabled + WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) + true + EnableFastChecks + MultiThreadedDebugDLL + + + Level3 + + + xerces-c_3D.lib;%(AdditionalDependencies) + $(TargetPath) + true + $(OutDir)driver.pdb + Console + false + + + MachineX64 + + + + + WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) + MultiThreadedDLL + + + Level3 + + + xerces-c_3.lib;%(AdditionalDependencies) + $(TargetPath) + true + Console + true + true + false + + + MachineX86 + + + + + X64 + + + WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) + MultiThreadedDLL + + + Level3 + + + xerces-c_3.lib;%(AdditionalDependencies) + $(TargetPath) + true + Console + true + true + false + + + MachineX64 + + + + + + + + + + + + xsd email.xsd + xsd cxx-parser email.xsd + email-pskel.hxx;email-pskel.cxx;%(Outputs) + xsd email.xsd + xsd cxx-parser email.xsd + email-pskel.hxx;email-pskel.cxx;%(Outputs) + xsd email.xsd + xsd cxx-parser email.xsd + email-pskel.hxx;email-pskel.cxx;%(Outputs) + xsd email.xsd + xsd cxx-parser email.xsd + email-pskel.hxx;email-pskel.cxx;%(Outputs) + + + + + + + + + \ No newline at end of file diff --git a/xsd/dist/examples/cxx/parser/wildcard/wildcard-vc10.vcxproj.filters b/xsd/dist/examples/cxx/parser/wildcard/wildcard-vc10.vcxproj.filters new file mode 100644 index 0000000..756239f --- /dev/null +++ b/xsd/dist/examples/cxx/parser/wildcard/wildcard-vc10.vcxproj.filters @@ -0,0 +1,38 @@ + + + + + {F05001BC-BAEB-4D9D-89E4-D19B208F34BF} + cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx + + + {CDCB25B7-BCBA-4C74-828E-09B2D7860485} + h;hpp;hxx;hm;inl;inc;xsd + + + {1b27359f-6508-4bb0-96ed-b5a3fdb228c6} + xsd + + + + + Source Files + + + Source Files + + + + + Header Files + + + + + + + + Schema Files + + + \ No newline at end of file diff --git a/xsd/dist/examples/cxx/parser/wildcard/wildcard-vc11.vcxproj b/xsd/dist/examples/cxx/parser/wildcard/wildcard-vc11.vcxproj new file mode 100644 index 0000000..e422655 --- /dev/null +++ b/xsd/dist/examples/cxx/parser/wildcard/wildcard-vc11.vcxproj @@ -0,0 +1,205 @@ + + + + + Debug + Win32 + + + Debug + x64 + + + Release + Win32 + + + Release + x64 + + + + wildcard + {9832425B-38D5-44EC-AED6-3ED4353B24EA} + 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 + MultiThreadedDebugDLL + + + Level3 + + + xerces-c_3D.lib;%(AdditionalDependencies) + $(TargetPath) + true + $(OutDir)driver.pdb + Console + false + + + MachineX86 + + + + + X64 + + + Disabled + WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) + true + EnableFastChecks + MultiThreadedDebugDLL + + + Level3 + + + xerces-c_3D.lib;%(AdditionalDependencies) + $(TargetPath) + true + $(OutDir)driver.pdb + Console + false + + + MachineX64 + + + + + WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) + MultiThreadedDLL + + + Level3 + + + xerces-c_3.lib;%(AdditionalDependencies) + $(TargetPath) + true + Console + true + true + false + + + MachineX86 + + + + + X64 + + + WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) + MultiThreadedDLL + + + Level3 + + + xerces-c_3.lib;%(AdditionalDependencies) + $(TargetPath) + true + Console + true + true + false + + + MachineX64 + + + + + + + + + + + + xsd email.xsd + xsd cxx-parser email.xsd + email-pskel.hxx;email-pskel.cxx;%(Outputs) + xsd email.xsd + xsd cxx-parser email.xsd + email-pskel.hxx;email-pskel.cxx;%(Outputs) + xsd email.xsd + xsd cxx-parser email.xsd + email-pskel.hxx;email-pskel.cxx;%(Outputs) + xsd email.xsd + xsd cxx-parser email.xsd + email-pskel.hxx;email-pskel.cxx;%(Outputs) + + + + + + + + + \ No newline at end of file diff --git a/xsd/dist/examples/cxx/parser/wildcard/wildcard-vc11.vcxproj.filters b/xsd/dist/examples/cxx/parser/wildcard/wildcard-vc11.vcxproj.filters new file mode 100644 index 0000000..756239f --- /dev/null +++ b/xsd/dist/examples/cxx/parser/wildcard/wildcard-vc11.vcxproj.filters @@ -0,0 +1,38 @@ + + + + + {F05001BC-BAEB-4D9D-89E4-D19B208F34BF} + cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx + + + {CDCB25B7-BCBA-4C74-828E-09B2D7860485} + h;hpp;hxx;hm;inl;inc;xsd + + + {1b27359f-6508-4bb0-96ed-b5a3fdb228c6} + xsd + + + + + Source Files + + + Source Files + + + + + Header Files + + + + + + + + Schema Files + + + \ No newline at end of file diff --git a/xsd/dist/examples/cxx/parser/wildcard/wildcard-vc12.vcxproj b/xsd/dist/examples/cxx/parser/wildcard/wildcard-vc12.vcxproj new file mode 100644 index 0000000..e52e9dc --- /dev/null +++ b/xsd/dist/examples/cxx/parser/wildcard/wildcard-vc12.vcxproj @@ -0,0 +1,209 @@ + + + + + Debug + Win32 + + + Debug + x64 + + + Release + Win32 + + + Release + x64 + + + + wildcard + {9832425B-38D5-44EC-AED6-3ED4353B24EA} + wildcard + Win32Proj + + + + Application + v120 + MultiByte + + + Application + v120 + MultiByte + + + Application + v120 + MultiByte + + + Application + v120 + MultiByte + + + + + + + + + + + + + + + + + + + driver + driver + driver + driver + Debug\ + Debug\ + true + $(Platform)\$(Configuration)\ + $(Platform)\$(Configuration)\ + true + Release\ + Release\ + false + $(Platform)\$(Configuration)\ + $(Platform)\$(Configuration)\ + false + + + + Disabled + WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) + true + EnableFastChecks + MultiThreadedDebugDLL + + + Level3 + true + + + xerces-c_3D.lib;%(AdditionalDependencies) + $(TargetPath) + true + $(OutDir)driver.pdb + Console + false + + + MachineX86 + + + + + X64 + + + Disabled + WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) + true + EnableFastChecks + MultiThreadedDebugDLL + + + Level3 + true + + + xerces-c_3D.lib;%(AdditionalDependencies) + $(TargetPath) + true + $(OutDir)driver.pdb + Console + false + + + MachineX64 + + + + + WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) + MultiThreadedDLL + + + Level3 + true + + + xerces-c_3.lib;%(AdditionalDependencies) + $(TargetPath) + true + Console + true + true + false + + + MachineX86 + + + + + X64 + + + WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) + MultiThreadedDLL + + + Level3 + true + + + xerces-c_3.lib;%(AdditionalDependencies) + $(TargetPath) + true + Console + true + true + false + + + MachineX64 + + + + + + + + + + + + xsd email.xsd + xsd cxx-parser email.xsd + email-pskel.hxx;email-pskel.cxx;%(Outputs) + xsd email.xsd + xsd cxx-parser email.xsd + email-pskel.hxx;email-pskel.cxx;%(Outputs) + xsd email.xsd + xsd cxx-parser email.xsd + email-pskel.hxx;email-pskel.cxx;%(Outputs) + xsd email.xsd + xsd cxx-parser email.xsd + email-pskel.hxx;email-pskel.cxx;%(Outputs) + + + + + + + + + \ No newline at end of file diff --git a/xsd/dist/examples/cxx/parser/wildcard/wildcard-vc12.vcxproj.filters b/xsd/dist/examples/cxx/parser/wildcard/wildcard-vc12.vcxproj.filters new file mode 100644 index 0000000..756239f --- /dev/null +++ b/xsd/dist/examples/cxx/parser/wildcard/wildcard-vc12.vcxproj.filters @@ -0,0 +1,38 @@ + + + + + {F05001BC-BAEB-4D9D-89E4-D19B208F34BF} + cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx + + + {CDCB25B7-BCBA-4C74-828E-09B2D7860485} + h;hpp;hxx;hm;inl;inc;xsd + + + {1b27359f-6508-4bb0-96ed-b5a3fdb228c6} + xsd + + + + + Source Files + + + Source Files + + + + + Header Files + + + + + + + + Schema Files + + + \ No newline at end of file diff --git a/xsd/dist/examples/cxx/parser/wildcard/wildcard-vc8.vcproj b/xsd/dist/examples/cxx/parser/wildcard/wildcard-vc8.vcproj new file mode 100644 index 0000000..c255eac --- /dev/null +++ b/xsd/dist/examples/cxx/parser/wildcard/wildcard-vc8.vcproj @@ -0,0 +1,419 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/xsd/dist/examples/cxx/parser/wildcard/wildcard-vc9.vcproj b/xsd/dist/examples/cxx/parser/wildcard/wildcard-vc9.vcproj new file mode 100644 index 0000000..e481e43 --- /dev/null +++ b/xsd/dist/examples/cxx/parser/wildcard/wildcard-vc9.vcproj @@ -0,0 +1,416 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/xsd/dist/examples/cxx/parser/wildcard/wildcard-xerces2-7.1.vcproj b/xsd/dist/examples/cxx/parser/wildcard/wildcard-xerces2-7.1.vcproj deleted file mode 100644 index b1cca07..0000000 --- a/xsd/dist/examples/cxx/parser/wildcard/wildcard-xerces2-7.1.vcproj +++ /dev/null @@ -1,162 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/xsd/dist/examples/cxx/parser/wildcard/wildcard-xerces2-8.0.vcproj b/xsd/dist/examples/cxx/parser/wildcard/wildcard-xerces2-8.0.vcproj deleted file mode 100644 index 15a62f2..0000000 --- a/xsd/dist/examples/cxx/parser/wildcard/wildcard-xerces2-8.0.vcproj +++ /dev/null @@ -1,419 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/xsd/dist/examples/cxx/parser/wildcard/wildcard-xerces2-9.0.vcproj b/xsd/dist/examples/cxx/parser/wildcard/wildcard-xerces2-9.0.vcproj deleted file mode 100644 index 8ff8985..0000000 --- a/xsd/dist/examples/cxx/parser/wildcard/wildcard-xerces2-9.0.vcproj +++ /dev/null @@ -1,416 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -- cgit v1.2.3