From 6d218e2b7fa7af0b715223c068ab3b878efc67c4 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Mon, 26 May 2014 12:57:47 -0700 Subject: Auto-generate solution files for examples Also change project file's VC version encoding --- .../cxx/tree/messaging/messaging-10.0.vcxproj | 213 ---------- .../tree/messaging/messaging-10.0.vcxproj.filters | 50 --- .../cxx/tree/messaging/messaging-11.0.vcxproj | 217 ---------- .../tree/messaging/messaging-11.0.vcxproj.filters | 50 --- .../cxx/tree/messaging/messaging-12.0.vcxproj | 221 ----------- .../tree/messaging/messaging-12.0.vcxproj.filters | 50 --- .../cxx/tree/messaging/messaging-8.0.vcproj | 439 --------------------- .../cxx/tree/messaging/messaging-9.0.vcproj | 436 -------------------- .../cxx/tree/messaging/messaging-vc10.vcxproj | 213 ++++++++++ .../tree/messaging/messaging-vc10.vcxproj.filters | 50 +++ .../cxx/tree/messaging/messaging-vc11.vcxproj | 217 ++++++++++ .../tree/messaging/messaging-vc11.vcxproj.filters | 50 +++ .../cxx/tree/messaging/messaging-vc12.vcxproj | 221 +++++++++++ .../tree/messaging/messaging-vc12.vcxproj.filters | 50 +++ .../cxx/tree/messaging/messaging-vc8.vcproj | 439 +++++++++++++++++++++ .../cxx/tree/messaging/messaging-vc9.vcproj | 436 ++++++++++++++++++++ 16 files changed, 1676 insertions(+), 1676 deletions(-) delete mode 100644 dist/examples/cxx/tree/messaging/messaging-10.0.vcxproj delete mode 100644 dist/examples/cxx/tree/messaging/messaging-10.0.vcxproj.filters delete mode 100644 dist/examples/cxx/tree/messaging/messaging-11.0.vcxproj delete mode 100644 dist/examples/cxx/tree/messaging/messaging-11.0.vcxproj.filters delete mode 100644 dist/examples/cxx/tree/messaging/messaging-12.0.vcxproj delete mode 100644 dist/examples/cxx/tree/messaging/messaging-12.0.vcxproj.filters delete mode 100644 dist/examples/cxx/tree/messaging/messaging-8.0.vcproj delete mode 100644 dist/examples/cxx/tree/messaging/messaging-9.0.vcproj create mode 100644 dist/examples/cxx/tree/messaging/messaging-vc10.vcxproj create mode 100644 dist/examples/cxx/tree/messaging/messaging-vc10.vcxproj.filters create mode 100644 dist/examples/cxx/tree/messaging/messaging-vc11.vcxproj create mode 100644 dist/examples/cxx/tree/messaging/messaging-vc11.vcxproj.filters create mode 100644 dist/examples/cxx/tree/messaging/messaging-vc12.vcxproj create mode 100644 dist/examples/cxx/tree/messaging/messaging-vc12.vcxproj.filters create mode 100644 dist/examples/cxx/tree/messaging/messaging-vc8.vcproj create mode 100644 dist/examples/cxx/tree/messaging/messaging-vc9.vcproj (limited to 'dist/examples/cxx/tree/messaging') diff --git a/dist/examples/cxx/tree/messaging/messaging-10.0.vcxproj b/dist/examples/cxx/tree/messaging/messaging-10.0.vcxproj deleted file mode 100644 index 66c97bc..0000000 --- a/dist/examples/cxx/tree/messaging/messaging-10.0.vcxproj +++ /dev/null @@ -1,213 +0,0 @@ - - - - - Debug - Win32 - - - Debug - x64 - - - Release - Win32 - - - Release - x64 - - - - messaging - {F7696252-45B5-438B-B14F-0510137704F0} - messaging - Win32Proj - - - - Application - MultiByte - - - Application - MultiByte - - - Application - MultiByte - - - Application - MultiByte - - - - - - - - - - - - - - - - - - - driver - driver - driver - driver - Debug\ - Debug\ - true - $(Platform)\$(Configuration)\ - $(Platform)\$(Configuration)\ - true - Release\ - Release\ - false - $(Platform)\$(Configuration)\ - $(Platform)\$(Configuration)\ - false - - - - Disabled - WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) - true - EnableFastChecks - MultiThreadedDebug - true - - - Level3 - EditAndContinue - - - xerces-c_3D.lib;%(AdditionalDependencies) - $(TargetPath) - true - $(OutDir)driver.pdb - Console - false - - - MachineX86 - - - - - X64 - - - Disabled - WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) - true - EnableFastChecks - MultiThreadedDebug - true - - - Level3 - ProgramDatabase - - - xerces-c_3D.lib;%(AdditionalDependencies) - $(TargetPath) - true - $(OutDir)driver.pdb - Console - false - - - MachineX64 - - - - - WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) - MultiThreaded - true - - - Level3 - ProgramDatabase - - - xerces-c_3.lib;%(AdditionalDependencies) - $(TargetPath) - true - Console - true - true - false - - - MachineX86 - - - - - X64 - - - WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) - MultiThreaded - true - - - Level3 - ProgramDatabase - - - xerces-c_3.lib;%(AdditionalDependencies) - $(TargetPath) - true - Console - true - true - false - - - MachineX64 - - - - - - - - - - - - - - - - xsd 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-10.0.vcxproj.filters b/dist/examples/cxx/tree/messaging/messaging-10.0.vcxproj.filters deleted file mode 100644 index c94955d..0000000 --- a/dist/examples/cxx/tree/messaging/messaging-10.0.vcxproj.filters +++ /dev/null @@ -1,50 +0,0 @@ - - - - - {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/messaging/messaging-11.0.vcxproj b/dist/examples/cxx/tree/messaging/messaging-11.0.vcxproj deleted file mode 100644 index eafc1c3..0000000 --- a/dist/examples/cxx/tree/messaging/messaging-11.0.vcxproj +++ /dev/null @@ -1,217 +0,0 @@ - - - - - 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 deleted file mode 100644 index c94955d..0000000 --- a/dist/examples/cxx/tree/messaging/messaging-11.0.vcxproj.filters +++ /dev/null @@ -1,50 +0,0 @@ - - - - - {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/messaging/messaging-12.0.vcxproj b/dist/examples/cxx/tree/messaging/messaging-12.0.vcxproj deleted file mode 100644 index 033fa8a..0000000 --- a/dist/examples/cxx/tree/messaging/messaging-12.0.vcxproj +++ /dev/null @@ -1,221 +0,0 @@ - - - - - Debug - Win32 - - - Debug - x64 - - - Release - Win32 - - - Release - x64 - - - - messaging - {F7696252-45B5-438B-B14F-0510137704F0} - messaging - 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 - MultiThreadedDebug - true - - - Level3 - EditAndContinue - true - - - 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 - true - - - xerces-c_3D.lib;%(AdditionalDependencies) - $(TargetPath) - true - $(OutDir)driver.pdb - Console - false - - - MachineX64 - - - - - WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) - MultiThreaded - true - - - Level3 - ProgramDatabase - true - - - xerces-c_3.lib;%(AdditionalDependencies) - $(TargetPath) - true - Console - true - true - false - - - MachineX86 - - - - - X64 - - - WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) - MultiThreaded - true - - - Level3 - ProgramDatabase - true - - - 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-12.0.vcxproj.filters b/dist/examples/cxx/tree/messaging/messaging-12.0.vcxproj.filters deleted file mode 100644 index c94955d..0000000 --- a/dist/examples/cxx/tree/messaging/messaging-12.0.vcxproj.filters +++ /dev/null @@ -1,50 +0,0 @@ - - - - - {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/messaging/messaging-8.0.vcproj b/dist/examples/cxx/tree/messaging/messaging-8.0.vcproj deleted file mode 100644 index 7f8b0e4..0000000 --- a/dist/examples/cxx/tree/messaging/messaging-8.0.vcproj +++ /dev/null @@ -1,439 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/dist/examples/cxx/tree/messaging/messaging-9.0.vcproj b/dist/examples/cxx/tree/messaging/messaging-9.0.vcproj deleted file mode 100644 index 0e2819d..0000000 --- a/dist/examples/cxx/tree/messaging/messaging-9.0.vcproj +++ /dev/null @@ -1,436 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/dist/examples/cxx/tree/messaging/messaging-vc10.vcxproj b/dist/examples/cxx/tree/messaging/messaging-vc10.vcxproj new file mode 100644 index 0000000..66c97bc --- /dev/null +++ b/dist/examples/cxx/tree/messaging/messaging-vc10.vcxproj @@ -0,0 +1,213 @@ + + + + + Debug + Win32 + + + Debug + x64 + + + Release + Win32 + + + Release + x64 + + + + messaging + {F7696252-45B5-438B-B14F-0510137704F0} + messaging + Win32Proj + + + + Application + MultiByte + + + Application + MultiByte + + + Application + MultiByte + + + Application + MultiByte + + + + + + + + + + + + + + + + + + + driver + driver + driver + driver + Debug\ + Debug\ + true + $(Platform)\$(Configuration)\ + $(Platform)\$(Configuration)\ + true + Release\ + Release\ + false + $(Platform)\$(Configuration)\ + $(Platform)\$(Configuration)\ + false + + + + Disabled + WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) + true + EnableFastChecks + MultiThreadedDebug + true + + + Level3 + EditAndContinue + + + xerces-c_3D.lib;%(AdditionalDependencies) + $(TargetPath) + true + $(OutDir)driver.pdb + Console + false + + + MachineX86 + + + + + X64 + + + Disabled + WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) + true + EnableFastChecks + MultiThreadedDebug + true + + + Level3 + ProgramDatabase + + + xerces-c_3D.lib;%(AdditionalDependencies) + $(TargetPath) + true + $(OutDir)driver.pdb + Console + false + + + MachineX64 + + + + + WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) + MultiThreaded + true + + + Level3 + ProgramDatabase + + + xerces-c_3.lib;%(AdditionalDependencies) + $(TargetPath) + true + Console + true + true + false + + + MachineX86 + + + + + X64 + + + WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) + MultiThreaded + true + + + Level3 + ProgramDatabase + + + xerces-c_3.lib;%(AdditionalDependencies) + $(TargetPath) + true + Console + true + true + false + + + MachineX64 + + + + + + + + + + + + + + + + xsd 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-vc10.vcxproj.filters b/dist/examples/cxx/tree/messaging/messaging-vc10.vcxproj.filters new file mode 100644 index 0000000..c94955d --- /dev/null +++ b/dist/examples/cxx/tree/messaging/messaging-vc10.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/messaging/messaging-vc11.vcxproj b/dist/examples/cxx/tree/messaging/messaging-vc11.vcxproj new file mode 100644 index 0000000..eafc1c3 --- /dev/null +++ b/dist/examples/cxx/tree/messaging/messaging-vc11.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-vc11.vcxproj.filters b/dist/examples/cxx/tree/messaging/messaging-vc11.vcxproj.filters new file mode 100644 index 0000000..c94955d --- /dev/null +++ b/dist/examples/cxx/tree/messaging/messaging-vc11.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/messaging/messaging-vc12.vcxproj b/dist/examples/cxx/tree/messaging/messaging-vc12.vcxproj new file mode 100644 index 0000000..033fa8a --- /dev/null +++ b/dist/examples/cxx/tree/messaging/messaging-vc12.vcxproj @@ -0,0 +1,221 @@ + + + + + Debug + Win32 + + + Debug + x64 + + + Release + Win32 + + + Release + x64 + + + + messaging + {F7696252-45B5-438B-B14F-0510137704F0} + messaging + 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 + MultiThreadedDebug + true + + + Level3 + EditAndContinue + true + + + 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 + true + + + xerces-c_3D.lib;%(AdditionalDependencies) + $(TargetPath) + true + $(OutDir)driver.pdb + Console + false + + + MachineX64 + + + + + WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) + MultiThreaded + true + + + Level3 + ProgramDatabase + true + + + xerces-c_3.lib;%(AdditionalDependencies) + $(TargetPath) + true + Console + true + true + false + + + MachineX86 + + + + + X64 + + + WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) + MultiThreaded + true + + + Level3 + ProgramDatabase + true + + + 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-vc12.vcxproj.filters b/dist/examples/cxx/tree/messaging/messaging-vc12.vcxproj.filters new file mode 100644 index 0000000..c94955d --- /dev/null +++ b/dist/examples/cxx/tree/messaging/messaging-vc12.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/messaging/messaging-vc8.vcproj b/dist/examples/cxx/tree/messaging/messaging-vc8.vcproj new file mode 100644 index 0000000..7f8b0e4 --- /dev/null +++ b/dist/examples/cxx/tree/messaging/messaging-vc8.vcproj @@ -0,0 +1,439 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/dist/examples/cxx/tree/messaging/messaging-vc9.vcproj b/dist/examples/cxx/tree/messaging/messaging-vc9.vcproj new file mode 100644 index 0000000..0e2819d --- /dev/null +++ b/dist/examples/cxx/tree/messaging/messaging-vc9.vcproj @@ -0,0 +1,436 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + -- cgit v1.1