libudns.2017.vcxproj 6.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project DefaultTargets="Build" ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3. <ItemGroup Label="ProjectConfigurations">
  4. <ProjectConfiguration Include="Debug|Win32">
  5. <Configuration>Debug</Configuration>
  6. <Platform>Win32</Platform>
  7. </ProjectConfiguration>
  8. <ProjectConfiguration Include="Debug|x64">
  9. <Configuration>Debug</Configuration>
  10. <Platform>x64</Platform>
  11. </ProjectConfiguration>
  12. <ProjectConfiguration Include="Release|Win32">
  13. <Configuration>Release</Configuration>
  14. <Platform>Win32</Platform>
  15. </ProjectConfiguration>
  16. <ProjectConfiguration Include="Release|x64">
  17. <Configuration>Release</Configuration>
  18. <Platform>x64</Platform>
  19. </ProjectConfiguration>
  20. </ItemGroup>
  21. <PropertyGroup Label="Globals">
  22. <ProjectName>libudns</ProjectName>
  23. <ProjectGuid>{4043FC6A-9A30-4577-8AD5-9B233C9575D8}</ProjectGuid>
  24. <RootNamespace>libudns</RootNamespace>
  25. <Keyword>Win32Proj</Keyword>
  26. </PropertyGroup>
  27. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
  28. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
  29. <ConfigurationType>StaticLibrary</ConfigurationType>
  30. <CharacterSet>NotSet</CharacterSet>
  31. <WholeProgramOptimization>false</WholeProgramOptimization>
  32. <PlatformToolset>$(DefaultPlatformToolset)</PlatformToolset>
  33. </PropertyGroup>
  34. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
  35. <ConfigurationType>StaticLibrary</ConfigurationType>
  36. <CharacterSet>NotSet</CharacterSet>
  37. <PlatformToolset>$(DefaultPlatformToolset)</PlatformToolset>
  38. </PropertyGroup>
  39. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
  40. <ConfigurationType>StaticLibrary</ConfigurationType>
  41. <CharacterSet>NotSet</CharacterSet>
  42. <WholeProgramOptimization>false</WholeProgramOptimization>
  43. <PlatformToolset>$(DefaultPlatformToolset)</PlatformToolset>
  44. </PropertyGroup>
  45. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
  46. <ConfigurationType>StaticLibrary</ConfigurationType>
  47. <CharacterSet>NotSet</CharacterSet>
  48. <PlatformToolset>$(DefaultPlatformToolset)</PlatformToolset>
  49. </PropertyGroup>
  50. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
  51. <ImportGroup Label="ExtensionSettings">
  52. </ImportGroup>
  53. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets">
  54. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  55. <Import Project="..\..\..\w32\extlib.props" />
  56. </ImportGroup>
  57. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets">
  58. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  59. <Import Project="..\..\..\w32\extlib.props" />
  60. </ImportGroup>
  61. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets">
  62. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  63. <Import Project="..\..\..\w32\extlib.props" />
  64. </ImportGroup>
  65. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets">
  66. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  67. <Import Project="..\..\..\w32\extlib.props" />
  68. </ImportGroup>
  69. <PropertyGroup Label="UserMacros" />
  70. <PropertyGroup>
  71. <_ProjectFileVersion>10.0.30319.1</_ProjectFileVersion>
  72. </PropertyGroup>
  73. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  74. <ClCompile>
  75. <Optimization>Disabled</Optimization>
  76. <PreprocessorDefinitions>WIN32;_DEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  77. <MinimalRebuild>true</MinimalRebuild>
  78. <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
  79. <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
  80. <WarningLevel>Level3</WarningLevel>
  81. </ClCompile>
  82. </ItemDefinitionGroup>
  83. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  84. <ClCompile>
  85. <Optimization>Disabled</Optimization>
  86. <PreprocessorDefinitions>WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  87. <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
  88. <WarningLevel>Level3</WarningLevel>
  89. </ClCompile>
  90. </ItemDefinitionGroup>
  91. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  92. <Midl>
  93. <TargetEnvironment>X64</TargetEnvironment>
  94. </Midl>
  95. <ClCompile>
  96. <Optimization>Disabled</Optimization>
  97. <PreprocessorDefinitions>WIN32;_DEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  98. <MinimalRebuild>true</MinimalRebuild>
  99. <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
  100. <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
  101. <WarningLevel>Level3</WarningLevel>
  102. </ClCompile>
  103. </ItemDefinitionGroup>
  104. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  105. <Midl>
  106. <TargetEnvironment>X64</TargetEnvironment>
  107. </Midl>
  108. <ClCompile>
  109. <Optimization>Disabled</Optimization>
  110. <PreprocessorDefinitions>WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  111. <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
  112. <WarningLevel>Level3</WarningLevel>
  113. </ClCompile>
  114. </ItemDefinitionGroup>
  115. <ItemGroup>
  116. <ClCompile Include="..\..\udns\inet_pton.c" />
  117. <ClCompile Include="..\..\udns\udns_bl.c" />
  118. <ClCompile Include="..\..\udns\udns_codes.c" />
  119. <ClCompile Include="..\..\udns\udns_dn.c" />
  120. <ClCompile Include="..\..\udns\udns_dntosp.c" />
  121. <ClCompile Include="..\..\udns\udns_misc.c" />
  122. <ClCompile Include="..\..\udns\udns_parse.c" />
  123. <ClCompile Include="..\..\udns\udns_resolver.c" />
  124. <ClCompile Include="..\..\udns\udns_rr_a.c" />
  125. <ClCompile Include="..\..\udns\udns_rr_mx.c" />
  126. <ClCompile Include="..\..\udns\udns_rr_naptr.c" />
  127. <ClCompile Include="..\..\udns\udns_rr_ptr.c" />
  128. <ClCompile Include="..\..\udns\udns_rr_srv.c" />
  129. <ClCompile Include="..\..\udns\udns_rr_txt.c" />
  130. </ItemGroup>
  131. <ItemGroup>
  132. <ClInclude Include="..\..\udns\inet_pton.h" />
  133. </ItemGroup>
  134. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
  135. <ImportGroup Label="ExtensionTargets">
  136. </ImportGroup>
  137. </Project>