libcares.vcxproj 12.8 KB
<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" ToolsVersion="15.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>{6BCE0E64-5A72-4243-B385-88E62C8E398A}</ProjectGuid>
    <RootNamespace>libcares</RootNamespace>
    <Keyword>Win32Proj</Keyword>
    <WindowsTargetPlatformVersion>10.0.17763.0</WindowsTargetPlatformVersion>
  </PropertyGroup>
  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
    <ConfigurationType>StaticLibrary</ConfigurationType>
    <CharacterSet>Unicode</CharacterSet>
    <PlatformToolset>v141</PlatformToolset>
  </PropertyGroup>
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
    <ConfigurationType>StaticLibrary</ConfigurationType>
    <CharacterSet>Unicode</CharacterSet>
    <PlatformToolset>v141</PlatformToolset>
  </PropertyGroup>
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
    <ConfigurationType>StaticLibrary</ConfigurationType>
    <CharacterSet>Unicode</CharacterSet>
    <PlatformToolset>v141</PlatformToolset>
  </PropertyGroup>
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
    <ConfigurationType>StaticLibrary</ConfigurationType>
    <CharacterSet>Unicode</CharacterSet>
    <PlatformToolset>v141</PlatformToolset>
  </PropertyGroup>
  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
  <ImportGroup Label="ExtensionSettings">
  </ImportGroup>
  <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets">
    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
    <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC71.props" />
  </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" />
    <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC71.props" />
  </ImportGroup>
  <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets">
    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
    <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC71.props" />
  </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" />
    <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC71.props" />
  </ImportGroup>
  <PropertyGroup Label="UserMacros" />
  <PropertyGroup>
    <_ProjectFileVersion>10.0.30319.1</_ProjectFileVersion>
    <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(SolutionDir)$(PlatformToolset)\$(Platform)\$(Configuration)\</OutDir>
    <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(SolutionDir)$(PlatformToolset)\$(Platform)\$(Configuration)\</OutDir>
    <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(ProjectName)\$(Platform)\$(Configuration)\</IntDir>
    <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(ProjectName)\$(Platform)\$(Configuration)\</IntDir>
    <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(SolutionDir)$(PlatformToolset)\$(Platform)\$(Configuration)\</OutDir>
    <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(SolutionDir)$(PlatformToolset)\$(Platform)\$(Configuration)\</OutDir>
    <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(ProjectName)\$(Platform)\$(Configuration)\</IntDir>
    <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(ProjectName)\$(Platform)\$(Configuration)\</IntDir>
  </PropertyGroup>
  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
    <ClCompile>
      <Optimization>Disabled</Optimization>
      <AdditionalIncludeDirectories>..\..\..\c-ares;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
      <PreprocessorDefinitions>CARES_STATICLIB;CARES_BUILDING_LIBRARY;_CRT_SECURE_NO_DEPRECATE;WIN32;_DEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
      <MinimalRebuild>true</MinimalRebuild>
      <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
      <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
      <PrecompiledHeader>
      </PrecompiledHeader>
      <ObjectFileName>$(IntDir)</ObjectFileName>
      <ProgramDataBaseFileName>$(IntDir)$(ProjectName)-vc80.pdb</ProgramDataBaseFileName>
      <WarningLevel>Level3</WarningLevel>
      <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
    </ClCompile>
    <Lib>
      <OutputFile>$(OutDir)$(TargetName)$(TargetExt)</OutputFile>
    </Lib>
  </ItemDefinitionGroup>
  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
    <ClCompile>
      <Optimization>Disabled</Optimization>
      <AdditionalIncludeDirectories>..\..\..\c-ares;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
      <PreprocessorDefinitions>CARES_STATICLIB;CARES_BUILDING_LIBRARY;_CRT_SECURE_NO_DEPRECATE;WIN32;_DEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
      <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
      <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
      <PrecompiledHeader>
      </PrecompiledHeader>
      <ObjectFileName>$(IntDir)</ObjectFileName>
      <ProgramDataBaseFileName>$(IntDir)$(ProjectName)-vc80.pdb</ProgramDataBaseFileName>
      <WarningLevel>Level3</WarningLevel>
      <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
    </ClCompile>
    <Lib>
      <OutputFile>$(OutDir)$(TargetName)$(TargetExt)</OutputFile>
    </Lib>
  </ItemDefinitionGroup>
  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
    <ClCompile>
      <AdditionalIncludeDirectories>..\..\..\c-ares;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
      <PreprocessorDefinitions>CARES_STATICLIB;CARES_BUILDING_LIBRARY;_CRT_SECURE_NO_DEPRECATE;WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
      <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
      <PrecompiledHeader>
      </PrecompiledHeader>
      <ObjectFileName>$(IntDir)</ObjectFileName>
      <ProgramDataBaseFileName>$(IntDir)$(ProjectName)-vc80.pdb</ProgramDataBaseFileName>
      <WarningLevel>Level3</WarningLevel>
      <DebugInformationFormat>
      </DebugInformationFormat>
    </ClCompile>
    <Lib>
      <OutputFile>$(OutDir)$(TargetName)$(TargetExt)</OutputFile>
    </Lib>
  </ItemDefinitionGroup>
  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
    <ClCompile>
      <AdditionalIncludeDirectories>..\..\..\c-ares;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
      <PreprocessorDefinitions>CARES_STATICLIB;CARES_BUILDING_LIBRARY;_CRT_SECURE_NO_DEPRECATE;WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
      <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
      <PrecompiledHeader>
      </PrecompiledHeader>
      <ObjectFileName>$(IntDir)</ObjectFileName>
      <ProgramDataBaseFileName>$(IntDir)$(ProjectName)-vc80.pdb</ProgramDataBaseFileName>
      <WarningLevel>Level3</WarningLevel>
      <DebugInformationFormat>
      </DebugInformationFormat>
    </ClCompile>
    <Lib>
      <OutputFile>$(OutDir)$(TargetName)$(TargetExt)</OutputFile>
    </Lib>
  </ItemDefinitionGroup>
  <ItemGroup>
    <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\ares_cancel.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_gethostbyaddr.c" />
    <ClCompile Include="..\..\..\c-ares\ares_gethostbyname.c" />
    <ClCompile Include="..\..\..\c-ares\ares_getnameinfo.c" />
    <ClCompile Include="..\..\..\c-ares\ares_getopt.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_a_reply.c" />
    <ClCompile Include="..\..\..\c-ares\ares_parse_aaaa_reply.c" />
    <ClCompile Include="..\..\..\c-ares\ares_parse_mx_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_srv_reply.c" />
    <ClCompile Include="..\..\..\c-ares\ares_parse_txt_reply.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\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>
  <ItemGroup>
    <ClInclude Include="..\..\..\c-ares\ares.h" />
    <ClInclude Include="..\..\..\c-ares\ares_build.h" />
    <ClInclude Include="..\..\..\c-ares\ares_data.h" />
    <ClInclude Include="..\..\..\c-ares\ares_dns.h" />
    <ClInclude Include="..\..\..\c-ares\ares_getopt.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_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\bitncmp.h" />
    <ClInclude Include="..\..\..\c-ares\config-dos.h" />
    <ClInclude Include="..\..\..\c-ares\config-win32.h" />
    <ClInclude Include="..\..\..\c-ares\inet_net_pton.h" />
    <ClInclude Include="..\..\..\c-ares\inet_ntop.h" />
    <ClInclude Include="..\..\..\c-ares\nameser.h" />
    <ClInclude Include="..\..\..\c-ares\setup_once.h" />
  </ItemGroup>
  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
  <ImportGroup Label="ExtensionTargets">
  </ImportGroup>
</Project>