lyfzRepair.vcproj 6.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358
  1. <?xml version="1.0" encoding="gb2312"?>
  2. <VisualStudioProject
  3. ProjectType="Visual C++"
  4. Version="9.00"
  5. Name="lyfzRepair"
  6. ProjectGUID="{E031900D-DBB1-4CDC-A203-F6AE3D2642E4}"
  7. RootNamespace="lyfzRepair"
  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. AdditionalIncludeDirectories="..\SkinUI;..\..\..\common\tinyxml2"
  49. PreprocessorDefinitions="WIN32;_WINDOWS;_DEBUG"
  50. MinimalRebuild="true"
  51. BasicRuntimeChecks="3"
  52. RuntimeLibrary="3"
  53. UsePrecompiledHeader="2"
  54. WarningLevel="3"
  55. DebugInformationFormat="4"
  56. />
  57. <Tool
  58. Name="VCManagedResourceCompilerTool"
  59. />
  60. <Tool
  61. Name="VCResourceCompilerTool"
  62. PreprocessorDefinitions="_DEBUG"
  63. Culture="2052"
  64. AdditionalIncludeDirectories="$(IntDir)"
  65. />
  66. <Tool
  67. Name="VCPreLinkEventTool"
  68. />
  69. <Tool
  70. Name="VCLinkerTool"
  71. LinkIncremental="2"
  72. UACExecutionLevel="2"
  73. IgnoreDefaultLibraryNames="libcmt.lib"
  74. GenerateDebugInformation="true"
  75. SubSystem="2"
  76. TargetMachine="1"
  77. />
  78. <Tool
  79. Name="VCALinkTool"
  80. />
  81. <Tool
  82. Name="VCManifestTool"
  83. />
  84. <Tool
  85. Name="VCXDCMakeTool"
  86. />
  87. <Tool
  88. Name="VCBscMakeTool"
  89. />
  90. <Tool
  91. Name="VCFxCopTool"
  92. />
  93. <Tool
  94. Name="VCAppVerifierTool"
  95. />
  96. <Tool
  97. Name="VCPostBuildEventTool"
  98. />
  99. </Configuration>
  100. <Configuration
  101. Name="Release|Win32"
  102. OutputDirectory="$(SolutionDir)$(ConfigurationName)"
  103. IntermediateDirectory="$(ConfigurationName)"
  104. ConfigurationType="1"
  105. UseOfMFC="1"
  106. CharacterSet="1"
  107. WholeProgramOptimization="1"
  108. >
  109. <Tool
  110. Name="VCPreBuildEventTool"
  111. />
  112. <Tool
  113. Name="VCCustomBuildTool"
  114. />
  115. <Tool
  116. Name="VCXMLDataGeneratorTool"
  117. />
  118. <Tool
  119. Name="VCWebServiceProxyGeneratorTool"
  120. />
  121. <Tool
  122. Name="VCMIDLTool"
  123. PreprocessorDefinitions="NDEBUG"
  124. MkTypLibCompatible="false"
  125. ValidateParameters="true"
  126. />
  127. <Tool
  128. Name="VCCLCompilerTool"
  129. Optimization="2"
  130. EnableIntrinsicFunctions="true"
  131. AdditionalIncludeDirectories="..\SkinUI;..\..\..\common\tinyxml2"
  132. PreprocessorDefinitions="WIN32;_WINDOWS;NDEBUG"
  133. MinimalRebuild="false"
  134. RuntimeLibrary="0"
  135. EnableFunctionLevelLinking="true"
  136. UsePrecompiledHeader="2"
  137. WarningLevel="3"
  138. DebugInformationFormat="3"
  139. />
  140. <Tool
  141. Name="VCManagedResourceCompilerTool"
  142. />
  143. <Tool
  144. Name="VCResourceCompilerTool"
  145. PreprocessorDefinitions="NDEBUG"
  146. Culture="2052"
  147. AdditionalIncludeDirectories="$(IntDir)"
  148. />
  149. <Tool
  150. Name="VCPreLinkEventTool"
  151. />
  152. <Tool
  153. Name="VCLinkerTool"
  154. LinkIncremental="1"
  155. UACExecutionLevel="2"
  156. IgnoreDefaultLibraryNames=""
  157. GenerateDebugInformation="true"
  158. SubSystem="2"
  159. OptimizeReferences="2"
  160. EnableCOMDATFolding="2"
  161. TargetMachine="1"
  162. />
  163. <Tool
  164. Name="VCALinkTool"
  165. />
  166. <Tool
  167. Name="VCManifestTool"
  168. />
  169. <Tool
  170. Name="VCXDCMakeTool"
  171. />
  172. <Tool
  173. Name="VCBscMakeTool"
  174. />
  175. <Tool
  176. Name="VCFxCopTool"
  177. />
  178. <Tool
  179. Name="VCAppVerifierTool"
  180. />
  181. <Tool
  182. Name="VCPostBuildEventTool"
  183. />
  184. </Configuration>
  185. </Configurations>
  186. <References>
  187. </References>
  188. <Files>
  189. <Filter
  190. Name="Ô´Îļþ"
  191. Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
  192. UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
  193. >
  194. <File
  195. RelativePath=".\lyfzRepair.cpp"
  196. >
  197. </File>
  198. <File
  199. RelativePath=".\lyfzRepairDlg.cpp"
  200. >
  201. </File>
  202. <File
  203. RelativePath=".\stdafx.cpp"
  204. >
  205. <FileConfiguration
  206. Name="Debug|Win32"
  207. >
  208. <Tool
  209. Name="VCCLCompilerTool"
  210. UsePrecompiledHeader="1"
  211. />
  212. </FileConfiguration>
  213. <FileConfiguration
  214. Name="Release|Win32"
  215. >
  216. <Tool
  217. Name="VCCLCompilerTool"
  218. UsePrecompiledHeader="1"
  219. />
  220. </FileConfiguration>
  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=".\lyfzRepair.h"
  230. >
  231. </File>
  232. <File
  233. RelativePath=".\lyfzRepairDlg.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. </Filter>
  249. <Filter
  250. Name="×ÊÔ´Îļþ"
  251. Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav"
  252. UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"
  253. >
  254. <File
  255. RelativePath=".\res\lyfzRepair.ico"
  256. >
  257. </File>
  258. <File
  259. RelativePath=".\lyfzRepair.rc"
  260. >
  261. </File>
  262. <File
  263. RelativePath=".\res\lyfzRepair.rc2"
  264. >
  265. </File>
  266. <File
  267. RelativePath=".\res\scroll.bmp"
  268. >
  269. </File>
  270. </Filter>
  271. <Filter
  272. Name="SKinUI"
  273. >
  274. <File
  275. RelativePath="..\SkinUI\ImageEx.cpp"
  276. >
  277. </File>
  278. <File
  279. RelativePath="..\SkinUI\ImageEx.h"
  280. >
  281. </File>
  282. <File
  283. RelativePath="..\SkinUI\Macro.h"
  284. >
  285. </File>
  286. <File
  287. RelativePath="..\SkinUI\MemoryDC.cpp"
  288. >
  289. </File>
  290. <File
  291. RelativePath="..\SkinUI\MemoryDC.h"
  292. >
  293. </File>
  294. <File
  295. RelativePath="..\SkinUI\RenderManager.cpp"
  296. >
  297. </File>
  298. <File
  299. RelativePath="..\SkinUI\RenderManager.h"
  300. >
  301. </File>
  302. <File
  303. RelativePath="..\SkinUI\SkinButton.cpp"
  304. >
  305. </File>
  306. <File
  307. RelativePath="..\SkinUI\SkinButton.h"
  308. >
  309. </File>
  310. </Filter>
  311. <Filter
  312. Name="tinyxml"
  313. >
  314. <File
  315. RelativePath="..\..\..\common\tinyxml2\stdint.h"
  316. >
  317. </File>
  318. <File
  319. RelativePath="..\..\..\common\tinyxml2\tinyxml2.cpp"
  320. >
  321. <FileConfiguration
  322. Name="Debug|Win32"
  323. >
  324. <Tool
  325. Name="VCCLCompilerTool"
  326. UsePrecompiledHeader="0"
  327. />
  328. </FileConfiguration>
  329. <FileConfiguration
  330. Name="Release|Win32"
  331. >
  332. <Tool
  333. Name="VCCLCompilerTool"
  334. UsePrecompiledHeader="0"
  335. />
  336. </FileConfiguration>
  337. </File>
  338. <File
  339. RelativePath="..\..\..\common\tinyxml2\tinyxml2.h"
  340. >
  341. </File>
  342. </Filter>
  343. <File
  344. RelativePath=".\ReadMe.txt"
  345. >
  346. </File>
  347. <File
  348. RelativePath="..\..\..\common\VersionHelpers.manifest"
  349. >
  350. </File>
  351. </Files>
  352. <Globals>
  353. <Global
  354. Name="RESOURCE_FILE"
  355. Value="lyfzRepair.rc"
  356. />
  357. </Globals>
  358. </VisualStudioProject>