FileCopyDemo.vcproj 7.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367
  1. <?xml version="1.0" encoding="gb2312"?>
  2. <VisualStudioProject
  3. ProjectType="Visual C++"
  4. Version="9.00"
  5. Name="FileCopyDemo"
  6. ProjectGUID="{1E03A1E8-C004-41D1-A550-E30B27EE3ECF}"
  7. Keyword="MFCProj"
  8. TargetFrameworkVersion="0"
  9. >
  10. <Platforms>
  11. <Platform
  12. Name="Win32"
  13. />
  14. </Platforms>
  15. <ToolFiles>
  16. </ToolFiles>
  17. <Configurations>
  18. <Configuration
  19. Name="Release|Win32"
  20. OutputDirectory=".\Release"
  21. IntermediateDirectory=".\Release"
  22. ConfigurationType="1"
  23. InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops"
  24. UseOfMFC="2"
  25. ATLMinimizesCRunTimeLibraryUsage="false"
  26. CharacterSet="2"
  27. >
  28. <Tool
  29. Name="VCPreBuildEventTool"
  30. />
  31. <Tool
  32. Name="VCCustomBuildTool"
  33. />
  34. <Tool
  35. Name="VCXMLDataGeneratorTool"
  36. />
  37. <Tool
  38. Name="VCWebServiceProxyGeneratorTool"
  39. />
  40. <Tool
  41. Name="VCMIDLTool"
  42. PreprocessorDefinitions="NDEBUG"
  43. MkTypLibCompatible="true"
  44. SuppressStartupBanner="true"
  45. TargetEnvironment="1"
  46. TypeLibraryName=".\Release/FileCopyDemo.tlb"
  47. HeaderFileName=""
  48. />
  49. <Tool
  50. Name="VCCLCompilerTool"
  51. Optimization="2"
  52. InlineFunctionExpansion="1"
  53. PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS"
  54. StringPooling="true"
  55. RuntimeLibrary="2"
  56. EnableFunctionLevelLinking="true"
  57. UsePrecompiledHeader="2"
  58. PrecompiledHeaderThrough="stdafx.h"
  59. PrecompiledHeaderFile=".\Release/FileCopyDemo.pch"
  60. AssemblerListingLocation=".\Release/"
  61. ObjectFile=".\Release/"
  62. ProgramDataBaseFileName=".\Release/"
  63. WarningLevel="3"
  64. SuppressStartupBanner="true"
  65. />
  66. <Tool
  67. Name="VCManagedResourceCompilerTool"
  68. />
  69. <Tool
  70. Name="VCResourceCompilerTool"
  71. PreprocessorDefinitions="NDEBUG"
  72. Culture="2052"
  73. />
  74. <Tool
  75. Name="VCPreLinkEventTool"
  76. />
  77. <Tool
  78. Name="VCLinkerTool"
  79. OutputFile=".\Release/FileCopyDemo.exe"
  80. LinkIncremental="1"
  81. SuppressStartupBanner="true"
  82. ProgramDatabaseFile=".\Release/FileCopyDemo.pdb"
  83. SubSystem="2"
  84. RandomizedBaseAddress="1"
  85. DataExecutionPrevention="0"
  86. TargetMachine="1"
  87. />
  88. <Tool
  89. Name="VCALinkTool"
  90. />
  91. <Tool
  92. Name="VCManifestTool"
  93. />
  94. <Tool
  95. Name="VCXDCMakeTool"
  96. />
  97. <Tool
  98. Name="VCBscMakeTool"
  99. SuppressStartupBanner="true"
  100. OutputFile=".\Release/FileCopyDemo.bsc"
  101. />
  102. <Tool
  103. Name="VCFxCopTool"
  104. />
  105. <Tool
  106. Name="VCAppVerifierTool"
  107. />
  108. <Tool
  109. Name="VCPostBuildEventTool"
  110. />
  111. </Configuration>
  112. <Configuration
  113. Name="Debug|Win32"
  114. OutputDirectory=".\Debug"
  115. IntermediateDirectory=".\Debug"
  116. ConfigurationType="1"
  117. InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops"
  118. UseOfMFC="2"
  119. ATLMinimizesCRunTimeLibraryUsage="false"
  120. CharacterSet="2"
  121. >
  122. <Tool
  123. Name="VCPreBuildEventTool"
  124. />
  125. <Tool
  126. Name="VCCustomBuildTool"
  127. />
  128. <Tool
  129. Name="VCXMLDataGeneratorTool"
  130. />
  131. <Tool
  132. Name="VCWebServiceProxyGeneratorTool"
  133. />
  134. <Tool
  135. Name="VCMIDLTool"
  136. PreprocessorDefinitions="_DEBUG"
  137. MkTypLibCompatible="true"
  138. SuppressStartupBanner="true"
  139. TargetEnvironment="1"
  140. TypeLibraryName=".\Debug/FileCopyDemo.tlb"
  141. HeaderFileName=""
  142. />
  143. <Tool
  144. Name="VCCLCompilerTool"
  145. Optimization="0"
  146. PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS"
  147. MinimalRebuild="true"
  148. BasicRuntimeChecks="3"
  149. RuntimeLibrary="3"
  150. UsePrecompiledHeader="2"
  151. PrecompiledHeaderThrough="stdafx.h"
  152. PrecompiledHeaderFile=".\Debug/FileCopyDemo.pch"
  153. AssemblerListingLocation=".\Debug/"
  154. ObjectFile=".\Debug/"
  155. ProgramDataBaseFileName=".\Debug/"
  156. WarningLevel="3"
  157. SuppressStartupBanner="true"
  158. DebugInformationFormat="4"
  159. />
  160. <Tool
  161. Name="VCManagedResourceCompilerTool"
  162. />
  163. <Tool
  164. Name="VCResourceCompilerTool"
  165. PreprocessorDefinitions="_DEBUG"
  166. Culture="2052"
  167. />
  168. <Tool
  169. Name="VCPreLinkEventTool"
  170. />
  171. <Tool
  172. Name="VCLinkerTool"
  173. OutputFile=".\Debug/FileCopyDemo.exe"
  174. LinkIncremental="2"
  175. SuppressStartupBanner="true"
  176. GenerateDebugInformation="true"
  177. ProgramDatabaseFile=".\Debug/FileCopyDemo.pdb"
  178. SubSystem="2"
  179. RandomizedBaseAddress="1"
  180. DataExecutionPrevention="0"
  181. TargetMachine="1"
  182. />
  183. <Tool
  184. Name="VCALinkTool"
  185. />
  186. <Tool
  187. Name="VCManifestTool"
  188. />
  189. <Tool
  190. Name="VCXDCMakeTool"
  191. />
  192. <Tool
  193. Name="VCBscMakeTool"
  194. SuppressStartupBanner="true"
  195. OutputFile=".\Debug/FileCopyDemo.bsc"
  196. />
  197. <Tool
  198. Name="VCFxCopTool"
  199. />
  200. <Tool
  201. Name="VCAppVerifierTool"
  202. />
  203. <Tool
  204. Name="VCPostBuildEventTool"
  205. />
  206. </Configuration>
  207. </Configurations>
  208. <References>
  209. </References>
  210. <Files>
  211. <Filter
  212. Name="Source Files"
  213. Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
  214. >
  215. <File
  216. RelativePath="FileCopy.cpp"
  217. >
  218. <FileConfiguration
  219. Name="Release|Win32"
  220. >
  221. <Tool
  222. Name="VCCLCompilerTool"
  223. PreprocessorDefinitions=""
  224. />
  225. </FileConfiguration>
  226. <FileConfiguration
  227. Name="Debug|Win32"
  228. >
  229. <Tool
  230. Name="VCCLCompilerTool"
  231. PreprocessorDefinitions=""
  232. />
  233. </FileConfiguration>
  234. </File>
  235. <File
  236. RelativePath="FileCopyDemo.cpp"
  237. >
  238. <FileConfiguration
  239. Name="Release|Win32"
  240. >
  241. <Tool
  242. Name="VCCLCompilerTool"
  243. PreprocessorDefinitions=""
  244. />
  245. </FileConfiguration>
  246. <FileConfiguration
  247. Name="Debug|Win32"
  248. >
  249. <Tool
  250. Name="VCCLCompilerTool"
  251. PreprocessorDefinitions=""
  252. />
  253. </FileConfiguration>
  254. </File>
  255. <File
  256. RelativePath="FileCopyDemo.rc"
  257. >
  258. <FileConfiguration
  259. Name="Release|Win32"
  260. >
  261. <Tool
  262. Name="VCResourceCompilerTool"
  263. PreprocessorDefinitions=""
  264. />
  265. </FileConfiguration>
  266. <FileConfiguration
  267. Name="Debug|Win32"
  268. >
  269. <Tool
  270. Name="VCResourceCompilerTool"
  271. PreprocessorDefinitions=""
  272. />
  273. </FileConfiguration>
  274. </File>
  275. <File
  276. RelativePath="FileCopyDemoDlg.cpp"
  277. >
  278. <FileConfiguration
  279. Name="Release|Win32"
  280. >
  281. <Tool
  282. Name="VCCLCompilerTool"
  283. PreprocessorDefinitions=""
  284. />
  285. </FileConfiguration>
  286. <FileConfiguration
  287. Name="Debug|Win32"
  288. >
  289. <Tool
  290. Name="VCCLCompilerTool"
  291. PreprocessorDefinitions=""
  292. />
  293. </FileConfiguration>
  294. </File>
  295. <File
  296. RelativePath="StdAfx.cpp"
  297. >
  298. <FileConfiguration
  299. Name="Release|Win32"
  300. >
  301. <Tool
  302. Name="VCCLCompilerTool"
  303. PreprocessorDefinitions=""
  304. UsePrecompiledHeader="1"
  305. />
  306. </FileConfiguration>
  307. <FileConfiguration
  308. Name="Debug|Win32"
  309. >
  310. <Tool
  311. Name="VCCLCompilerTool"
  312. PreprocessorDefinitions=""
  313. UsePrecompiledHeader="1"
  314. />
  315. </FileConfiguration>
  316. </File>
  317. </Filter>
  318. <Filter
  319. Name="Header Files"
  320. Filter="h;hpp;hxx;hm;inl"
  321. >
  322. <File
  323. RelativePath="FileCopy.h"
  324. >
  325. </File>
  326. <File
  327. RelativePath="FileCopyDemo.h"
  328. >
  329. </File>
  330. <File
  331. RelativePath="FileCopyDemoDlg.h"
  332. >
  333. </File>
  334. <File
  335. RelativePath="Resource.h"
  336. >
  337. </File>
  338. <File
  339. RelativePath="StdAfx.h"
  340. >
  341. </File>
  342. </Filter>
  343. <Filter
  344. Name="Resource Files"
  345. Filter="ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe"
  346. >
  347. <File
  348. RelativePath="res\FileCopyDemo.ico"
  349. >
  350. </File>
  351. <File
  352. RelativePath="res\FileCopyDemo.rc2"
  353. >
  354. </File>
  355. </Filter>
  356. <File
  357. RelativePath="ReadMe.txt"
  358. >
  359. </File>
  360. </Files>
  361. <Globals>
  362. <Global
  363. Name="RESOURCE_FILE"
  364. Value="FileCopyDemo.rc"
  365. />
  366. </Globals>
  367. </VisualStudioProject>