Z_EmptyAI.vcproj 5.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266
  1. <?xml version="1.0" encoding="windows-1250"?>
  2. <VisualStudioProject
  3. ProjectType="Visual C++"
  4. Version="9,00"
  5. Name="Z_EmptyAI"
  6. ProjectGUID="{954A9AEC-B3D0-46FA-9969-D44F069EAA23}"
  7. TargetFrameworkVersion="131072"
  8. >
  9. <Platforms>
  10. <Platform
  11. Name="Win32"
  12. />
  13. </Platforms>
  14. <ToolFiles>
  15. </ToolFiles>
  16. <Configurations>
  17. <Configuration
  18. Name="Debug|Win32"
  19. OutputDirectory="$(SolutionDir)$(ConfigurationName)"
  20. IntermediateDirectory="$(ConfigurationName)"
  21. ConfigurationType="2"
  22. >
  23. <Tool
  24. Name="VCPreBuildEventTool"
  25. />
  26. <Tool
  27. Name="VCCustomBuildTool"
  28. />
  29. <Tool
  30. Name="VCXMLDataGeneratorTool"
  31. />
  32. <Tool
  33. Name="VCWebServiceProxyGeneratorTool"
  34. />
  35. <Tool
  36. Name="VCMIDLTool"
  37. />
  38. <Tool
  39. Name="VCCLCompilerTool"
  40. Optimization="0"
  41. AdditionalIncludeDirectories="G:\tp\SDL\include;&quot;E:\Program Files\Microsoft Visual Studio 8\VC\include&quot;"
  42. DebugInformationFormat="3"
  43. />
  44. <Tool
  45. Name="VCManagedResourceCompilerTool"
  46. />
  47. <Tool
  48. Name="VCResourceCompilerTool"
  49. />
  50. <Tool
  51. Name="VCPreLinkEventTool"
  52. />
  53. <Tool
  54. Name="VCLinkerTool"
  55. OutputFile="../EmptyAI.dll"
  56. Version="0.1"
  57. GenerateDebugInformation="true"
  58. GenerateMapFile="true"
  59. MapFileName="mapfile.map"
  60. MapExports="true"
  61. RandomizedBaseAddress="1"
  62. DataExecutionPrevention="0"
  63. Profile="true"
  64. />
  65. <Tool
  66. Name="VCALinkTool"
  67. />
  68. <Tool
  69. Name="VCManifestTool"
  70. />
  71. <Tool
  72. Name="VCXDCMakeTool"
  73. />
  74. <Tool
  75. Name="VCBscMakeTool"
  76. />
  77. <Tool
  78. Name="VCFxCopTool"
  79. />
  80. <Tool
  81. Name="VCAppVerifierTool"
  82. />
  83. <Tool
  84. Name="VCPostBuildEventTool"
  85. />
  86. </Configuration>
  87. <Configuration
  88. Name="Release|Win32"
  89. OutputDirectory="$(SolutionDir)$(ConfigurationName)"
  90. IntermediateDirectory="$(ConfigurationName)"
  91. ConfigurationType="2"
  92. >
  93. <Tool
  94. Name="VCPreBuildEventTool"
  95. />
  96. <Tool
  97. Name="VCCustomBuildTool"
  98. />
  99. <Tool
  100. Name="VCXMLDataGeneratorTool"
  101. />
  102. <Tool
  103. Name="VCWebServiceProxyGeneratorTool"
  104. />
  105. <Tool
  106. Name="VCMIDLTool"
  107. />
  108. <Tool
  109. Name="VCCLCompilerTool"
  110. Optimization="3"
  111. InlineFunctionExpansion="2"
  112. EnableIntrinsicFunctions="true"
  113. FavorSizeOrSpeed="1"
  114. OmitFramePointers="true"
  115. EnableFiberSafeOptimizations="true"
  116. WholeProgramOptimization="true"
  117. AdditionalIncludeDirectories="G:\tp\SDL\include;&quot;E:\Program Files\Microsoft Visual Studio 8\VC\include&quot;"
  118. StringPooling="true"
  119. />
  120. <Tool
  121. Name="VCManagedResourceCompilerTool"
  122. />
  123. <Tool
  124. Name="VCResourceCompilerTool"
  125. />
  126. <Tool
  127. Name="VCPreLinkEventTool"
  128. />
  129. <Tool
  130. Name="VCLinkerTool"
  131. OutputFile="../EmptyAI.dll"
  132. LinkTimeCodeGeneration="1"
  133. RandomizedBaseAddress="1"
  134. DataExecutionPrevention="0"
  135. />
  136. <Tool
  137. Name="VCALinkTool"
  138. />
  139. <Tool
  140. Name="VCManifestTool"
  141. />
  142. <Tool
  143. Name="VCXDCMakeTool"
  144. />
  145. <Tool
  146. Name="VCBscMakeTool"
  147. />
  148. <Tool
  149. Name="VCFxCopTool"
  150. />
  151. <Tool
  152. Name="VCAppVerifierTool"
  153. />
  154. <Tool
  155. Name="VCPostBuildEventTool"
  156. />
  157. </Configuration>
  158. <Configuration
  159. Name="RD|Win32"
  160. OutputDirectory="$(SolutionDir)$(ConfigurationName)"
  161. IntermediateDirectory="$(ConfigurationName)"
  162. ConfigurationType="2"
  163. >
  164. <Tool
  165. Name="VCPreBuildEventTool"
  166. />
  167. <Tool
  168. Name="VCCustomBuildTool"
  169. />
  170. <Tool
  171. Name="VCXMLDataGeneratorTool"
  172. />
  173. <Tool
  174. Name="VCWebServiceProxyGeneratorTool"
  175. />
  176. <Tool
  177. Name="VCMIDLTool"
  178. />
  179. <Tool
  180. Name="VCCLCompilerTool"
  181. Optimization="3"
  182. InlineFunctionExpansion="2"
  183. EnableIntrinsicFunctions="true"
  184. FavorSizeOrSpeed="1"
  185. OmitFramePointers="true"
  186. EnableFiberSafeOptimizations="true"
  187. WholeProgramOptimization="true"
  188. AdditionalIncludeDirectories="G:\tp\SDL\include;&quot;E:\Program Files\Microsoft Visual Studio 8\VC\include&quot;"
  189. StringPooling="true"
  190. />
  191. <Tool
  192. Name="VCManagedResourceCompilerTool"
  193. />
  194. <Tool
  195. Name="VCResourceCompilerTool"
  196. />
  197. <Tool
  198. Name="VCPreLinkEventTool"
  199. />
  200. <Tool
  201. Name="VCLinkerTool"
  202. OutputFile="../EmptyAI.dll"
  203. LinkTimeCodeGeneration="1"
  204. RandomizedBaseAddress="1"
  205. DataExecutionPrevention="0"
  206. />
  207. <Tool
  208. Name="VCALinkTool"
  209. />
  210. <Tool
  211. Name="VCManifestTool"
  212. />
  213. <Tool
  214. Name="VCXDCMakeTool"
  215. />
  216. <Tool
  217. Name="VCBscMakeTool"
  218. />
  219. <Tool
  220. Name="VCFxCopTool"
  221. />
  222. <Tool
  223. Name="VCAppVerifierTool"
  224. />
  225. <Tool
  226. Name="VCPostBuildEventTool"
  227. />
  228. </Configuration>
  229. </Configurations>
  230. <References>
  231. </References>
  232. <Files>
  233. <Filter
  234. Name="Source Files"
  235. Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
  236. UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
  237. >
  238. <File
  239. RelativePath=".\CEmptyAI.cpp"
  240. >
  241. </File>
  242. <File
  243. RelativePath=".\exp_funcs.cpp"
  244. >
  245. </File>
  246. </Filter>
  247. <Filter
  248. Name="Header Files"
  249. Filter="h;hpp;hxx;hm;inl;inc;xsd"
  250. UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
  251. >
  252. <File
  253. RelativePath=".\CEmptyAI.h"
  254. >
  255. </File>
  256. </Filter>
  257. <Filter
  258. Name="Resource Files"
  259. Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav"
  260. UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"
  261. >
  262. </Filter>
  263. </Files>
  264. <Globals>
  265. </Globals>
  266. </VisualStudioProject>