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/custom/contacts/contacts-11.0.vcxproj | 216 +++++++++++++++++++++ .../custom/contacts/contacts-11.0.vcxproj.filters | 51 +++++ 2 files changed, 267 insertions(+) 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 (limited to 'dist/examples/cxx/tree/custom/contacts') 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 -- cgit v1.1