From 33a580d299413277f53f432f05ea0700e05fef5d Mon Sep 17 00:00:00 2001 From: "Nicolas \"Pixel\" Noble" Date: Sun, 25 May 2014 19:48:44 -0700 Subject: Splitting c-ares into its own project file. --- win32/project/c-ares.vcxproj | 216 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 216 insertions(+) create mode 100644 win32/project/c-ares.vcxproj (limited to 'win32/project/c-ares.vcxproj') diff --git a/win32/project/c-ares.vcxproj b/win32/project/c-ares.vcxproj new file mode 100644 index 0000000..6dcd6af --- /dev/null +++ b/win32/project/c-ares.vcxproj @@ -0,0 +1,216 @@ + + + + + Debug + Win32 + + + Debug + x64 + + + Release + Win32 + + + Release + x64 + + + + {4D6AFE58-8573-4F3F-9CB7-EFF38BDC9662} + cares + + + + StaticLibrary + true + v120 + MultiByte + + + StaticLibrary + true + v120 + MultiByte + + + StaticLibrary + false + v120 + true + MultiByte + + + StaticLibrary + false + v120 + true + MultiByte + + + + + + + + + + + + + + + + + + + $(SolutionDir)$(Platform)\$(ProjectName)\$(Configuration)\ + $(Platform)\$(ProjectName)\$(Configuration)\ + + + $(SolutionDir)$(Platform)\$(ProjectName)\$(Configuration)\ + $(Platform)\$(ProjectName)\$(Configuration)\ + + + $(SolutionDir)$(Platform)\$(ProjectName)\$(Configuration)\ + $(Platform)\$(ProjectName)\$(Configuration)\ + + + $(SolutionDir)$(Platform)\$(ProjectName)\$(Configuration)\ + $(Platform)\$(ProjectName)\$(Configuration)\ + + + + Level3 + Disabled + false + ..\..\includes;..\..\includes\msc;..\..\libev;..\..\win32;..\..\win32\pthreads-win32;..\..\win32\iconv;..\..\win32\zlib;..\..\win32\regex;..\..\win32\c-ares;..\..\LuaJIT\src;..\..\src\jsoncpp\include;..\..\libtommath;..\..\libtomcrypt\src\headers + CARES_BUILDING_LIBRARY;CARES_STATICLIB;%(UndefinePreprocessorDefinitions) + + + true + + + + + Level3 + Disabled + false + ..\..\includes;..\..\includes\msc;..\..\libev;..\..\win32;..\..\win32\pthreads-win32;..\..\win32\iconv;..\..\win32\zlib;..\..\win32\regex;..\..\win32\c-ares;..\..\LuaJIT\src;..\..\src\jsoncpp\include;..\..\libtommath;..\..\libtomcrypt\src\headers + CARES_BUILDING_LIBRARY;CARES_STATICLIB;%(UndefinePreprocessorDefinitions) + + + true + + + + + Level3 + MaxSpeed + true + true + false + ..\..\includes;..\..\includes\msc;..\..\libev;..\..\win32;..\..\win32\pthreads-win32;..\..\win32\iconv;..\..\win32\zlib;..\..\win32\regex;..\..\win32\c-ares;..\..\LuaJIT\src;..\..\src\jsoncpp\include;..\..\libtommath;..\..\libtomcrypt\src\headers + CARES_BUILDING_LIBRARY;CARES_STATICLIB;%(UndefinePreprocessorDefinitions) + + + true + true + true + + + + + Level3 + MaxSpeed + true + true + false + ..\..\includes;..\..\includes\msc;..\..\libev;..\..\win32;..\..\win32\pthreads-win32;..\..\win32\iconv;..\..\win32\zlib;..\..\win32\regex;..\..\win32\c-ares;..\..\LuaJIT\src;..\..\src\jsoncpp\include;..\..\libtommath;..\..\libtomcrypt\src\headers + CARES_BUILDING_LIBRARY;CARES_STATICLIB;%(UndefinePreprocessorDefinitions) + + + true + true + true + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file -- cgit v1.2.3