WebGet.vcproj
上传用户:qhonly
上传日期:2013-06-10
资源大小:487k
文件大小:9k
源码类别:

界面编程

开发平台:

Visual C++

  1. <?xml version="1.0" encoding="gb2312"?>
  2. <VisualStudioProject
  3. ProjectType="Visual C++"
  4. Version="7.10"
  5. Name="WebGet"
  6. ProjectGUID="{1CE7E113-24FB-4187-B165-69A8F8598D62}"
  7. Keyword="MFCProj">
  8. <Platforms>
  9. <Platform
  10. Name="Win32"/>
  11. </Platforms>
  12. <Configurations>
  13. <Configuration
  14. Name="Debug|Win32"
  15. OutputDirectory="Debug"
  16. IntermediateDirectory="Debug"
  17. ConfigurationType="1"
  18. UseOfMFC="1"
  19. CharacterSet="2">
  20. <Tool
  21. Name="VCCLCompilerTool"
  22. Optimization="0"
  23. PreprocessorDefinitions="WIN32;_WINDOWS;_DEBUG"
  24. MinimalRebuild="TRUE"
  25. BasicRuntimeChecks="3"
  26. RuntimeLibrary="1"
  27. TreatWChar_tAsBuiltInType="TRUE"
  28. UsePrecompiledHeader="3"
  29. WarningLevel="3"
  30. Detect64BitPortabilityProblems="TRUE"
  31. DebugInformationFormat="4"/>
  32. <Tool
  33. Name="VCCustomBuildTool"/>
  34. <Tool
  35. Name="VCLinkerTool"
  36. LinkIncremental="2"
  37. GenerateDebugInformation="TRUE"
  38. SubSystem="2"
  39. TargetMachine="1"/>
  40. <Tool
  41. Name="VCMIDLTool"
  42. PreprocessorDefinitions="_DEBUG"
  43. MkTypLibCompatible="FALSE"/>
  44. <Tool
  45. Name="VCPostBuildEventTool"/>
  46. <Tool
  47. Name="VCPreBuildEventTool"/>
  48. <Tool
  49. Name="VCPreLinkEventTool"/>
  50. <Tool
  51. Name="VCResourceCompilerTool"
  52. PreprocessorDefinitions="_DEBUG"
  53. Culture="1033"
  54. AdditionalIncludeDirectories="$(IntDir)"/>
  55. <Tool
  56. Name="VCWebServiceProxyGeneratorTool"/>
  57. <Tool
  58. Name="VCXMLDataGeneratorTool"/>
  59. <Tool
  60. Name="VCWebDeploymentTool"/>
  61. <Tool
  62. Name="VCManagedWrapperGeneratorTool"/>
  63. <Tool
  64. Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
  65. </Configuration>
  66. <Configuration
  67. Name="Release|Win32"
  68. OutputDirectory="Release"
  69. IntermediateDirectory="Release"
  70. ConfigurationType="1"
  71. UseOfMFC="1"
  72. CharacterSet="2">
  73. <Tool
  74. Name="VCCLCompilerTool"
  75. Optimization="2"
  76. InlineFunctionExpansion="1"
  77. OmitFramePointers="TRUE"
  78. PreprocessorDefinitions="WIN32;_WINDOWS;NDEBUG"
  79. StringPooling="TRUE"
  80. MinimalRebuild="FALSE"
  81. RuntimeLibrary="0"
  82. EnableFunctionLevelLinking="TRUE"
  83. TreatWChar_tAsBuiltInType="TRUE"
  84. UsePrecompiledHeader="3"
  85. WarningLevel="3"
  86. Detect64BitPortabilityProblems="TRUE"
  87. DebugInformationFormat="3"/>
  88. <Tool
  89. Name="VCCustomBuildTool"/>
  90. <Tool
  91. Name="VCLinkerTool"
  92. LinkIncremental="1"
  93. GenerateDebugInformation="TRUE"
  94. SubSystem="2"
  95. OptimizeReferences="2"
  96. EnableCOMDATFolding="2"
  97. TargetMachine="1"/>
  98. <Tool
  99. Name="VCMIDLTool"
  100. PreprocessorDefinitions="NDEBUG"
  101. MkTypLibCompatible="FALSE"/>
  102. <Tool
  103. Name="VCPostBuildEventTool"/>
  104. <Tool
  105. Name="VCPreBuildEventTool"/>
  106. <Tool
  107. Name="VCPreLinkEventTool"/>
  108. <Tool
  109. Name="VCResourceCompilerTool"
  110. PreprocessorDefinitions="NDEBUG"
  111. Culture="1033"
  112. AdditionalIncludeDirectories="$(IntDir)"/>
  113. <Tool
  114. Name="VCWebServiceProxyGeneratorTool"/>
  115. <Tool
  116. Name="VCXMLDataGeneratorTool"/>
  117. <Tool
  118. Name="VCWebDeploymentTool"/>
  119. <Tool
  120. Name="VCManagedWrapperGeneratorTool"/>
  121. <Tool
  122. Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
  123. </Configuration>
  124. </Configurations>
  125. <References>
  126. </References>
  127. <Files>
  128. <Filter
  129. Name="源文件"
  130. Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm">
  131. <File
  132. RelativePath="AddFileDownTaskDlg.cpp">
  133. </File>
  134. <File
  135. RelativePath="DownInfoType.cpp">
  136. </File>
  137. <File
  138. RelativePath="FileDownInfo.cpp">
  139. </File>
  140. <File
  141. RelativePath="LeftForm.cpp">
  142. </File>
  143. <File
  144. RelativePath="MainFrm.cpp">
  145. </File>
  146. <File
  147. RelativePath="OKMessageDlg.cpp">
  148. </File>
  149. <File
  150. RelativePath="RightForm.cpp">
  151. </File>
  152. <File
  153. RelativePath="RTButton.cpp">
  154. </File>
  155. <File
  156. RelativePath="RTCheckBox.cpp">
  157. </File>
  158. <File
  159. RelativePath="RTComboBox.cpp">
  160. </File>
  161. <File
  162. RelativePath="RTDialog.cpp">
  163. </File>
  164. <File
  165. RelativePath="RTDraw.cpp">
  166. </File>
  167. <File
  168. RelativePath="RTEdit.cpp">
  169. </File>
  170. <File
  171. RelativePath="RTFolder.cpp">
  172. </File>
  173. <File
  174. RelativePath="RTFrameWnd.cpp">
  175. </File>
  176. <File
  177. RelativePath="RTHeaderCtrl.cpp">
  178. </File>
  179. <File
  180. RelativePath="RTListBox.cpp">
  181. </File>
  182. <File
  183. RelativePath="RTListCtrl.cpp">
  184. </File>
  185. <File
  186. RelativePath="RTMenu.cpp">
  187. </File>
  188. <File
  189. RelativePath="RTRadioButton.cpp">
  190. </File>
  191. <File
  192. RelativePath="RTRichEdit.cpp">
  193. </File>
  194. <File
  195. RelativePath="RTScrollBar.cpp">
  196. </File>
  197. <File
  198. RelativePath="RTScrollControlContainer.cpp">
  199. </File>
  200. <File
  201. RelativePath="RTSkin.cpp">
  202. </File>
  203. <File
  204. RelativePath="RTSplitterWnd.cpp">
  205. </File>
  206. <File
  207. RelativePath="RTStatic.cpp">
  208. </File>
  209. <File
  210. RelativePath="RTStatusBar.cpp">
  211. </File>
  212. <File
  213. RelativePath="RTTabCtrl.cpp">
  214. </File>
  215. <File
  216. RelativePath="RTText.cpp">
  217. </File>
  218. <File
  219. RelativePath="RTToolBar.cpp">
  220. </File>
  221. <File
  222. RelativePath="RTTools.cpp">
  223. </File>
  224. <File
  225. RelativePath="RTTreeCtrl.cpp">
  226. </File>
  227. <File
  228. RelativePath="RTXMLFile.cpp">
  229. </File>
  230. <File
  231. RelativePath="SkinSelectDlg.cpp">
  232. </File>
  233. <File
  234. RelativePath="stdafx.cpp">
  235. <FileConfiguration
  236. Name="Debug|Win32">
  237. <Tool
  238. Name="VCCLCompilerTool"
  239. UsePrecompiledHeader="1"/>
  240. </FileConfiguration>
  241. <FileConfiguration
  242. Name="Release|Win32">
  243. <Tool
  244. Name="VCCLCompilerTool"
  245. UsePrecompiledHeader="1"/>
  246. </FileConfiguration>
  247. </File>
  248. <File
  249. RelativePath="WebGet.cpp">
  250. </File>
  251. </Filter>
  252. <Filter
  253. Name="头文件"
  254. Filter="h;hpp;hxx;hm;inl;inc">
  255. <File
  256. RelativePath="AddFileDownTaskDlg.h">
  257. </File>
  258. <File
  259. RelativePath="DownInfoType.h">
  260. </File>
  261. <File
  262. RelativePath="FileDownInfo.h">
  263. </File>
  264. <File
  265. RelativePath="LeftForm.h">
  266. </File>
  267. <File
  268. RelativePath="MainFrm.h">
  269. </File>
  270. <File
  271. RelativePath="OKMessageDlg.h">
  272. </File>
  273. <File
  274. RelativePath="Resource.h">
  275. </File>
  276. <File
  277. RelativePath="RightForm.h">
  278. </File>
  279. <File
  280. RelativePath="RTButton.h">
  281. </File>
  282. <File
  283. RelativePath="RTCheckBox.h">
  284. </File>
  285. <File
  286. RelativePath="RTComboBox.h">
  287. </File>
  288. <File
  289. RelativePath="RTDialog.h">
  290. </File>
  291. <File
  292. RelativePath="RTDraw.h">
  293. </File>
  294. <File
  295. RelativePath="RTEdit.h">
  296. </File>
  297. <File
  298. RelativePath="RTFolder.h">
  299. </File>
  300. <File
  301. RelativePath="RTFrameWnd.h">
  302. </File>
  303. <File
  304. RelativePath="RTHeaderCtrl.h">
  305. </File>
  306. <File
  307. RelativePath="RTListBox.h">
  308. </File>
  309. <File
  310. RelativePath="RTListCtrl.h">
  311. </File>
  312. <File
  313. RelativePath="RTMenu.h">
  314. </File>
  315. <File
  316. RelativePath="RTRadioButton.h">
  317. </File>
  318. <File
  319. RelativePath="RTRichEdit.h">
  320. </File>
  321. <File
  322. RelativePath="RTScrollBar.h">
  323. </File>
  324. <File
  325. RelativePath="RTScrollControlContainer.h">
  326. </File>
  327. <File
  328. RelativePath="RTSkin.h">
  329. </File>
  330. <File
  331. RelativePath="RTSplitterWnd.h">
  332. </File>
  333. <File
  334. RelativePath="RTStatic.h">
  335. </File>
  336. <File
  337. RelativePath="RTStatusBar.h">
  338. </File>
  339. <File
  340. RelativePath="RTTabCtrl.h">
  341. </File>
  342. <File
  343. RelativePath="RTText.h">
  344. </File>
  345. <File
  346. RelativePath="RTToolBar.h">
  347. </File>
  348. <File
  349. RelativePath="RTTools.h">
  350. </File>
  351. <File
  352. RelativePath="RTTreeCtrl.h">
  353. </File>
  354. <File
  355. RelativePath="RTXMLFile.h">
  356. </File>
  357. <File
  358. RelativePath="SkinSelectDlg.h">
  359. </File>
  360. <File
  361. RelativePath="stdafx.h">
  362. </File>
  363. <File
  364. RelativePath="WebGet.h">
  365. </File>
  366. </Filter>
  367. <Filter
  368. Name="资源文件"
  369. Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;jpg;jpeg;jpe;manifest">
  370. <File
  371. RelativePath="resbitmap1.bmp">
  372. </File>
  373. <File
  374. RelativePath="resbitmap2.bmp">
  375. </File>
  376. <File
  377. RelativePath="resbmp00001.bmp">
  378. </File>
  379. <File
  380. RelativePath="rescursor1.cur">
  381. </File>
  382. <File
  383. RelativePath="rescursor2.cur">
  384. </File>
  385. <File
  386. RelativePath="ressp_ver_m.bmp">
  387. </File>
  388. <File
  389. RelativePath="resToolbar.bmp">
  390. </File>
  391. <File
  392. RelativePath="restoolbar1.bmp">
  393. </File>
  394. <File
  395. RelativePath="restoolbar2.bmp">
  396. </File>
  397. <File
  398. RelativePath="resWebGet.ico">
  399. </File>
  400. <File
  401. RelativePath="resWebGet.manifest">
  402. </File>
  403. <File
  404. RelativePath="WebGet.rc">
  405. </File>
  406. <File
  407. RelativePath="resWebGet.rc2">
  408. </File>
  409. </Filter>
  410. <File
  411. RelativePath="ReadMe.txt">
  412. </File>
  413. </Files>
  414. <Globals>
  415. </Globals>
  416. </VisualStudioProject>