2
0

ldns-lib.2017.vcxproj 16 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267
  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>ldns</ProjectName>
  23. <ProjectGuid>{23B4D303-79FC-49E0-89E2-2280E7E28940}</ProjectGuid>
  24. <RootNamespace>ldns</RootNamespace>
  25. </PropertyGroup>
  26. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
  27. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
  28. <ConfigurationType>StaticLibrary</ConfigurationType>
  29. <CharacterSet>MultiByte</CharacterSet>
  30. <WholeProgramOptimization>true</WholeProgramOptimization>
  31. <PlatformToolset>$(DefaultPlatformToolset)</PlatformToolset>
  32. </PropertyGroup>
  33. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
  34. <ConfigurationType>StaticLibrary</ConfigurationType>
  35. <CharacterSet>MultiByte</CharacterSet>
  36. <WholeProgramOptimization>true</WholeProgramOptimization>
  37. <PlatformToolset>$(DefaultPlatformToolset)</PlatformToolset>
  38. </PropertyGroup>
  39. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
  40. <ConfigurationType>StaticLibrary</ConfigurationType>
  41. <CharacterSet>MultiByte</CharacterSet>
  42. <PlatformToolset>$(DefaultPlatformToolset)</PlatformToolset>
  43. </PropertyGroup>
  44. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
  45. <ConfigurationType>StaticLibrary</ConfigurationType>
  46. <CharacterSet>MultiByte</CharacterSet>
  47. <PlatformToolset>$(DefaultPlatformToolset)</PlatformToolset>
  48. </PropertyGroup>
  49. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
  50. <Import Project="$(SolutionDir)\w32\download_LDNS.props" Condition=" '$(downloadLDNSPropsImported)' == '' " />
  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\extdll.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\extdll.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\extdll.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\extdll.props" />
  68. </ImportGroup>
  69. <PropertyGroup Label="UserMacros" />
  70. <PropertyGroup>
  71. <_ProjectFileVersion>10.0.40219.1</_ProjectFileVersion>
  72. <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">AllRules.ruleset</CodeAnalysisRuleSet>
  73. <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">AllRules.ruleset</CodeAnalysisRuleSet>
  74. <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" />
  75. <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" />
  76. <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" />
  77. <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" />
  78. <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">AllRules.ruleset</CodeAnalysisRuleSet>
  79. <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Release|x64'">AllRules.ruleset</CodeAnalysisRuleSet>
  80. <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" />
  81. <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Release|x64'" />
  82. <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" />
  83. <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Release|x64'" />
  84. </PropertyGroup>
  85. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  86. <ClCompile>
  87. <Optimization>Disabled</Optimization>
  88. <AdditionalIncludeDirectories>..\..\..\ldns\;.;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  89. <PreprocessorDefinitions>HAVE_ISBLANK;HAVE_STRUCT_ADDRINFO;HAVE_CONFIG_H;_CRT_SECURE_NO_DEPRECATE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  90. <MinimalRebuild>true</MinimalRebuild>
  91. <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
  92. <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
  93. <WarningLevel>Level3</WarningLevel>
  94. <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
  95. <DisableSpecificWarnings>4013;4101;4996;4267;4244;%(DisableSpecificWarnings)</DisableSpecificWarnings>
  96. </ClCompile>
  97. <PreBuildEvent>
  98. <Command>if not exist "$(ProjectDir)..\..\..\ldns\ldns\config.h" type "$(ProjectDir)\config.h" &gt; "$(ProjectDir)..\..\..\ldns\ldns\config.h"
  99. if not exist "$(ProjectDir)..\..\..\ldns\ldns\util.h" type "$(ProjectDir)\util.h" &gt; "$(ProjectDir)..\..\..\ldns\ldns\util.h"
  100. if not exist "$(ProjectDir)..\..\..\ldns\ldns\net.h" type "$(ProjectDir)\net.h" &gt; "$(ProjectDir)..\..\..\ldns\ldns\net.h"</Command>
  101. </PreBuildEvent>
  102. <Lib>
  103. <AdditionalOptions>/ignore:4221 %(AdditionalOptions)</AdditionalOptions>
  104. </Lib>
  105. </ItemDefinitionGroup>
  106. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  107. <ClCompile>
  108. <Optimization>Disabled</Optimization>
  109. <AdditionalIncludeDirectories>..\..\..\ldns\;.;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  110. <PreprocessorDefinitions>HAVE_ISBLANK;HAVE_STRUCT_ADDRINFO;HAVE_CONFIG_H;_CRT_SECURE_NO_DEPRECATE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  111. <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
  112. <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
  113. <WarningLevel>Level3</WarningLevel>
  114. <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
  115. <DisableSpecificWarnings>4013;4101;4996;4267;4244;%(DisableSpecificWarnings)</DisableSpecificWarnings>
  116. </ClCompile>
  117. <PreBuildEvent>
  118. <Command>if not exist "$(ProjectDir)..\..\..\ldns\ldns\config.h" type "$(ProjectDir)\config.h" &gt; "$(ProjectDir)..\..\..\ldns\ldns\config.h"
  119. if not exist "$(ProjectDir)..\..\..\ldns\ldns\util.h" type "$(ProjectDir)\util.h" &gt; "$(ProjectDir)..\..\..\ldns\ldns\util.h"
  120. if not exist "$(ProjectDir)..\..\..\ldns\ldns\net.h" type "$(ProjectDir)\net.h" &gt; "$(ProjectDir)..\..\..\ldns\ldns\net.h"</Command>
  121. </PreBuildEvent>
  122. <Lib>
  123. <AdditionalOptions>/ignore:4221 %(AdditionalOptions)</AdditionalOptions>
  124. </Lib>
  125. </ItemDefinitionGroup>
  126. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  127. <ClCompile>
  128. <Optimization>MaxSpeed</Optimization>
  129. <IntrinsicFunctions>true</IntrinsicFunctions>
  130. <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
  131. <FunctionLevelLinking>true</FunctionLevelLinking>
  132. <WarningLevel>Level3</WarningLevel>
  133. <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
  134. <PreprocessorDefinitions>HAVE_ISBLANK;HAVE_STRUCT_ADDRINFO;HAVE_CONFIG_H;_CRT_SECURE_NO_DEPRECATE;_MBCS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  135. <AdditionalIncludeDirectories>..\..\..\ldns\;.;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  136. <DisableSpecificWarnings>4013;4101;4996;4267;4244;%(DisableSpecificWarnings)</DisableSpecificWarnings>
  137. </ClCompile>
  138. <Link>
  139. <GenerateDebugInformation>true</GenerateDebugInformation>
  140. <OptimizeReferences>true</OptimizeReferences>
  141. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  142. <TargetMachine>MachineX86</TargetMachine>
  143. </Link>
  144. <PreBuildEvent>
  145. <Command>if not exist "$(ProjectDir)..\..\..\ldns\ldns\config.h" type "$(ProjectDir)\config.h" &gt; "$(ProjectDir)..\..\..\ldns\ldns\config.h"
  146. if not exist "$(ProjectDir)..\..\..\ldns\ldns\util.h" type "$(ProjectDir)\util.h" &gt; "$(ProjectDir)..\..\..\ldns\ldns\util.h"
  147. if not exist "$(ProjectDir)..\..\..\ldns\ldns\net.h" type "$(ProjectDir)\net.h" &gt; "$(ProjectDir)..\..\..\ldns\ldns\net.h"</Command>
  148. </PreBuildEvent>
  149. <Lib>
  150. <AdditionalOptions>/ignore:4221 %(AdditionalOptions)</AdditionalOptions>
  151. </Lib>
  152. </ItemDefinitionGroup>
  153. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  154. <ClCompile>
  155. <Optimization>MaxSpeed</Optimization>
  156. <IntrinsicFunctions>true</IntrinsicFunctions>
  157. <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
  158. <FunctionLevelLinking>true</FunctionLevelLinking>
  159. <WarningLevel>Level3</WarningLevel>
  160. <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
  161. <PreprocessorDefinitions>HAVE_ISBLANK;HAVE_STRUCT_ADDRINFO;HAVE_CONFIG_H;_CRT_SECURE_NO_DEPRECATE;_MBCS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  162. <AdditionalIncludeDirectories>..\..\..\ldns\;.;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  163. <DisableSpecificWarnings>4013;4101;4996;4267;4244;%(DisableSpecificWarnings)</DisableSpecificWarnings>
  164. </ClCompile>
  165. <Link>
  166. <GenerateDebugInformation>true</GenerateDebugInformation>
  167. <OptimizeReferences>true</OptimizeReferences>
  168. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  169. <AdditionalDependencies>kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies)</AdditionalDependencies>
  170. </Link>
  171. <PreBuildEvent>
  172. <Command>if not exist "$(ProjectDir)..\..\..\ldns\ldns\config.h" type "$(ProjectDir)\config.h" &gt; "$(ProjectDir)..\..\..\ldns\ldns\config.h"
  173. if not exist "$(ProjectDir)..\..\..\ldns\ldns\util.h" type "$(ProjectDir)\util.h" &gt; "$(ProjectDir)..\..\..\ldns\ldns\util.h"
  174. if not exist "$(ProjectDir)..\..\..\ldns\ldns\net.h" type "$(ProjectDir)\net.h" &gt; "$(ProjectDir)..\..\..\ldns\ldns\net.h"</Command>
  175. </PreBuildEvent>
  176. <Lib>
  177. <AdditionalOptions>/ignore:4221 %(AdditionalOptions)</AdditionalOptions>
  178. </Lib>
  179. </ItemDefinitionGroup>
  180. <ItemGroup>
  181. <ClCompile Include="..\..\..\ldns\compat\b32_ntop.c" />
  182. <ClCompile Include="..\..\..\ldns\compat\b32_pton.c" />
  183. <ClCompile Include="..\..\..\ldns\compat\b64_ntop.c" />
  184. <ClCompile Include="..\..\..\ldns\compat\b64_pton.c" />
  185. <ClCompile Include="..\..\..\ldns\buffer.c" />
  186. <ClCompile Include="..\..\..\ldns\compat\ctime_r.c" />
  187. <ClCompile Include="..\..\..\ldns\dname.c" />
  188. <ClCompile Include="..\..\..\ldns\dnssec.c" />
  189. <ClCompile Include="..\..\..\ldns\dnssec_sign.c" />
  190. <ClCompile Include="..\..\..\ldns\dnssec_verify.c" />
  191. <ClCompile Include="..\..\..\ldns\dnssec_zone.c" />
  192. <ClCompile Include="..\..\..\ldns\error.c" />
  193. <ClCompile Include="..\..\..\ldns\compat\fake-rfc2553.c" />
  194. <ClCompile Include="..\..\..\ldns\compat\gettimeofday.c" />
  195. <ClCompile Include="..\..\..\ldns\compat\gmtime_r.c" />
  196. <ClCompile Include="..\..\..\ldns\higher.c" />
  197. <ClCompile Include="..\..\..\ldns\host2str.c" />
  198. <ClCompile Include="..\..\..\ldns\host2wire.c" />
  199. <ClCompile Include="..\..\..\ldns\compat\inet_aton.c" />
  200. <ClCompile Include="..\..\..\ldns\compat\inet_ntop.c" />
  201. <ClCompile Include="..\..\..\ldns\compat\inet_pton.c" />
  202. <ClCompile Include="..\..\..\ldns\keys.c" />
  203. <ClCompile Include="..\..\..\ldns\linktest.c" />
  204. <ClCompile Include="..\..\..\ldns\compat\malloc.c" />
  205. <ClCompile Include="..\..\..\ldns\compat\memmove.c" />
  206. <ClCompile Include="..\..\..\ldns\net.c" />
  207. <ClCompile Include="..\..\..\ldns\packet.c" />
  208. <ClCompile Include="..\..\..\ldns\parse.c" />
  209. <ClCompile Include="..\..\..\ldns\rbtree.c" />
  210. <ClCompile Include="..\..\..\ldns\rdata.c" />
  211. <ClCompile Include="..\..\..\ldns\compat\realloc.c" />
  212. <ClCompile Include="..\..\..\ldns\resolver.c" />
  213. <ClCompile Include="..\..\..\ldns\rr.c" />
  214. <ClCompile Include="..\..\..\ldns\rr_functions.c" />
  215. <ClCompile Include="..\..\..\ldns\sha1.c" />
  216. <ClCompile Include="..\..\..\ldns\sha2.c" />
  217. <ClCompile Include="..\..\..\ldns\compat\snprintf.c" />
  218. <ClCompile Include="..\..\..\ldns\str2host.c" />
  219. <ClCompile Include="..\..\..\ldns\compat\strlcpy.c" />
  220. <ClCompile Include="..\..\..\ldns\compat\timegm.c" />
  221. <ClCompile Include="..\..\..\ldns\tsig.c" />
  222. <ClCompile Include="..\..\..\ldns\update.c" />
  223. <ClCompile Include="..\..\..\ldns\util.c" />
  224. <ClCompile Include="..\..\..\ldns\wire2host.c" />
  225. <ClCompile Include="..\..\..\ldns\zone.c" />
  226. </ItemGroup>
  227. <ItemGroup>
  228. <ClInclude Include="..\..\..\ldns\compat\fake-rfc2553.h" />
  229. <ClInclude Include="..\..\..\ldns\compat\gettimeofday.h" />
  230. <ClInclude Include="..\..\..\ldns\ldns\buffer.h" />
  231. <ClInclude Include="..\..\..\ldns\ldns\common.h" />
  232. <ClInclude Include="..\..\..\ldns\ldns\config.h" />
  233. <ClInclude Include="..\..\..\ldns\ldns\dname.h" />
  234. <ClInclude Include="..\..\..\ldns\ldns\dnssec.h" />
  235. <ClInclude Include="..\..\..\ldns\ldns\dnssec_sign.h" />
  236. <ClInclude Include="..\..\..\ldns\ldns\dnssec_verify.h" />
  237. <ClInclude Include="..\..\..\ldns\ldns\dnssec_zone.h" />
  238. <ClInclude Include="..\..\..\ldns\ldns\error.h" />
  239. <ClInclude Include="..\..\..\ldns\ldns\higher.h" />
  240. <ClInclude Include="..\..\..\ldns\ldns\host2str.h" />
  241. <ClInclude Include="..\..\..\ldns\ldns\host2wire.h" />
  242. <ClInclude Include="..\..\..\ldns\ldns\keys.h" />
  243. <ClInclude Include="..\..\..\ldns\ldns\ldns.h" />
  244. <ClInclude Include="..\..\..\ldns\ldns\net.h" />
  245. <ClInclude Include="..\..\..\ldns\ldns\packet.h" />
  246. <ClInclude Include="..\..\..\ldns\ldns\parse.h" />
  247. <ClInclude Include="..\..\..\ldns\ldns\rbtree.h" />
  248. <ClInclude Include="..\..\..\ldns\ldns\rdata.h" />
  249. <ClInclude Include="..\..\..\ldns\ldns\resolver.h" />
  250. <ClInclude Include="..\..\..\ldns\ldns\rr.h" />
  251. <ClInclude Include="..\..\..\ldns\ldns\rr_functions.h" />
  252. <ClInclude Include="..\..\..\ldns\ldns\sha1.h" />
  253. <ClInclude Include="..\..\..\ldns\ldns\sha2.h" />
  254. <ClInclude Include="..\..\..\ldns\ldns\str2host.h" />
  255. <ClInclude Include="..\..\..\ldns\ldns\tsig.h" />
  256. <ClInclude Include="..\..\..\ldns\ldns\update.h" />
  257. <ClInclude Include="..\..\..\ldns\ldns\util.h" />
  258. <ClInclude Include="..\..\..\ldns\ldns\zone.h" />
  259. </ItemGroup>
  260. <ItemGroup>
  261. <None Include="ldns\util.h.in" />
  262. <None Include="ldns\readme.txt" />
  263. </ItemGroup>
  264. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
  265. <ImportGroup Label="ExtensionTargets">
  266. </ImportGroup>
  267. </Project>