summaryrefslogtreecommitdiff
path: root/win32/project/c-ares.vcxproj
diff options
context:
space:
mode:
Diffstat (limited to 'win32/project/c-ares.vcxproj')
-rw-r--r--win32/project/c-ares.vcxproj216
1 files changed, 216 insertions, 0 deletions
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 @@
+<?xml version="1.0" encoding="utf-8"?>
+<Project DefaultTargets="Build" ToolsVersion="12.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
+ <ItemGroup Label="ProjectConfigurations">
+ <ProjectConfiguration Include="Debug|Win32">
+ <Configuration>Debug</Configuration>
+ <Platform>Win32</Platform>
+ </ProjectConfiguration>
+ <ProjectConfiguration Include="Debug|x64">
+ <Configuration>Debug</Configuration>
+ <Platform>x64</Platform>
+ </ProjectConfiguration>
+ <ProjectConfiguration Include="Release|Win32">
+ <Configuration>Release</Configuration>
+ <Platform>Win32</Platform>
+ </ProjectConfiguration>
+ <ProjectConfiguration Include="Release|x64">
+ <Configuration>Release</Configuration>
+ <Platform>x64</Platform>
+ </ProjectConfiguration>
+ </ItemGroup>
+ <PropertyGroup Label="Globals">
+ <ProjectGuid>{4D6AFE58-8573-4F3F-9CB7-EFF38BDC9662}</ProjectGuid>
+ <RootNamespace>cares</RootNamespace>
+ </PropertyGroup>
+ <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
+ <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
+ <ConfigurationType>StaticLibrary</ConfigurationType>
+ <UseDebugLibraries>true</UseDebugLibraries>
+ <PlatformToolset>v120</PlatformToolset>
+ <CharacterSet>MultiByte</CharacterSet>
+ </PropertyGroup>
+ <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
+ <ConfigurationType>StaticLibrary</ConfigurationType>
+ <UseDebugLibraries>true</UseDebugLibraries>
+ <PlatformToolset>v120</PlatformToolset>
+ <CharacterSet>MultiByte</CharacterSet>
+ </PropertyGroup>
+ <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
+ <ConfigurationType>StaticLibrary</ConfigurationType>
+ <UseDebugLibraries>false</UseDebugLibraries>
+ <PlatformToolset>v120</PlatformToolset>
+ <WholeProgramOptimization>true</WholeProgramOptimization>
+ <CharacterSet>MultiByte</CharacterSet>
+ </PropertyGroup>
+ <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
+ <ConfigurationType>StaticLibrary</ConfigurationType>
+ <UseDebugLibraries>false</UseDebugLibraries>
+ <PlatformToolset>v120</PlatformToolset>
+ <WholeProgramOptimization>true</WholeProgramOptimization>
+ <CharacterSet>MultiByte</CharacterSet>
+ </PropertyGroup>
+ <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
+ <ImportGroup Label="ExtensionSettings">
+ </ImportGroup>
+ <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
+ <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
+ </ImportGroup>
+ <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets">
+ <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
+ </ImportGroup>
+ <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
+ <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
+ </ImportGroup>
+ <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets">
+ <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
+ </ImportGroup>
+ <PropertyGroup Label="UserMacros" />
+ <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
+ <OutDir>$(SolutionDir)$(Platform)\$(ProjectName)\$(Configuration)\</OutDir>
+ <IntDir>$(Platform)\$(ProjectName)\$(Configuration)\</IntDir>
+ </PropertyGroup>
+ <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
+ <OutDir>$(SolutionDir)$(Platform)\$(ProjectName)\$(Configuration)\</OutDir>
+ <IntDir>$(Platform)\$(ProjectName)\$(Configuration)\</IntDir>
+ </PropertyGroup>
+ <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
+ <OutDir>$(SolutionDir)$(Platform)\$(ProjectName)\$(Configuration)\</OutDir>
+ <IntDir>$(Platform)\$(ProjectName)\$(Configuration)\</IntDir>
+ </PropertyGroup>
+ <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
+ <OutDir>$(SolutionDir)$(Platform)\$(ProjectName)\$(Configuration)\</OutDir>
+ <IntDir>$(Platform)\$(ProjectName)\$(Configuration)\</IntDir>
+ </PropertyGroup>
+ <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
+ <ClCompile>
+ <WarningLevel>Level3</WarningLevel>
+ <Optimization>Disabled</Optimization>
+ <SDLCheck>false</SDLCheck>
+ <AdditionalIncludeDirectories>..\..\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</AdditionalIncludeDirectories>
+ <UndefinePreprocessorDefinitions>CARES_BUILDING_LIBRARY;CARES_STATICLIB;%(UndefinePreprocessorDefinitions)</UndefinePreprocessorDefinitions>
+ </ClCompile>
+ <Link>
+ <GenerateDebugInformation>true</GenerateDebugInformation>
+ </Link>
+ </ItemDefinitionGroup>
+ <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
+ <ClCompile>
+ <WarningLevel>Level3</WarningLevel>
+ <Optimization>Disabled</Optimization>
+ <SDLCheck>false</SDLCheck>
+ <AdditionalIncludeDirectories>..\..\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</AdditionalIncludeDirectories>
+ <UndefinePreprocessorDefinitions>CARES_BUILDING_LIBRARY;CARES_STATICLIB;%(UndefinePreprocessorDefinitions)</UndefinePreprocessorDefinitions>
+ </ClCompile>
+ <Link>
+ <GenerateDebugInformation>true</GenerateDebugInformation>
+ </Link>
+ </ItemDefinitionGroup>
+ <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
+ <ClCompile>
+ <WarningLevel>Level3</WarningLevel>
+ <Optimization>MaxSpeed</Optimization>
+ <FunctionLevelLinking>true</FunctionLevelLinking>
+ <IntrinsicFunctions>true</IntrinsicFunctions>
+ <SDLCheck>false</SDLCheck>
+ <AdditionalIncludeDirectories>..\..\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</AdditionalIncludeDirectories>
+ <UndefinePreprocessorDefinitions>CARES_BUILDING_LIBRARY;CARES_STATICLIB;%(UndefinePreprocessorDefinitions)</UndefinePreprocessorDefinitions>
+ </ClCompile>
+ <Link>
+ <GenerateDebugInformation>true</GenerateDebugInformation>
+ <EnableCOMDATFolding>true</EnableCOMDATFolding>
+ <OptimizeReferences>true</OptimizeReferences>
+ </Link>
+ </ItemDefinitionGroup>
+ <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
+ <ClCompile>
+ <WarningLevel>Level3</WarningLevel>
+ <Optimization>MaxSpeed</Optimization>
+ <FunctionLevelLinking>true</FunctionLevelLinking>
+ <IntrinsicFunctions>true</IntrinsicFunctions>
+ <SDLCheck>false</SDLCheck>
+ <AdditionalIncludeDirectories>..\..\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</AdditionalIncludeDirectories>
+ <UndefinePreprocessorDefinitions>CARES_BUILDING_LIBRARY;CARES_STATICLIB;%(UndefinePreprocessorDefinitions)</UndefinePreprocessorDefinitions>
+ </ClCompile>
+ <Link>
+ <GenerateDebugInformation>true</GenerateDebugInformation>
+ <EnableCOMDATFolding>true</EnableCOMDATFolding>
+ <OptimizeReferences>true</OptimizeReferences>
+ </Link>
+ </ItemDefinitionGroup>
+ <ItemGroup>
+ <ClInclude Include="..\ares_build.h" />
+ <ClInclude Include="..\c-ares\ares.h" />
+ <ClInclude Include="..\c-ares\ares_data.h" />
+ <ClInclude Include="..\c-ares\ares_dns.h" />
+ <ClInclude Include="..\c-ares\ares_getenv.h" />
+ <ClInclude Include="..\c-ares\ares_iphlpapi.h" />
+ <ClInclude Include="..\c-ares\ares_ipv6.h" />
+ <ClInclude Include="..\c-ares\ares_library_init.h" />
+ <ClInclude Include="..\c-ares\ares_llist.h" />
+ <ClInclude Include="..\c-ares\ares_nowarn.h" />
+ <ClInclude Include="..\c-ares\ares_platform.h" />
+ <ClInclude Include="..\c-ares\ares_private.h" />
+ <ClInclude Include="..\c-ares\ares_rules.h" />
+ <ClInclude Include="..\c-ares\ares_setup.h" />
+ <ClInclude Include="..\c-ares\ares_strcasecmp.h" />
+ <ClInclude Include="..\c-ares\ares_strdup.h" />
+ <ClInclude Include="..\c-ares\ares_version.h" />
+ <ClInclude Include="..\c-ares\ares_writev.h" />
+ <ClInclude Include="..\c-ares\config-win32.h" />
+ <ClInclude Include="..\c-ares\nameser.h" />
+ <ClInclude Include="..\c-ares\setup_once.h" />
+ </ItemGroup>
+ <ItemGroup>
+ <ClCompile Include="..\c-ares\ares_cancel.c" />
+ <ClCompile Include="..\c-ares\ares_create_query.c" />
+ <ClCompile Include="..\c-ares\ares_data.c" />
+ <ClCompile Include="..\c-ares\ares_destroy.c" />
+ <ClCompile Include="..\c-ares\ares_expand_name.c" />
+ <ClCompile Include="..\c-ares\ares_expand_string.c" />
+ <ClCompile Include="..\c-ares\ares_fds.c" />
+ <ClCompile Include="..\c-ares\ares_free_hostent.c" />
+ <ClCompile Include="..\c-ares\ares_free_string.c" />
+ <ClCompile Include="..\c-ares\ares_getenv.c" />
+ <ClCompile Include="..\c-ares\ares_gethostbyaddr.c" />
+ <ClCompile Include="..\c-ares\ares_gethostbyname.c" />
+ <ClCompile Include="..\c-ares\ares_getnameinfo.c" />
+ <ClCompile Include="..\c-ares\ares_getsock.c" />
+ <ClCompile Include="..\c-ares\ares_init.c" />
+ <ClCompile Include="..\c-ares\ares_library_init.c" />
+ <ClCompile Include="..\c-ares\ares_llist.c" />
+ <ClCompile Include="..\c-ares\ares_mkquery.c" />
+ <ClCompile Include="..\c-ares\ares_nowarn.c" />
+ <ClCompile Include="..\c-ares\ares_options.c" />
+ <ClCompile Include="..\c-ares\ares_parse_aaaa_reply.c" />
+ <ClCompile Include="..\c-ares\ares_parse_a_reply.c" />
+ <ClCompile Include="..\c-ares\ares_parse_mx_reply.c" />
+ <ClCompile Include="..\c-ares\ares_parse_naptr_reply.c" />
+ <ClCompile Include="..\c-ares\ares_parse_ns_reply.c" />
+ <ClCompile Include="..\c-ares\ares_parse_ptr_reply.c" />
+ <ClCompile Include="..\c-ares\ares_parse_soa_reply.c" />
+ <ClCompile Include="..\c-ares\ares_parse_srv_reply.c" />
+ <ClCompile Include="..\c-ares\ares_parse_txt_reply.c" />
+ <ClCompile Include="..\c-ares\ares_platform.c" />
+ <ClCompile Include="..\c-ares\ares_process.c" />
+ <ClCompile Include="..\c-ares\ares_query.c" />
+ <ClCompile Include="..\c-ares\ares_search.c" />
+ <ClCompile Include="..\c-ares\ares_send.c" />
+ <ClCompile Include="..\c-ares\ares_strcasecmp.c" />
+ <ClCompile Include="..\c-ares\ares_strdup.c" />
+ <ClCompile Include="..\c-ares\ares_strerror.c" />
+ <ClCompile Include="..\c-ares\ares_timeout.c" />
+ <ClCompile Include="..\c-ares\ares_version.c" />
+ <ClCompile Include="..\c-ares\ares_writev.c" />
+ <ClCompile Include="..\c-ares\ares__close_sockets.c" />
+ <ClCompile Include="..\c-ares\ares__get_hostent.c" />
+ <ClCompile Include="..\c-ares\ares__read_line.c" />
+ <ClCompile Include="..\c-ares\ares__timeval.c" />
+ <ClCompile Include="..\c-ares\bitncmp.c" />
+ <ClCompile Include="..\c-ares\inet_net_pton.c" />
+ <ClCompile Include="..\c-ares\inet_ntop.c" />
+ <ClCompile Include="..\c-ares\windows_port.c" />
+ </ItemGroup>
+ <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
+ <ImportGroup Label="ExtensionTargets">
+ </ImportGroup>
+</Project> \ No newline at end of file