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/order/mixed/mixed-11.0.vcxproj | 213 +++++++++++++++++++++ .../tree/order/mixed/mixed-11.0.vcxproj.filters | 38 ++++ 2 files changed, 251 insertions(+) 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 (limited to 'dist/examples/cxx/tree/order/mixed') 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 -- cgit v1.1