lyfzBackupModle.vcproj 9.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460
  1. <?xml version="1.0" encoding="gb2312"?>
  2. <VisualStudioProject
  3. ProjectType="Visual C++"
  4. Version="9.00"
  5. Name="lyfzBackupModle"
  6. ProjectGUID="{A5AF09D0-5AD0-4B0F-88B9-EB05E478DAF3}"
  7. RootNamespace="lyfzBackupModle"
  8. Keyword="MFCDLLProj"
  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\lyfzBackupModle\Debug"
  22. IntermediateDirectory="..\..\Output\lyfzBackupModle\Debug"
  23. ConfigurationType="2"
  24. UseOfMFC="2"
  25. UseOfATL="0"
  26. CharacterSet="2"
  27. >
  28. <Tool
  29. Name="VCPreBuildEventTool"
  30. CommandLine="subwcrev.exe $(SolutionDir) $(ProjectDir)$(ProjectName).rc $(ProjectDir)$(ProjectName).rc_"
  31. />
  32. <Tool
  33. Name="VCCustomBuildTool"
  34. />
  35. <Tool
  36. Name="VCXMLDataGeneratorTool"
  37. />
  38. <Tool
  39. Name="VCWebServiceProxyGeneratorTool"
  40. />
  41. <Tool
  42. Name="VCMIDLTool"
  43. PreprocessorDefinitions="_DEBUG"
  44. MkTypLibCompatible="false"
  45. />
  46. <Tool
  47. Name="VCCLCompilerTool"
  48. Optimization="0"
  49. AdditionalIncludeDirectories=".\;.\helper;.\BackupModel;.\DelPhotoModel"
  50. PreprocessorDefinitions="WIN32;_WINDOWS;_DEBUG;_USRDLL"
  51. MinimalRebuild="true"
  52. BasicRuntimeChecks="3"
  53. RuntimeLibrary="3"
  54. UsePrecompiledHeader="2"
  55. WarningLevel="3"
  56. DebugInformationFormat="4"
  57. />
  58. <Tool
  59. Name="VCManagedResourceCompilerTool"
  60. />
  61. <Tool
  62. Name="VCResourceCompilerTool"
  63. PreprocessorDefinitions="_DEBUG"
  64. Culture="2052"
  65. AdditionalIncludeDirectories="$(IntDir)"
  66. />
  67. <Tool
  68. Name="VCPreLinkEventTool"
  69. CommandLine="rc.exe /fo &quot;$(ProjectDir)$(IntDir)\$(ProjectName).res&quot; /d &quot;_AUTOVERSION_&quot; /d &quot;_AFXDLL&quot; &quot;$(ProjectDir)$(ProjectName).rc_&quot;"
  70. />
  71. <Tool
  72. Name="VCLinkerTool"
  73. OutputFile="..\..\lyfzbin\Services\$(ProjectName).dll"
  74. LinkIncremental="2"
  75. ModuleDefinitionFile=".\lyfzBackupModle.def"
  76. GenerateDebugInformation="true"
  77. SubSystem="2"
  78. TargetMachine="1"
  79. />
  80. <Tool
  81. Name="VCALinkTool"
  82. />
  83. <Tool
  84. Name="VCManifestTool"
  85. />
  86. <Tool
  87. Name="VCXDCMakeTool"
  88. />
  89. <Tool
  90. Name="VCBscMakeTool"
  91. />
  92. <Tool
  93. Name="VCFxCopTool"
  94. />
  95. <Tool
  96. Name="VCAppVerifierTool"
  97. />
  98. <Tool
  99. Name="VCPostBuildEventTool"
  100. />
  101. </Configuration>
  102. <Configuration
  103. Name="Release|Win32"
  104. OutputDirectory="..\..\Output\lyfzBackupModle\Release"
  105. IntermediateDirectory="..\..\Output\lyfzBackupModle\Release"
  106. ConfigurationType="2"
  107. UseOfMFC="2"
  108. CharacterSet="2"
  109. WholeProgramOptimization="1"
  110. >
  111. <Tool
  112. Name="VCPreBuildEventTool"
  113. CommandLine="subwcrev.exe $(SolutionDir) $(ProjectDir)$(ProjectName).rc $(ProjectDir)$(ProjectName).rc_"
  114. />
  115. <Tool
  116. Name="VCCustomBuildTool"
  117. />
  118. <Tool
  119. Name="VCXMLDataGeneratorTool"
  120. />
  121. <Tool
  122. Name="VCWebServiceProxyGeneratorTool"
  123. />
  124. <Tool
  125. Name="VCMIDLTool"
  126. PreprocessorDefinitions="NDEBUG"
  127. MkTypLibCompatible="false"
  128. />
  129. <Tool
  130. Name="VCCLCompilerTool"
  131. Optimization="2"
  132. EnableIntrinsicFunctions="true"
  133. AdditionalIncludeDirectories=".\;.\helper;.\BackupModel;.\DelPhotoModel"
  134. PreprocessorDefinitions="WIN32;_WINDOWS;NDEBUG;_USRDLL"
  135. RuntimeLibrary="2"
  136. EnableFunctionLevelLinking="true"
  137. UsePrecompiledHeader="2"
  138. WarningLevel="3"
  139. DebugInformationFormat="3"
  140. />
  141. <Tool
  142. Name="VCManagedResourceCompilerTool"
  143. />
  144. <Tool
  145. Name="VCResourceCompilerTool"
  146. PreprocessorDefinitions="NDEBUG"
  147. Culture="2052"
  148. AdditionalIncludeDirectories="$(IntDir)"
  149. />
  150. <Tool
  151. Name="VCPreLinkEventTool"
  152. CommandLine="rc.exe /fo &quot;$(ProjectDir)$(IntDir)\$(ProjectName).res&quot; /d &quot;_AUTOVERSION_&quot; /d &quot;_AFXDLL&quot; &quot;$(ProjectDir)$(ProjectName).rc_&quot;"
  153. />
  154. <Tool
  155. Name="VCLinkerTool"
  156. OutputFile="..\..\lyfzUpgrade\branches\zhfy\lyfzUpgrade\dll\$(ProjectName).dll"
  157. LinkIncremental="1"
  158. GenerateManifest="true"
  159. ModuleDefinitionFile=".\lyfzBackupModle.def"
  160. GenerateDebugInformation="true"
  161. SubSystem="2"
  162. OptimizeReferences="2"
  163. EnableCOMDATFolding="2"
  164. TargetMachine="1"
  165. />
  166. <Tool
  167. Name="VCALinkTool"
  168. />
  169. <Tool
  170. Name="VCManifestTool"
  171. />
  172. <Tool
  173. Name="VCXDCMakeTool"
  174. />
  175. <Tool
  176. Name="VCBscMakeTool"
  177. />
  178. <Tool
  179. Name="VCFxCopTool"
  180. />
  181. <Tool
  182. Name="VCAppVerifierTool"
  183. />
  184. <Tool
  185. Name="VCPostBuildEventTool"
  186. />
  187. </Configuration>
  188. <Configuration
  189. Name="Debug_Sv|Win32"
  190. OutputDirectory="..\..\Output\lyfzBackupModle\Debug"
  191. IntermediateDirectory="..\..\Output\lyfzBackupModle\Debug"
  192. ConfigurationType="2"
  193. UseOfMFC="2"
  194. UseOfATL="0"
  195. CharacterSet="2"
  196. >
  197. <Tool
  198. Name="VCPreBuildEventTool"
  199. CommandLine="subwcrev.exe $(SolutionDir) $(ProjectDir)$(ProjectName).rc $(ProjectDir)$(ProjectName).rc_"
  200. />
  201. <Tool
  202. Name="VCCustomBuildTool"
  203. />
  204. <Tool
  205. Name="VCXMLDataGeneratorTool"
  206. />
  207. <Tool
  208. Name="VCWebServiceProxyGeneratorTool"
  209. />
  210. <Tool
  211. Name="VCMIDLTool"
  212. PreprocessorDefinitions="_DEBUG"
  213. MkTypLibCompatible="false"
  214. />
  215. <Tool
  216. Name="VCCLCompilerTool"
  217. Optimization="0"
  218. AdditionalIncludeDirectories=".\;.\helper;.\BackupModel;.\DelPhotoModel"
  219. PreprocessorDefinitions="WIN32;_WINDOWS;_DEBUG;_USRDLL"
  220. MinimalRebuild="true"
  221. BasicRuntimeChecks="3"
  222. RuntimeLibrary="3"
  223. UsePrecompiledHeader="2"
  224. WarningLevel="3"
  225. DebugInformationFormat="4"
  226. />
  227. <Tool
  228. Name="VCManagedResourceCompilerTool"
  229. />
  230. <Tool
  231. Name="VCResourceCompilerTool"
  232. PreprocessorDefinitions="_DEBUG"
  233. Culture="2052"
  234. AdditionalIncludeDirectories="$(IntDir)"
  235. />
  236. <Tool
  237. Name="VCPreLinkEventTool"
  238. CommandLine="rc.exe /fo &quot;$(ProjectDir)$(IntDir)\$(ProjectName).res&quot; /d &quot;_AUTOVERSION_&quot; /d &quot;_AFXDLL&quot; &quot;$(ProjectDir)$(ProjectName).rc_&quot;"
  239. />
  240. <Tool
  241. Name="VCLinkerTool"
  242. OutputFile="..\..\lyfzbin\Services\$(ProjectName).dll"
  243. LinkIncremental="2"
  244. ModuleDefinitionFile=".\lyfzBackupModle.def"
  245. GenerateDebugInformation="true"
  246. SubSystem="2"
  247. TargetMachine="1"
  248. />
  249. <Tool
  250. Name="VCALinkTool"
  251. />
  252. <Tool
  253. Name="VCManifestTool"
  254. />
  255. <Tool
  256. Name="VCXDCMakeTool"
  257. />
  258. <Tool
  259. Name="VCBscMakeTool"
  260. />
  261. <Tool
  262. Name="VCFxCopTool"
  263. />
  264. <Tool
  265. Name="VCAppVerifierTool"
  266. />
  267. <Tool
  268. Name="VCPostBuildEventTool"
  269. />
  270. </Configuration>
  271. </Configurations>
  272. <References>
  273. </References>
  274. <Files>
  275. <Filter
  276. Name="Ô´Îļþ"
  277. Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
  278. UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
  279. >
  280. <File
  281. RelativePath=".\lyfzBackupModle.cpp"
  282. >
  283. </File>
  284. <File
  285. RelativePath=".\lyfzBackupModle.def"
  286. >
  287. </File>
  288. <File
  289. RelativePath=".\stdafx.cpp"
  290. >
  291. <FileConfiguration
  292. Name="Debug|Win32"
  293. >
  294. <Tool
  295. Name="VCCLCompilerTool"
  296. UsePrecompiledHeader="1"
  297. />
  298. </FileConfiguration>
  299. <FileConfiguration
  300. Name="Release|Win32"
  301. >
  302. <Tool
  303. Name="VCCLCompilerTool"
  304. UsePrecompiledHeader="1"
  305. />
  306. </FileConfiguration>
  307. <FileConfiguration
  308. Name="Debug_Sv|Win32"
  309. >
  310. <Tool
  311. Name="VCCLCompilerTool"
  312. UsePrecompiledHeader="1"
  313. />
  314. </FileConfiguration>
  315. </File>
  316. </Filter>
  317. <Filter
  318. Name="Í·Îļþ"
  319. Filter="h;hpp;hxx;hm;inl;inc;xsd"
  320. UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
  321. >
  322. <File
  323. RelativePath=".\lyfzBackupModle.h"
  324. >
  325. </File>
  326. <File
  327. RelativePath=".\Resource.h"
  328. >
  329. </File>
  330. <File
  331. RelativePath=".\stdafx.h"
  332. >
  333. </File>
  334. <File
  335. RelativePath=".\targetver.h"
  336. >
  337. </File>
  338. </Filter>
  339. <Filter
  340. Name="×ÊÔ´Îļþ"
  341. Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav"
  342. UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"
  343. >
  344. <File
  345. RelativePath=".\lyfzBackupModle.rc"
  346. >
  347. </File>
  348. <File
  349. RelativePath=".\res\lyfzBackupModle.rc2"
  350. >
  351. </File>
  352. </Filter>
  353. <Filter
  354. Name="Commo"
  355. >
  356. <File
  357. RelativePath=".\CharacterConvert.cpp"
  358. >
  359. </File>
  360. <File
  361. RelativePath=".\CharacterConvert.h"
  362. >
  363. </File>
  364. <Filter
  365. Name="helper"
  366. >
  367. <File
  368. RelativePath=".\helper\ffscoex.cpp"
  369. >
  370. </File>
  371. <File
  372. RelativePath=".\helper\ffscoex.h"
  373. >
  374. </File>
  375. <File
  376. RelativePath=".\helper\ListTmpl.h"
  377. >
  378. </File>
  379. <File
  380. RelativePath=".\helper\Lock.cpp"
  381. >
  382. </File>
  383. <File
  384. RelativePath=".\helper\Lock.h"
  385. >
  386. </File>
  387. </Filter>
  388. </Filter>
  389. <Filter
  390. Name="Backup"
  391. >
  392. <File
  393. RelativePath=".\BackupModel\Backup.cpp"
  394. >
  395. </File>
  396. <File
  397. RelativePath=".\BackupModel\Backup.h"
  398. >
  399. </File>
  400. <File
  401. RelativePath=".\BackupModel\BackupFactory.cpp"
  402. >
  403. </File>
  404. <File
  405. RelativePath=".\BackupModel\BackupFactory.h"
  406. >
  407. </File>
  408. <File
  409. RelativePath=".\BackupModel\BackupInterface.h"
  410. >
  411. </File>
  412. <File
  413. RelativePath=".\BackupModel\BackupListMgr.cpp"
  414. >
  415. </File>
  416. <File
  417. RelativePath=".\BackupModel\BackupListMgr.h"
  418. >
  419. </File>
  420. </Filter>
  421. <Filter
  422. Name="DelPhoto"
  423. >
  424. <File
  425. RelativePath=".\DelPhotoModel\DelFiles.cpp"
  426. >
  427. </File>
  428. <File
  429. RelativePath=".\DelPhotoModel\DelFiles.h"
  430. >
  431. </File>
  432. <File
  433. RelativePath=".\DelPhotoModel\DelFilesFactory.cpp"
  434. >
  435. </File>
  436. <File
  437. RelativePath=".\DelPhotoModel\DelFilesFactory.h"
  438. >
  439. </File>
  440. <File
  441. RelativePath=".\DelPhotoModel\DelFilesInterface.h"
  442. >
  443. </File>
  444. <File
  445. RelativePath=".\DelPhotoModel\DelListMgr.cpp"
  446. >
  447. </File>
  448. <File
  449. RelativePath=".\DelPhotoModel\DelListMgr.h"
  450. >
  451. </File>
  452. </Filter>
  453. <File
  454. RelativePath=".\ReadMe.txt"
  455. >
  456. </File>
  457. </Files>
  458. <Globals>
  459. </Globals>
  460. </VisualStudioProject>