WarH.vcproj
上传用户:tree100901
上传日期:2016-07-12
资源大小:182k
文件大小:13k
源码类别:

外挂编程

开发平台:

Visual C++

  1. <?xml version="1.0" encoding="gb2312"?>
  2. <VisualStudioProject
  3. ProjectType="Visual C++"
  4. Version="8.00"
  5. Name="WarH"
  6. ProjectGUID="{F82248F0-7857-4CA4-BAEE-4C81ABEBC950}"
  7. RootNamespace="WarH"
  8. Keyword="MFCProj"
  9. >
  10. <Platforms>
  11. <Platform
  12. Name="Win32"
  13. />
  14. <Platform
  15. Name="Pocket PC 2003 (ARMV4)"
  16. />
  17. </Platforms>
  18. <ToolFiles>
  19. </ToolFiles>
  20. <Configurations>
  21. <Configuration
  22. Name="Debug|Win32"
  23. OutputDirectory="$(SolutionDir)$(ConfigurationName)"
  24. IntermediateDirectory="$(ConfigurationName)"
  25. ConfigurationType="1"
  26. UseOfMFC="1"
  27. CharacterSet="1"
  28. DeleteExtensionsOnClean=""
  29. BuildLogFile=""
  30. >
  31. <Tool
  32. Name="VCPreBuildEventTool"
  33. />
  34. <Tool
  35. Name="VCCustomBuildTool"
  36. />
  37. <Tool
  38. Name="VCXMLDataGeneratorTool"
  39. />
  40. <Tool
  41. Name="VCWebServiceProxyGeneratorTool"
  42. />
  43. <Tool
  44. Name="VCMIDLTool"
  45. PreprocessorDefinitions="_DEBUG"
  46. MkTypLibCompatible="false"
  47. ValidateParameters="false"
  48. />
  49. <Tool
  50. Name="VCCLCompilerTool"
  51. Optimization="0"
  52. PreprocessorDefinitions="WIN32;_WINDOWS;_DEBUG"
  53. MinimalRebuild="true"
  54. BasicRuntimeChecks="3"
  55. RuntimeLibrary="1"
  56. UsePrecompiledHeader="2"
  57. WarningLevel="3"
  58. Detect64BitPortabilityProblems="true"
  59. DebugInformationFormat="4"
  60. />
  61. <Tool
  62. Name="VCManagedResourceCompilerTool"
  63. />
  64. <Tool
  65. Name="VCResourceCompilerTool"
  66. PreprocessorDefinitions="_DEBUG"
  67. Culture="2052"
  68. AdditionalIncludeDirectories="$(IntDir)"
  69. />
  70. <Tool
  71. Name="VCPreLinkEventTool"
  72. />
  73. <Tool
  74. Name="VCLinkerTool"
  75. LinkLibraryDependencies="false"
  76. LinkIncremental="2"
  77. GenerateDebugInformation="true"
  78. SubSystem="2"
  79. TargetMachine="1"
  80. />
  81. <Tool
  82. Name="VCALinkTool"
  83. />
  84. <Tool
  85. Name="VCManifestTool"
  86. UseFAT32Workaround="true"
  87. />
  88. <Tool
  89. Name="VCXDCMakeTool"
  90. />
  91. <Tool
  92. Name="VCBscMakeTool"
  93. />
  94. <Tool
  95. Name="VCFxCopTool"
  96. />
  97. <Tool
  98. Name="VCAppVerifierTool"
  99. />
  100. <Tool
  101. Name="VCWebDeploymentTool"
  102. />
  103. <Tool
  104. Name="VCPostBuildEventTool"
  105. />
  106. </Configuration>
  107. <Configuration
  108. Name="Debug|Pocket PC 2003 (ARMV4)"
  109. OutputDirectory="$(SolutionDir)Pocket PC 2003 (ARMV4)$(ConfigurationName)"
  110. IntermediateDirectory="Pocket PC 2003 (ARMV4)$(ConfigurationName)"
  111. ConfigurationType="1"
  112. UseOfMFC="1"
  113. CharacterSet="1"
  114. DeleteExtensionsOnClean=""
  115. BuildLogFile=""
  116. >
  117. <Tool
  118. Name="VCPreBuildEventTool"
  119. />
  120. <Tool
  121. Name="VCCustomBuildTool"
  122. />
  123. <Tool
  124. Name="VCXMLDataGeneratorTool"
  125. />
  126. <Tool
  127. Name="VCWebServiceProxyGeneratorTool"
  128. />
  129. <Tool
  130. Name="VCMIDLTool"
  131. PreprocessorDefinitions="_DEBUG"
  132. MkTypLibCompatible="false"
  133. TargetEnvironment="1"
  134. ValidateParameters="false"
  135. />
  136. <Tool
  137. Name="VCCLCompilerTool"
  138. ExecutionBucket="7"
  139. Optimization="0"
  140. PreprocessorDefinitions="WIN32;_WINDOWS;_DEBUG"
  141. MinimalRebuild="true"
  142. RuntimeLibrary="1"
  143. UsePrecompiledHeader="2"
  144. WarningLevel="3"
  145. />
  146. <Tool
  147. Name="VCManagedResourceCompilerTool"
  148. />
  149. <Tool
  150. Name="VCResourceCompilerTool"
  151. PreprocessorDefinitions="_DEBUG"
  152. Culture="2052"
  153. AdditionalIncludeDirectories="$(IntDir)"
  154. />
  155. <Tool
  156. Name="VCPreLinkEventTool"
  157. />
  158. <Tool
  159. Name="VCLinkerTool"
  160. LinkLibraryDependencies="false"
  161. LinkIncremental="2"
  162. GenerateDebugInformation="true"
  163. SubSystem="2"
  164. TargetMachine="0"
  165. />
  166. <Tool
  167. Name="VCALinkTool"
  168. />
  169. <Tool
  170. Name="VCXDCMakeTool"
  171. />
  172. <Tool
  173. Name="VCBscMakeTool"
  174. />
  175. <Tool
  176. Name="VCCodeSignTool"
  177. />
  178. <Tool
  179. Name="VCPostBuildEventTool"
  180. />
  181. <DeploymentTool
  182. ForceDirty="-1"
  183. RemoteDirectory=""
  184. RegisterOutput="0"
  185. AdditionalFiles=""
  186. />
  187. <DebuggerTool
  188. />
  189. </Configuration>
  190. <Configuration
  191. Name="Release|Win32"
  192. OutputDirectory="$(SolutionDir)$(ConfigurationName)"
  193. IntermediateDirectory="$(ConfigurationName)"
  194. ConfigurationType="1"
  195. UseOfMFC="1"
  196. CharacterSet="1"
  197. WholeProgramOptimization="1"
  198. >
  199. <Tool
  200. Name="VCPreBuildEventTool"
  201. />
  202. <Tool
  203. Name="VCCustomBuildTool"
  204. />
  205. <Tool
  206. Name="VCXMLDataGeneratorTool"
  207. />
  208. <Tool
  209. Name="VCWebServiceProxyGeneratorTool"
  210. />
  211. <Tool
  212. Name="VCMIDLTool"
  213. PreprocessorDefinitions="NDEBUG"
  214. MkTypLibCompatible="false"
  215. ValidateParameters="false"
  216. />
  217. <Tool
  218. Name="VCCLCompilerTool"
  219. PreprocessorDefinitions="WIN32;_WINDOWS;NDEBUG"
  220. MinimalRebuild="false"
  221. RuntimeLibrary="0"
  222. UsePrecompiledHeader="2"
  223. WarningLevel="3"
  224. Detect64BitPortabilityProblems="true"
  225. DebugInformationFormat="3"
  226. />
  227. <Tool
  228. Name="VCManagedResourceCompilerTool"
  229. />
  230. <Tool
  231. Name="VCResourceCompilerTool"
  232. PreprocessorDefinitions="NDEBUG"
  233. Culture="2052"
  234. AdditionalIncludeDirectories="$(IntDir)"
  235. />
  236. <Tool
  237. Name="VCPreLinkEventTool"
  238. />
  239. <Tool
  240. Name="VCLinkerTool"
  241. LinkIncremental="1"
  242. GenerateDebugInformation="true"
  243. SubSystem="2"
  244. OptimizeReferences="2"
  245. EnableCOMDATFolding="2"
  246. TargetMachine="1"
  247. />
  248. <Tool
  249. Name="VCALinkTool"
  250. />
  251. <Tool
  252. Name="VCManifestTool"
  253. />
  254. <Tool
  255. Name="VCXDCMakeTool"
  256. />
  257. <Tool
  258. Name="VCBscMakeTool"
  259. />
  260. <Tool
  261. Name="VCFxCopTool"
  262. />
  263. <Tool
  264. Name="VCAppVerifierTool"
  265. />
  266. <Tool
  267. Name="VCWebDeploymentTool"
  268. />
  269. <Tool
  270. Name="VCPostBuildEventTool"
  271. />
  272. </Configuration>
  273. <Configuration
  274. Name="Release|Pocket PC 2003 (ARMV4)"
  275. OutputDirectory="$(SolutionDir)Pocket PC 2003 (ARMV4)$(ConfigurationName)"
  276. IntermediateDirectory="Pocket PC 2003 (ARMV4)$(ConfigurationName)"
  277. ConfigurationType="1"
  278. UseOfMFC="2"
  279. CharacterSet="1"
  280. WholeProgramOptimization="1"
  281. >
  282. <Tool
  283. Name="VCPreBuildEventTool"
  284. />
  285. <Tool
  286. Name="VCCustomBuildTool"
  287. />
  288. <Tool
  289. Name="VCXMLDataGeneratorTool"
  290. />
  291. <Tool
  292. Name="VCWebServiceProxyGeneratorTool"
  293. />
  294. <Tool
  295. Name="VCMIDLTool"
  296. PreprocessorDefinitions="NDEBUG"
  297. MkTypLibCompatible="false"
  298. TargetEnvironment="1"
  299. ValidateParameters="false"
  300. />
  301. <Tool
  302. Name="VCCLCompilerTool"
  303. ExecutionBucket="7"
  304. PreprocessorDefinitions="WIN32;_WINDOWS;NDEBUG"
  305. MinimalRebuild="false"
  306. RuntimeLibrary="2"
  307. UsePrecompiledHeader="2"
  308. WarningLevel="3"
  309. DebugInformationFormat="3"
  310. />
  311. <Tool
  312. Name="VCManagedResourceCompilerTool"
  313. />
  314. <Tool
  315. Name="VCResourceCompilerTool"
  316. PreprocessorDefinitions="NDEBUG"
  317. Culture="2052"
  318. AdditionalIncludeDirectories="$(IntDir)"
  319. />
  320. <Tool
  321. Name="VCPreLinkEventTool"
  322. />
  323. <Tool
  324. Name="VCLinkerTool"
  325. LinkIncremental="1"
  326. GenerateDebugInformation="true"
  327. SubSystem="2"
  328. OptimizeReferences="2"
  329. EnableCOMDATFolding="2"
  330. TargetMachine="0"
  331. />
  332. <Tool
  333. Name="VCALinkTool"
  334. />
  335. <Tool
  336. Name="VCXDCMakeTool"
  337. />
  338. <Tool
  339. Name="VCBscMakeTool"
  340. />
  341. <Tool
  342. Name="VCCodeSignTool"
  343. />
  344. <Tool
  345. Name="VCPostBuildEventTool"
  346. />
  347. <DeploymentTool
  348. ForceDirty="-1"
  349. RemoteDirectory=""
  350. RegisterOutput="0"
  351. AdditionalFiles=""
  352. />
  353. <DebuggerTool
  354. />
  355. </Configuration>
  356. <Configuration
  357. Name="12|Win32"
  358. OutputDirectory="$(SolutionDir)$(ConfigurationName)"
  359. IntermediateDirectory="$(ConfigurationName)"
  360. ConfigurationType="1"
  361. UseOfMFC="2"
  362. CharacterSet="1"
  363. >
  364. <Tool
  365. Name="VCPreBuildEventTool"
  366. />
  367. <Tool
  368. Name="VCCustomBuildTool"
  369. />
  370. <Tool
  371. Name="VCXMLDataGeneratorTool"
  372. />
  373. <Tool
  374. Name="VCWebServiceProxyGeneratorTool"
  375. />
  376. <Tool
  377. Name="VCMIDLTool"
  378. />
  379. <Tool
  380. Name="VCCLCompilerTool"
  381. RuntimeLibrary="2"
  382. EnablePREfast="true"
  383. />
  384. <Tool
  385. Name="VCManagedResourceCompilerTool"
  386. />
  387. <Tool
  388. Name="VCResourceCompilerTool"
  389. />
  390. <Tool
  391. Name="VCPreLinkEventTool"
  392. />
  393. <Tool
  394. Name="VCLinkerTool"
  395. AssemblyDebug="1"
  396. />
  397. <Tool
  398. Name="VCALinkTool"
  399. />
  400. <Tool
  401. Name="VCManifestTool"
  402. />
  403. <Tool
  404. Name="VCXDCMakeTool"
  405. />
  406. <Tool
  407. Name="VCBscMakeTool"
  408. />
  409. <Tool
  410. Name="VCFxCopTool"
  411. />
  412. <Tool
  413. Name="VCAppVerifierTool"
  414. />
  415. <Tool
  416. Name="VCWebDeploymentTool"
  417. />
  418. <Tool
  419. Name="VCPostBuildEventTool"
  420. />
  421. </Configuration>
  422. <Configuration
  423. Name="12|Pocket PC 2003 (ARMV4)"
  424. OutputDirectory="$(SolutionDir)Pocket PC 2003 (ARMV4)$(ConfigurationName)"
  425. IntermediateDirectory="Pocket PC 2003 (ARMV4)$(ConfigurationName)"
  426. ConfigurationType="1"
  427. >
  428. <Tool
  429. Name="VCPreBuildEventTool"
  430. />
  431. <Tool
  432. Name="VCCustomBuildTool"
  433. />
  434. <Tool
  435. Name="VCXMLDataGeneratorTool"
  436. />
  437. <Tool
  438. Name="VCWebServiceProxyGeneratorTool"
  439. />
  440. <Tool
  441. Name="VCMIDLTool"
  442. TargetEnvironment="1"
  443. />
  444. <Tool
  445. Name="VCCLCompilerTool"
  446. ExecutionBucket="7"
  447. />
  448. <Tool
  449. Name="VCManagedResourceCompilerTool"
  450. />
  451. <Tool
  452. Name="VCResourceCompilerTool"
  453. />
  454. <Tool
  455. Name="VCPreLinkEventTool"
  456. />
  457. <Tool
  458. Name="VCLinkerTool"
  459. TargetMachine="0"
  460. />
  461. <Tool
  462. Name="VCALinkTool"
  463. />
  464. <Tool
  465. Name="VCXDCMakeTool"
  466. />
  467. <Tool
  468. Name="VCBscMakeTool"
  469. />
  470. <Tool
  471. Name="VCCodeSignTool"
  472. />
  473. <Tool
  474. Name="VCPostBuildEventTool"
  475. />
  476. <DeploymentTool
  477. ForceDirty="-1"
  478. RemoteDirectory=""
  479. RegisterOutput="0"
  480. AdditionalFiles=""
  481. />
  482. <DebuggerTool
  483. />
  484. </Configuration>
  485. </Configurations>
  486. <References>
  487. </References>
  488. <Files>
  489. <Filter
  490. Name="源文件"
  491. Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
  492. UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
  493. >
  494. <File
  495. RelativePath=".Dlg1.cpp"
  496. >
  497. </File>
  498. <File
  499. RelativePath=".dlg2.cpp"
  500. >
  501. </File>
  502. <File
  503. RelativePath=".Dlg3.cpp"
  504. >
  505. </File>
  506. <File
  507. RelativePath=".Dlg4.cpp"
  508. >
  509. </File>
  510. <File
  511. RelativePath=".Dlg5.cpp"
  512. >
  513. </File>
  514. <File
  515. RelativePath=".Dlg6.cpp"
  516. >
  517. </File>
  518. <File
  519. RelativePath=".MyEdit.cpp"
  520. >
  521. </File>
  522. <File
  523. RelativePath=".MyTab.cpp"
  524. >
  525. </File>
  526. <File
  527. RelativePath=".Register.cpp"
  528. >
  529. </File>
  530. <File
  531. RelativePath=".StaticURL.cpp"
  532. >
  533. </File>
  534. <File
  535. RelativePath=".stdafx.cpp"
  536. >
  537. <FileConfiguration
  538. Name="Debug|Win32"
  539. >
  540. <Tool
  541. Name="VCCLCompilerTool"
  542. UsePrecompiledHeader="1"
  543. />
  544. </FileConfiguration>
  545. <FileConfiguration
  546. Name="Debug|Pocket PC 2003 (ARMV4)"
  547. >
  548. <Tool
  549. Name="VCCLCompilerTool"
  550. UsePrecompiledHeader="1"
  551. />
  552. </FileConfiguration>
  553. <FileConfiguration
  554. Name="Release|Win32"
  555. >
  556. <Tool
  557. Name="VCCLCompilerTool"
  558. UsePrecompiledHeader="1"
  559. />
  560. </FileConfiguration>
  561. <FileConfiguration
  562. Name="Release|Pocket PC 2003 (ARMV4)"
  563. >
  564. <Tool
  565. Name="VCCLCompilerTool"
  566. UsePrecompiledHeader="1"
  567. />
  568. </FileConfiguration>
  569. </File>
  570. <File
  571. RelativePath=".WarH.cpp"
  572. >
  573. </File>
  574. <File
  575. RelativePath=".WarHDlg.cpp"
  576. >
  577. </File>
  578. </Filter>
  579. <Filter
  580. Name="头文件"
  581. Filter="h;hpp;hxx;hm;inl;inc;xsd"
  582. UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
  583. >
  584. <File
  585. RelativePath=".Dlg1.h"
  586. >
  587. </File>
  588. <File
  589. RelativePath=".dlg2.h"
  590. >
  591. </File>
  592. <File
  593. RelativePath=".Dlg3.h"
  594. >
  595. </File>
  596. <File
  597. RelativePath=".Dlg4.h"
  598. >
  599. </File>
  600. <File
  601. RelativePath=".Dlg5.h"
  602. >
  603. </File>
  604. <File
  605. RelativePath=".Dlg6.h"
  606. >
  607. </File>
  608. <File
  609. RelativePath=".MH.h"
  610. >
  611. </File>
  612. <File
  613. RelativePath=".MyEdit.h"
  614. >
  615. </File>
  616. <File
  617. RelativePath=".MyTab.h"
  618. >
  619. </File>
  620. <File
  621. RelativePath=".Register.h"
  622. >
  623. </File>
  624. <File
  625. RelativePath=".Resource.h"
  626. >
  627. </File>
  628. <File
  629. RelativePath=".StaticURL.h"
  630. >
  631. </File>
  632. <File
  633. RelativePath=".stdafx.h"
  634. >
  635. </File>
  636. <File
  637. RelativePath=".WarH.h"
  638. >
  639. </File>
  640. <File
  641. RelativePath=".WarHDlg.h"
  642. >
  643. </File>
  644. <File
  645. RelativePath=".YZFindFile.h"
  646. >
  647. </File>
  648. </Filter>
  649. <Filter
  650. Name="资源文件"
  651. Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav"
  652. UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"
  653. >
  654. <File
  655. RelativePath=".resHAND.cur"
  656. >
  657. </File>
  658. <File
  659. RelativePath=".resWarH.ico"
  660. >
  661. </File>
  662. <File
  663. RelativePath=".WarH.rc"
  664. >
  665. </File>
  666. <File
  667. RelativePath=".resWarH.rc2"
  668. >
  669. </File>
  670. </Filter>
  671. <File
  672. RelativePath=".ReadMe.txt"
  673. >
  674. </File>
  675. </Files>
  676. <Globals>
  677. <Global
  678. Name="RESOURCE_FILE"
  679. Value="WarH.rc"
  680. />
  681. </Globals>
  682. </VisualStudioProject>