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/outline.vcxproj | 268 ++++++++++++++++++++++++++++++ 1 file changed, 268 insertions(+) create mode 100644 win32/deps/expat/examples/outline.vcxproj (limited to 'win32/deps/expat/examples/outline.vcxproj') diff --git a/win32/deps/expat/examples/outline.vcxproj b/win32/deps/expat/examples/outline.vcxproj new file mode 100644 index 00000000..21e02637 --- /dev/null +++ b/win32/deps/expat/examples/outline.vcxproj @@ -0,0 +1,268 @@ + + + + + Debug + Win32 + + + Debug + x64 + + + Release + Win32 + + + Release + x64 + + + Template + Win32 + + + Template + x64 + + + + + + {C1101887-0ED1-4090-8063-DB8541019535} + + + + Application + v110 + + + Application + v110 + + + Application + v110 + false + MultiByte + + + Application + v110 + false + MultiByte + + + Application + v110 + false + MultiByte + + + Application + v110 + false + MultiByte + + + + + + + + + + + + + + + + + + + + + + + + + + + + + .\..\win32\bin\Debug\ + .\..\win32\tmp\Debug-outline\ + true + + + true + + + .\..\win32\bin\Release\ + .\..\win32\tmp\Release-outline\ + false + + + false + + + + MultiThreadedDebug + Default + false + Disabled + true + Level3 + true + EditAndContinue + ..\lib;%(AdditionalIncludeDirectories) + WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) + .\..\win32\tmp\Debug-outline\ + .\..\win32\tmp\Debug-outline\outline.pch + .\..\win32\tmp\Debug-outline\ + .\..\win32\tmp\Debug-outline\ + EnableFastChecks + + + .\..\win32\bin\Debug\outline.tlb + + + 0x0409 + _DEBUG;%(PreprocessorDefinitions) + + + true + .\..\win32\bin\Debug\outline.bsc + + + true + true + Console + ..\win32\bin\Debug\outline.exe + ..\win32\bin\Debug;%(AdditionalLibraryDirectories) + libexpat.lib;%(AdditionalDependencies) + + + + + MultiThreadedDebug + Default + false + Disabled + true + Level3 + ProgramDatabase + ..\lib;%(AdditionalIncludeDirectories) + WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) + .\..\win32\tmp\Debug-outline\ + .\..\win32\tmp\Debug-outline\outline.pch + .\..\win32\tmp\Debug-outline\ + .\..\win32\tmp\Debug-outline\ + EnableFastChecks + + + .\..\win32\bin\Debug\outline.tlb + + + 0x0409 + _DEBUG;%(PreprocessorDefinitions) + + + true + .\..\win32\bin\Debug\outline.bsc + + + true + true + Console + ..\win32\bin\Debug\outline.exe + ..\win32\bin\Debug;%(AdditionalLibraryDirectories) + libexpat.lib;%(AdditionalDependencies) + + + + + MultiThreadedDLL + Default + true + true + MaxSpeed + true + Level3 + false + ..\lib;%(AdditionalIncludeDirectories) + WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) + .\..\win32\tmp\Release-outline\ + .\..\win32\tmp\Release-outline\outline.pch + .\..\win32\tmp\Release-outline\ + .\..\win32\tmp\Release-outline\ + + + .\..\win32\bin\Release\outline.tlb + + + 0x0409 + NDEBUG;%(PreprocessorDefinitions) + + + true + .\..\win32\bin\Release\outline.bsc + + + true + Console + ..\win32\bin\Release\outline.exe + ..\win32\bin\Release;%(AdditionalLibraryDirectories) + libexpat.lib;%(AdditionalDependencies) + + + + + MultiThreadedDLL + Default + true + true + MaxSpeed + true + Level3 + false + ..\lib;%(AdditionalIncludeDirectories) + WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) + .\..\win32\tmp\Release-outline\ + .\..\win32\tmp\Release-outline\outline.pch + .\..\win32\tmp\Release-outline\ + .\..\win32\tmp\Release-outline\ + + + .\..\win32\bin\Release\outline.tlb + + + 0x0409 + NDEBUG;%(PreprocessorDefinitions) + + + true + .\..\win32\bin\Release\outline.bsc + + + true + Console + ..\win32\bin\Release\outline.exe + ..\win32\bin\Release;%(AdditionalLibraryDirectories) + libexpat.lib;%(AdditionalDependencies) + + + + + + + + {d1b1ea84-a917-44e2-8cee-170c5a4b3b15} + false + + + + + + \ No newline at end of file -- cgit 1.4.1