From ff351faafefc1b07f56cdd6e4679d9a63132dcfd Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Sat, 17 May 2014 21:06:44 -0700 Subject: Add VC 8, 9, 10 projects for order examples --- .../cxx/tree/order/element/element-10.0.vcxproj | 209 +++++++++++++++++++++ 1 file changed, 209 insertions(+) create mode 100644 dist/examples/cxx/tree/order/element/element-10.0.vcxproj (limited to 'dist/examples/cxx/tree/order/element/element-10.0.vcxproj') diff --git a/dist/examples/cxx/tree/order/element/element-10.0.vcxproj b/dist/examples/cxx/tree/order/element/element-10.0.vcxproj new file mode 100644 index 0000000..a8ee0a5 --- /dev/null +++ b/dist/examples/cxx/tree/order/element/element-10.0.vcxproj @@ -0,0 +1,209 @@ + + + + + Debug + Win32 + + + Debug + x64 + + + Release + Win32 + + + Release + x64 + + + + element + {9488E872-8E09-4B68-9715-AF68534164C4} + element + 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 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 -- cgit v1.1