From 50bf1b59593bf4d55c1d2964987c46b4aafc1868 Mon Sep 17 00:00:00 2001 From: Berke Viktor Date: Fri, 28 Sep 2012 18:53:53 +0200 Subject: Add Expat solution and release scripts --- win32/deps/expat/examples/elements.vcxproj | 247 +++++++++++++++++++++++++++++ 1 file changed, 247 insertions(+) create mode 100644 win32/deps/expat/examples/elements.vcxproj (limited to 'win32/deps/expat/examples/elements.vcxproj') diff --git a/win32/deps/expat/examples/elements.vcxproj b/win32/deps/expat/examples/elements.vcxproj new file mode 100644 index 00000000..c1fd49b2 --- /dev/null +++ b/win32/deps/expat/examples/elements.vcxproj @@ -0,0 +1,247 @@ + + + + + Debug + Win32 + + + Debug + x64 + + + Release + Win32 + + + Release + x64 + + + + + + {B6BF0EDA-DE70-4E24-B60B-155F4B2EEBEB} + + + + Application + v110 + false + MultiByte + + + Application + v110 + false + MultiByte + + + Application + v110 + false + MultiByte + + + Application + v110 + false + MultiByte + + + + + + + + + + + + + + + + + + + + + + + .\..\win32\bin\Release\ + .\..\win32\tmp\Release-elements\ + false + + + false + + + .\..\win32\bin\Debug\ + .\..\win32\tmp\Debug-elements\ + true + + + true + + + + MultiThreadedDLL + Default + true + true + MaxSpeed + true + Level3 + false + ..\lib;%(AdditionalIncludeDirectories) + WIN32;NDEBUG;_CONSOLE;XML_STATIC;%(PreprocessorDefinitions) + .\..\win32\tmp\Release-elements\ + .\..\win32\tmp\Release-elements\elements.pch + .\..\win32\tmp\Release-elements\ + .\..\win32\tmp\Release-elements\ + + + .\..\win32\bin\Release\elements.tlb + + + 0x0409 + NDEBUG;%(PreprocessorDefinitions) + + + true + .\..\win32\bin\Release\elements.bsc + + + true + Console + ..\win32\bin\Release\elements.exe + ..\win32\bin\Release;%(AdditionalLibraryDirectories) + libexpatMT.lib;%(AdditionalDependencies) + + + + + MultiThreadedDLL + Default + true + true + MaxSpeed + true + Level3 + false + ..\lib;%(AdditionalIncludeDirectories) + WIN32;NDEBUG;_CONSOLE;XML_STATIC;%(PreprocessorDefinitions) + .\..\win32\tmp\Release-elements\ + .\..\win32\tmp\Release-elements\elements.pch + .\..\win32\tmp\Release-elements\ + .\..\win32\tmp\Release-elements\ + + + .\..\win32\bin\Release\elements.tlb + + + 0x0409 + NDEBUG;%(PreprocessorDefinitions) + + + true + .\..\win32\bin\Release\elements.bsc + + + true + Console + ..\win32\bin\Release\elements.exe + ..\win32\bin\Release;%(AdditionalLibraryDirectories) + libexpatMT.lib;%(AdditionalDependencies) + + + + + MultiThreadedDebug + Default + false + Disabled + true + Level3 + EditAndContinue + ..\lib;%(AdditionalIncludeDirectories) + WIN32;_DEBUG;_CONSOLE;XML_STATIC;%(PreprocessorDefinitions) + .\..\win32\tmp\Debug-elements\ + true + .\..\win32\tmp\Debug-elements\elements.pch + .\..\win32\tmp\Debug-elements\ + .\..\win32\tmp\Debug-elements\ + EnableFastChecks + + + .\..\win32\bin\Debug\elements.tlb + + + 0x0409 + _DEBUG;%(PreprocessorDefinitions) + + + true + .\..\win32\bin\Debug\elements.bsc + + + true + true + Console + ..\win32\bin\Debug\elements.exe + ..\win32\bin\Debug;%(AdditionalLibraryDirectories) + libexpatMT.lib;%(AdditionalDependencies) + + + + + MultiThreadedDebug + Default + false + Disabled + true + Level3 + ProgramDatabase + ..\lib;%(AdditionalIncludeDirectories) + WIN32;_DEBUG;_CONSOLE;XML_STATIC;%(PreprocessorDefinitions) + .\..\win32\tmp\Debug-elements\ + true + .\..\win32\tmp\Debug-elements\elements.pch + .\..\win32\tmp\Debug-elements\ + .\..\win32\tmp\Debug-elements\ + EnableFastChecks + + + .\..\win32\bin\Debug\elements.tlb + + + 0x0409 + _DEBUG;%(PreprocessorDefinitions) + + + true + .\..\win32\bin\Debug\elements.bsc + + + true + true + Console + ..\win32\bin\Debug\elements.exe + ..\win32\bin\Debug;%(AdditionalLibraryDirectories) + libexpatMT.lib;%(AdditionalDependencies) + + + + + + + + {e8b13912-ee55-4992-ab06-6cccbca385e3} + false + + + + + + \ No newline at end of file -- cgit 1.4.1