libudns.vcproj 4.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226
  1. <?xml version="1.0" encoding="Windows-1252"?>
  2. <VisualStudioProject
  3. ProjectType="Visual C++"
  4. Version="8.00"
  5. Name="libudns"
  6. ProjectGUID="{4043FC6A-9A30-4577-8AD5-9B233C9575D8}"
  7. RootNamespace="libudns"
  8. Keyword="Win32Proj"
  9. >
  10. <Platforms>
  11. <Platform
  12. Name="Win32"
  13. />
  14. </Platforms>
  15. <ToolFiles>
  16. </ToolFiles>
  17. <Configurations>
  18. <Configuration
  19. Name="Debug|Win32"
  20. OutputDirectory="$(SolutionDir)$(ConfigurationName)"
  21. IntermediateDirectory="$(ConfigurationName)"
  22. ConfigurationType="4"
  23. CharacterSet="0"
  24. >
  25. <Tool
  26. Name="VCPreBuildEventTool"
  27. />
  28. <Tool
  29. Name="VCCustomBuildTool"
  30. />
  31. <Tool
  32. Name="VCXMLDataGeneratorTool"
  33. />
  34. <Tool
  35. Name="VCWebServiceProxyGeneratorTool"
  36. />
  37. <Tool
  38. Name="VCMIDLTool"
  39. />
  40. <Tool
  41. Name="VCCLCompilerTool"
  42. Optimization="0"
  43. PreprocessorDefinitions="WIN32;_DEBUG;_LIB"
  44. MinimalRebuild="true"
  45. BasicRuntimeChecks="3"
  46. RuntimeLibrary="3"
  47. UsePrecompiledHeader="0"
  48. WarningLevel="3"
  49. Detect64BitPortabilityProblems="true"
  50. DebugInformationFormat="3"
  51. />
  52. <Tool
  53. Name="VCManagedResourceCompilerTool"
  54. />
  55. <Tool
  56. Name="VCResourceCompilerTool"
  57. />
  58. <Tool
  59. Name="VCPreLinkEventTool"
  60. />
  61. <Tool
  62. Name="VCLibrarianTool"
  63. />
  64. <Tool
  65. Name="VCALinkTool"
  66. />
  67. <Tool
  68. Name="VCXDCMakeTool"
  69. />
  70. <Tool
  71. Name="VCBscMakeTool"
  72. />
  73. <Tool
  74. Name="VCFxCopTool"
  75. />
  76. <Tool
  77. Name="VCPostBuildEventTool"
  78. />
  79. </Configuration>
  80. <Configuration
  81. Name="Release|Win32"
  82. OutputDirectory="$(SolutionDir)$(ConfigurationName)"
  83. IntermediateDirectory="$(ConfigurationName)"
  84. ConfigurationType="4"
  85. CharacterSet="0"
  86. WholeProgramOptimization="0"
  87. >
  88. <Tool
  89. Name="VCPreBuildEventTool"
  90. />
  91. <Tool
  92. Name="VCCustomBuildTool"
  93. />
  94. <Tool
  95. Name="VCXMLDataGeneratorTool"
  96. />
  97. <Tool
  98. Name="VCWebServiceProxyGeneratorTool"
  99. />
  100. <Tool
  101. Name="VCMIDLTool"
  102. />
  103. <Tool
  104. Name="VCCLCompilerTool"
  105. Optimization="0"
  106. PreprocessorDefinitions="WIN32;NDEBUG;_LIB"
  107. RuntimeLibrary="2"
  108. UsePrecompiledHeader="0"
  109. WarningLevel="3"
  110. Detect64BitPortabilityProblems="true"
  111. DebugInformationFormat="3"
  112. />
  113. <Tool
  114. Name="VCManagedResourceCompilerTool"
  115. />
  116. <Tool
  117. Name="VCResourceCompilerTool"
  118. />
  119. <Tool
  120. Name="VCPreLinkEventTool"
  121. />
  122. <Tool
  123. Name="VCLibrarianTool"
  124. />
  125. <Tool
  126. Name="VCALinkTool"
  127. />
  128. <Tool
  129. Name="VCXDCMakeTool"
  130. />
  131. <Tool
  132. Name="VCBscMakeTool"
  133. />
  134. <Tool
  135. Name="VCFxCopTool"
  136. />
  137. <Tool
  138. Name="VCPostBuildEventTool"
  139. />
  140. </Configuration>
  141. </Configurations>
  142. <References>
  143. </References>
  144. <Files>
  145. <Filter
  146. Name="Source Files"
  147. Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
  148. UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
  149. >
  150. <File
  151. RelativePath="..\..\udns\inet_pton.c"
  152. >
  153. </File>
  154. <File
  155. RelativePath="..\..\udns\udns_bl.c"
  156. >
  157. </File>
  158. <File
  159. RelativePath="..\..\udns\udns_codes.c"
  160. >
  161. </File>
  162. <File
  163. RelativePath="..\..\udns\udns_dn.c"
  164. >
  165. </File>
  166. <File
  167. RelativePath="..\..\udns\udns_dntosp.c"
  168. >
  169. </File>
  170. <File
  171. RelativePath="..\..\udns\udns_misc.c"
  172. >
  173. </File>
  174. <File
  175. RelativePath="..\..\udns\udns_parse.c"
  176. >
  177. </File>
  178. <File
  179. RelativePath="..\..\udns\udns_resolver.c"
  180. >
  181. </File>
  182. <File
  183. RelativePath="..\..\udns\udns_rr_a.c"
  184. >
  185. </File>
  186. <File
  187. RelativePath="..\..\udns\udns_rr_mx.c"
  188. >
  189. </File>
  190. <File
  191. RelativePath="..\..\udns\udns_rr_naptr.c"
  192. >
  193. </File>
  194. <File
  195. RelativePath="..\..\udns\udns_rr_ptr.c"
  196. >
  197. </File>
  198. <File
  199. RelativePath="..\..\udns\udns_rr_srv.c"
  200. >
  201. </File>
  202. <File
  203. RelativePath="..\..\udns\udns_rr_txt.c"
  204. >
  205. </File>
  206. </Filter>
  207. <Filter
  208. Name="Header Files"
  209. Filter="h;hpp;hxx;hm;inl;inc;xsd"
  210. UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
  211. >
  212. <File
  213. RelativePath="..\..\udns\inet_pton.h"
  214. >
  215. </File>
  216. </Filter>
  217. <Filter
  218. Name="Resource Files"
  219. Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav"
  220. UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"
  221. >
  222. </Filter>
  223. </Files>
  224. <Globals>
  225. </Globals>
  226. </VisualStudioProject>