ReKey.vcproj
上传用户:jinbin898
上传日期:2022-06-24
资源大小:89k
文件大小:6k
源码类别:

外挂编程

开发平台:

Visual C++

  1. <?xml version="1.0" encoding="gb2312"?>
  2. <VisualStudioProject
  3. ProjectType="Visual C++"
  4. Version="9.00"
  5. Name="ReKey"
  6. ProjectGUID="{D0DBB496-3917-434F-AF32-233C134E2480}"
  7. RootNamespace="ReKey"
  8. Keyword="MFCProj"
  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="1"
  24. UseOfMFC="2"
  25. CharacterSet="1"
  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. PreprocessorDefinitions="_DEBUG"
  42. MkTypLibCompatible="false"
  43. ValidateParameters="true"
  44. />
  45. <Tool
  46. Name="VCCLCompilerTool"
  47. Optimization="0"
  48. PreprocessorDefinitions="WIN32;_WINDOWS;_DEBUG"
  49. MinimalRebuild="true"
  50. BasicRuntimeChecks="3"
  51. RuntimeLibrary="3"
  52. UsePrecompiledHeader="2"
  53. WarningLevel="3"
  54. DebugInformationFormat="4"
  55. />
  56. <Tool
  57. Name="VCManagedResourceCompilerTool"
  58. />
  59. <Tool
  60. Name="VCResourceCompilerTool"
  61. PreprocessorDefinitions="_DEBUG"
  62. Culture="2052"
  63. AdditionalIncludeDirectories="$(IntDir)"
  64. />
  65. <Tool
  66. Name="VCPreLinkEventTool"
  67. />
  68. <Tool
  69. Name="VCLinkerTool"
  70. LinkIncremental="2"
  71. GenerateDebugInformation="true"
  72. SubSystem="2"
  73. TargetMachine="1"
  74. />
  75. <Tool
  76. Name="VCALinkTool"
  77. />
  78. <Tool
  79. Name="VCManifestTool"
  80. />
  81. <Tool
  82. Name="VCXDCMakeTool"
  83. />
  84. <Tool
  85. Name="VCBscMakeTool"
  86. />
  87. <Tool
  88. Name="VCFxCopTool"
  89. />
  90. <Tool
  91. Name="VCAppVerifierTool"
  92. />
  93. <Tool
  94. Name="VCPostBuildEventTool"
  95. />
  96. </Configuration>
  97. <Configuration
  98. Name="Release|Win32"
  99. OutputDirectory="$(SolutionDir)$(ConfigurationName)"
  100. IntermediateDirectory="$(ConfigurationName)"
  101. ConfigurationType="1"
  102. UseOfMFC="2"
  103. CharacterSet="1"
  104. WholeProgramOptimization="1"
  105. >
  106. <Tool
  107. Name="VCPreBuildEventTool"
  108. />
  109. <Tool
  110. Name="VCCustomBuildTool"
  111. />
  112. <Tool
  113. Name="VCXMLDataGeneratorTool"
  114. />
  115. <Tool
  116. Name="VCWebServiceProxyGeneratorTool"
  117. />
  118. <Tool
  119. Name="VCMIDLTool"
  120. PreprocessorDefinitions="NDEBUG"
  121. MkTypLibCompatible="false"
  122. ValidateParameters="true"
  123. />
  124. <Tool
  125. Name="VCCLCompilerTool"
  126. Optimization="2"
  127. EnableIntrinsicFunctions="true"
  128. PreprocessorDefinitions="WIN32;_WINDOWS;NDEBUG"
  129. MinimalRebuild="false"
  130. RuntimeLibrary="2"
  131. EnableFunctionLevelLinking="true"
  132. UsePrecompiledHeader="2"
  133. WarningLevel="3"
  134. DebugInformationFormat="3"
  135. />
  136. <Tool
  137. Name="VCManagedResourceCompilerTool"
  138. />
  139. <Tool
  140. Name="VCResourceCompilerTool"
  141. PreprocessorDefinitions="NDEBUG"
  142. Culture="2052"
  143. AdditionalIncludeDirectories="$(IntDir)"
  144. />
  145. <Tool
  146. Name="VCPreLinkEventTool"
  147. />
  148. <Tool
  149. Name="VCLinkerTool"
  150. LinkIncremental="1"
  151. EnableUAC="true"
  152. UACExecutionLevel="2"
  153. GenerateDebugInformation="true"
  154. SubSystem="2"
  155. OptimizeReferences="2"
  156. EnableCOMDATFolding="2"
  157. TargetMachine="1"
  158. />
  159. <Tool
  160. Name="VCALinkTool"
  161. />
  162. <Tool
  163. Name="VCManifestTool"
  164. />
  165. <Tool
  166. Name="VCXDCMakeTool"
  167. />
  168. <Tool
  169. Name="VCBscMakeTool"
  170. />
  171. <Tool
  172. Name="VCFxCopTool"
  173. />
  174. <Tool
  175. Name="VCAppVerifierTool"
  176. />
  177. <Tool
  178. Name="VCPostBuildEventTool"
  179. />
  180. </Configuration>
  181. </Configurations>
  182. <References>
  183. </References>
  184. <Files>
  185. <Filter
  186. Name="源文件"
  187. Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
  188. UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
  189. >
  190. <File
  191. RelativePath=".ReKey.cpp"
  192. >
  193. </File>
  194. <File
  195. RelativePath=".ReKeyDlg.cpp"
  196. >
  197. </File>
  198. <File
  199. RelativePath=".stdafx.cpp"
  200. >
  201. <FileConfiguration
  202. Name="Debug|Win32"
  203. >
  204. <Tool
  205. Name="VCCLCompilerTool"
  206. UsePrecompiledHeader="1"
  207. />
  208. </FileConfiguration>
  209. <FileConfiguration
  210. Name="Release|Win32"
  211. >
  212. <Tool
  213. Name="VCCLCompilerTool"
  214. UsePrecompiledHeader="1"
  215. />
  216. </FileConfiguration>
  217. </File>
  218. <File
  219. RelativePath=".War3Container.cpp"
  220. >
  221. </File>
  222. </Filter>
  223. <Filter
  224. Name="头文件"
  225. Filter="h;hpp;hxx;hm;inl;inc;xsd"
  226. UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
  227. >
  228. <File
  229. RelativePath=".ReKey.h"
  230. >
  231. </File>
  232. <File
  233. RelativePath=".ReKeyDlg.h"
  234. >
  235. </File>
  236. <File
  237. RelativePath=".Resource.h"
  238. >
  239. </File>
  240. <File
  241. RelativePath=".stdafx.h"
  242. >
  243. </File>
  244. <File
  245. RelativePath=".targetver.h"
  246. >
  247. </File>
  248. <File
  249. RelativePath=".War3Container.h"
  250. >
  251. </File>
  252. </Filter>
  253. <Filter
  254. Name="资源文件"
  255. Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav"
  256. UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"
  257. >
  258. <File
  259. RelativePath=".resReKey.ico"
  260. >
  261. </File>
  262. <File
  263. RelativePath=".ReKey.rc"
  264. >
  265. </File>
  266. <File
  267. RelativePath=".resReKey.rc2"
  268. >
  269. </File>
  270. <File
  271. RelativePath=".reswar3x.bmp"
  272. >
  273. </File>
  274. <File
  275. RelativePath=".reswar3x.ico"
  276. >
  277. </File>
  278. </Filter>
  279. <File
  280. RelativePath=".ReadMe.txt"
  281. >
  282. </File>
  283. </Files>
  284. <Globals>
  285. <Global
  286. Name="RESOURCE_FILE"
  287. Value="ReKey.rc"
  288. />
  289. </Globals>
  290. </VisualStudioProject>