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 --- .../examples/cxx/tree/embedded/xsdbin-vc10.vcxproj | 186 +++++++++++++++++++++ 1 file changed, 186 insertions(+) create mode 100644 dist/examples/cxx/tree/embedded/xsdbin-vc10.vcxproj (limited to 'dist/examples/cxx/tree/embedded/xsdbin-vc10.vcxproj') diff --git a/dist/examples/cxx/tree/embedded/xsdbin-vc10.vcxproj b/dist/examples/cxx/tree/embedded/xsdbin-vc10.vcxproj new file mode 100644 index 0000000..d9a9da2 --- /dev/null +++ b/dist/examples/cxx/tree/embedded/xsdbin-vc10.vcxproj @@ -0,0 +1,186 @@ + + + + + Debug + Win32 + + + Debug + x64 + + + Release + Win32 + + + Release + x64 + + + + xsdbin + {A3F6E060-D536-4A43-AF4B-89063F65DE91} + xsdbin + Win32Proj + + + + Application + MultiByte + + + Application + MultiByte + + + Application + MultiByte + + + Application + MultiByte + + + + + + + + + + + + + + + + + + + xsdbin + xsdbin + xsdbin + xsdbin + $(ProjectDir) + Debug\xsdbin\ + true + $(ProjectDir) + $(Platform)\$(Configuration)\xsdbin\ + true + $(ProjectDir) + Release\xsdbin\ + false + $(ProjectDir) + $(Platform)\$(Configuration)\xsdbin\ + false + + + + Disabled + WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) + true + EnableFastChecks + MultiThreadedDebugDLL + true + + + Level3 + EditAndContinue + + + xerces-c_3D.lib;%(AdditionalDependencies) + $(TargetPath) + true + $(OutDir)xsdbin.pdb + Console + false + + + MachineX86 + + + + + X64 + + + Disabled + WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) + true + EnableFastChecks + MultiThreadedDebugDLL + true + + + Level3 + ProgramDatabase + + + xerces-c_3D.lib;%(AdditionalDependencies) + $(TargetPath) + true + $(OutDir)xsdbin.pdb + Console + false + + + MachineX64 + + + + + WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) + MultiThreadedDLL + true + + + Level3 + ProgramDatabase + + + xerces-c_3.lib;%(AdditionalDependencies) + $(TargetPath) + true + Console + true + true + false + + + MachineX86 + + + + + X64 + + + WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) + MultiThreadedDLL + true + + + Level3 + ProgramDatabase + + + xerces-c_3.lib;%(AdditionalDependencies) + $(TargetPath) + true + Console + true + true + false + + + MachineX64 + + + + + + + + + \ No newline at end of file -- cgit v1.1