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/taxonomy/taxonomy-11.0.vcxproj | 218 +++++++++++++++++++++ .../custom/taxonomy/taxonomy-11.0.vcxproj.filters | 57 ++++++ 2 files changed, 275 insertions(+) create mode 100644 dist/examples/cxx/tree/custom/taxonomy/taxonomy-11.0.vcxproj create mode 100644 dist/examples/cxx/tree/custom/taxonomy/taxonomy-11.0.vcxproj.filters (limited to 'dist/examples/cxx/tree/custom/taxonomy') diff --git a/dist/examples/cxx/tree/custom/taxonomy/taxonomy-11.0.vcxproj b/dist/examples/cxx/tree/custom/taxonomy/taxonomy-11.0.vcxproj new file mode 100644 index 0000000..057403b --- /dev/null +++ b/dist/examples/cxx/tree/custom/taxonomy/taxonomy-11.0.vcxproj @@ -0,0 +1,218 @@ + + + + + Debug + Win32 + + + Debug + x64 + + + Release + Win32 + + + Release + x64 + + + + taxonomy + {B3108E70-7B4E-4DDA-8872-0DC4AFDCB2D9} + taxonomy + 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 people.xsd + xsd cxx-tree --generate-inline --generate-forward --generate-polymorphic --polymorphic-type person --custom-type "person=person_impl<person_base>/person_base" --custom-type "superman=superman_impl<superman_base>/superman_base" --custom-type "batman=batman_impl<batman_base>/batman_base" --fwd-prologue "#include \"people-custom-fwd.hxx\"" --hxx-prologue "#include \"people-custom.hxx\"" people.xsd + people-fwd.hxx;people.hxx;people.ixx;people.cxx;%(Outputs) + xsd people.xsd + xsd cxx-tree --generate-inline --generate-forward --generate-polymorphic --polymorphic-type person --custom-type "person=person_impl<person_base>/person_base" --custom-type "superman=superman_impl<superman_base>/superman_base" --custom-type "batman=batman_impl<batman_base>/batman_base" --fwd-prologue "#include \"people-custom-fwd.hxx\"" --hxx-prologue "#include \"people-custom.hxx\"" people.xsd + people-fwd.hxx;people.hxx;people.ixx;people.cxx;%(Outputs) + xsd people.xsd + xsd cxx-tree --generate-inline --generate-forward --generate-polymorphic --polymorphic-type person --custom-type "person=person_impl<person_base>/person_base" --custom-type "superman=superman_impl<superman_base>/superman_base" --custom-type "batman=batman_impl<batman_base>/batman_base" --fwd-prologue "#include \"people-custom-fwd.hxx\"" --hxx-prologue "#include \"people-custom.hxx\"" people.xsd + people-fwd.hxx;people.hxx;people.ixx;people.cxx;%(Outputs) + xsd people.xsd + xsd cxx-tree --generate-inline --generate-forward --generate-polymorphic --polymorphic-type person --custom-type "person=person_impl<person_base>/person_base" --custom-type "superman=superman_impl<superman_base>/superman_base" --custom-type "batman=batman_impl<batman_base>/batman_base" --fwd-prologue "#include \"people-custom-fwd.hxx\"" --hxx-prologue "#include \"people-custom.hxx\"" people.xsd + people-fwd.hxx;people.hxx;people.ixx;people.cxx;%(Outputs) + + + + + + \ No newline at end of file diff --git a/dist/examples/cxx/tree/custom/taxonomy/taxonomy-11.0.vcxproj.filters b/dist/examples/cxx/tree/custom/taxonomy/taxonomy-11.0.vcxproj.filters new file mode 100644 index 0000000..78058c3 --- /dev/null +++ b/dist/examples/cxx/tree/custom/taxonomy/taxonomy-11.0.vcxproj.filters @@ -0,0 +1,57 @@ + + + + + {E2FFBF97-01E8-483D-8B32-D8D6F065E4C7} + cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx + + + {0B3DDFAD-4254-48B9-BB24-1FC92DD1E7F6} + h;hpp;hxx;hm;inl;inc;xsd + + + {a33f9d45-baba-483a-83c4-9421790f7d92} + ixx + + + {0c14530b-7a4b-4841-864e-e8da7ae18eea} + xsd + + + + + Source Files + + + Source Files + + + Source Files + + + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + + + Inline Files + + + + + + Schema Files + + + \ No newline at end of file -- cgit v1.1