ANT_DLL.vcproj 4.2 KB

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