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/lib/expatw_static.vcxproj | 249 +++++++++++++++++++++++++++++ 1 file changed, 249 insertions(+) create mode 100644 win32/deps/expat/lib/expatw_static.vcxproj (limited to 'win32/deps/expat/lib/expatw_static.vcxproj') diff --git a/win32/deps/expat/lib/expatw_static.vcxproj b/win32/deps/expat/lib/expatw_static.vcxproj new file mode 100644 index 00000000..c943668c --- /dev/null +++ b/win32/deps/expat/lib/expatw_static.vcxproj @@ -0,0 +1,249 @@ + + + + + Debug + Win32 + + + Debug + x64 + + + Release + Win32 + + + Release + x64 + + + Template + Win32 + + + Template + x64 + + + + + + {0D85D0D7-A069-4782-8AA3-4117C675DBFA} + + + + Application + v110 + + + Application + v110 + + + StaticLibrary + v110 + false + MultiByte + + + StaticLibrary + v110 + false + MultiByte + + + StaticLibrary + v110 + false + MultiByte + + + StaticLibrary + v110 + false + MultiByte + + + + + + + + + + + + + + + + + + + + + + + + + + + + + .\..\win32\bin\Debug\ + .\..\win32\tmp\Debug-w_static\ + true + + + true + + + .\..\win32\bin\Release\ + .\..\win32\tmp\Release-w_static\ + false + + + false + + + + MultiThreadedDebug + Default + false + Disabled + true + Level3 + EditAndContinue + WIN32;_DEBUG;_WINDOWS;_LIB;COMPILED_FROM_DSP;XML_UNICODE_WCHAR_T;%(PreprocessorDefinitions) + .\..\win32\tmp\Debug-w_static\ + true + .\..\win32\tmp\Debug-w_static\expatw_static.pch + .\..\win32\tmp\Debug-w_static\ + .\..\win32\tmp\Debug-w_static\ + EnableFastChecks + + + 0x0409 + _DEBUG;%(PreprocessorDefinitions) + + + true + .\..\win32\bin\Debug\expatw_static.bsc + + + true + ..\win32\bin\Debug\libexpatwMT.lib + + + + + MultiThreadedDebug + Default + false + Disabled + true + Level3 + ProgramDatabase + WIN32;_DEBUG;_WINDOWS;_LIB;COMPILED_FROM_DSP;XML_UNICODE_WCHAR_T;%(PreprocessorDefinitions) + .\..\win32\tmp\Debug-w_static\ + true + .\..\win32\tmp\Debug-w_static\expatw_static.pch + .\..\win32\tmp\Debug-w_static\ + .\..\win32\tmp\Debug-w_static\ + EnableFastChecks + + + 0x0409 + _DEBUG;%(PreprocessorDefinitions) + + + true + .\..\win32\bin\Debug\expatw_static.bsc + + + true + ..\win32\bin\Debug\libexpatwMT.lib + + + + + MultiThreadedDLL + Default + true + true + MaxSpeed + true + Level3 + WIN32;_WINDOWS;NDEBUG;_LIB;COMPILED_FROM_DSP;XML_UNICODE_WCHAR_T;%(PreprocessorDefinitions) + .\..\win32\tmp\Release-w_static\ + .\..\win32\tmp\Release-w_static\expatw_static.pch + .\..\win32\tmp\Release-w_static\ + .\..\win32\tmp\Release-w_static\ + + + 0x0409 + NDEBUG;%(PreprocessorDefinitions) + + + true + .\..\win32\bin\Release\expatw_static.bsc + + + true + ..\win32\bin\Release\libexpatwMT.lib + + + + + MultiThreadedDLL + Default + true + true + MaxSpeed + true + Level3 + WIN32;_WINDOWS;NDEBUG;_LIB;COMPILED_FROM_DSP;XML_UNICODE_WCHAR_T;%(PreprocessorDefinitions) + .\..\win32\tmp\Release-w_static\ + .\..\win32\tmp\Release-w_static\expatw_static.pch + .\..\win32\tmp\Release-w_static\ + .\..\win32\tmp\Release-w_static\ + + + 0x0409 + NDEBUG;%(PreprocessorDefinitions) + + + true + .\..\win32\bin\Release\expatw_static.bsc + + + true + ..\win32\bin\Release\libexpatwMT.lib + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file -- cgit 1.4.1