BackupTest.vcproj 6.9 KB

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