SimpleMail.vcproj
上传用户:weimei12
上传日期:2022-08-11
资源大小:185k
文件大小:10k
源码类别:

Email客户端

开发平台:

Visual C++

  1. <?xml version="1.0" encoding="gb2312"?>
  2. <VisualStudioProject
  3. ProjectType="Visual C++"
  4. Version="8.00"
  5. Name="SimpleMail"
  6. ProjectGUID="{07934E26-2B7E-4E0C-81B2-DD96E2EE3970}"
  7. RootNamespace="SimpleMail"
  8. Keyword="MFCProj"
  9. >
  10. <Platforms>
  11. <Platform
  12. Name="Win32"
  13. />
  14. </Platforms>
  15. <ToolFiles>
  16. </ToolFiles>
  17. <Configurations>
  18. <Configuration
  19. Name="Debug|Win32"
  20. OutputDirectory="$(SolutionDir)/Output/$(ConfigurationName)"
  21. IntermediateDirectory="$(SolutionDir)/Inter/$(ProjectName)/$(ConfigurationName)"
  22. ConfigurationType="1"
  23. UseOfMFC="2"
  24. CharacterSet="2"
  25. >
  26. <Tool
  27. Name="VCPreBuildEventTool"
  28. />
  29. <Tool
  30. Name="VCCustomBuildTool"
  31. />
  32. <Tool
  33. Name="VCXMLDataGeneratorTool"
  34. />
  35. <Tool
  36. Name="VCWebServiceProxyGeneratorTool"
  37. />
  38. <Tool
  39. Name="VCMIDLTool"
  40. PreprocessorDefinitions="_DEBUG"
  41. MkTypLibCompatible="false"
  42. ValidateParameters="false"
  43. />
  44. <Tool
  45. Name="VCCLCompilerTool"
  46. Optimization="0"
  47. PreprocessorDefinitions="WIN32;_WINDOWS;_DEBUG"
  48. MinimalRebuild="true"
  49. BasicRuntimeChecks="3"
  50. RuntimeLibrary="3"
  51. UsePrecompiledHeader="2"
  52. WarningLevel="3"
  53. Detect64BitPortabilityProblems="true"
  54. DebugInformationFormat="4"
  55. />
  56. <Tool
  57. Name="VCManagedResourceCompilerTool"
  58. />
  59. <Tool
  60. Name="VCResourceCompilerTool"
  61. PreprocessorDefinitions="_DEBUG"
  62. Culture="1033"
  63. AdditionalIncludeDirectories="$(IntDir)"
  64. />
  65. <Tool
  66. Name="VCPreLinkEventTool"
  67. />
  68. <Tool
  69. Name="VCLinkerTool"
  70. AdditionalDependencies="appface.lib"
  71. LinkIncremental="2"
  72. GenerateDebugInformation="true"
  73. ProgramDatabaseFile="$(IntDir)$(TargetName).pdb"
  74. SubSystem="2"
  75. LinkTimeCodeGeneration="0"
  76. ProfileGuidedDatabase=""
  77. TargetMachine="1"
  78. />
  79. <Tool
  80. Name="VCALinkTool"
  81. />
  82. <Tool
  83. Name="VCManifestTool"
  84. />
  85. <Tool
  86. Name="VCXDCMakeTool"
  87. />
  88. <Tool
  89. Name="VCBscMakeTool"
  90. OutputFile="$(IntDir)/$(ProjectName).bsc"
  91. />
  92. <Tool
  93. Name="VCFxCopTool"
  94. />
  95. <Tool
  96. Name="VCAppVerifierTool"
  97. />
  98. <Tool
  99. Name="VCWebDeploymentTool"
  100. />
  101. <Tool
  102. Name="VCPostBuildEventTool"
  103. />
  104. </Configuration>
  105. <Configuration
  106. Name="Release|Win32"
  107. OutputDirectory="$(SolutionDir)/Output/$(ConfigurationName)"
  108. IntermediateDirectory="$(SolutionDir)/Inter/$(ConfigurationName)"
  109. ConfigurationType="1"
  110. UseOfMFC="1"
  111. CharacterSet="2"
  112. WholeProgramOptimization="1"
  113. >
  114. <Tool
  115. Name="VCPreBuildEventTool"
  116. />
  117. <Tool
  118. Name="VCCustomBuildTool"
  119. />
  120. <Tool
  121. Name="VCXMLDataGeneratorTool"
  122. />
  123. <Tool
  124. Name="VCWebServiceProxyGeneratorTool"
  125. />
  126. <Tool
  127. Name="VCMIDLTool"
  128. PreprocessorDefinitions="NDEBUG"
  129. MkTypLibCompatible="false"
  130. ValidateParameters="false"
  131. />
  132. <Tool
  133. Name="VCCLCompilerTool"
  134. PreprocessorDefinitions="WIN32;_WINDOWS;NDEBUG"
  135. MinimalRebuild="false"
  136. RuntimeLibrary="0"
  137. UsePrecompiledHeader="2"
  138. WarningLevel="3"
  139. Detect64BitPortabilityProblems="true"
  140. DebugInformationFormat="3"
  141. />
  142. <Tool
  143. Name="VCManagedResourceCompilerTool"
  144. />
  145. <Tool
  146. Name="VCResourceCompilerTool"
  147. PreprocessorDefinitions="NDEBUG"
  148. Culture="1033"
  149. AdditionalIncludeDirectories="$(IntDir)"
  150. />
  151. <Tool
  152. Name="VCPreLinkEventTool"
  153. />
  154. <Tool
  155. Name="VCLinkerTool"
  156. AdditionalDependencies="appface.lib"
  157. LinkIncremental="1"
  158. GenerateDebugInformation="true"
  159. ProgramDatabaseFile="$(IntDir)/$(TargetName).pdb"
  160. SubSystem="2"
  161. OptimizeReferences="2"
  162. EnableCOMDATFolding="2"
  163. TargetMachine="1"
  164. />
  165. <Tool
  166. Name="VCALinkTool"
  167. />
  168. <Tool
  169. Name="VCManifestTool"
  170. />
  171. <Tool
  172. Name="VCXDCMakeTool"
  173. />
  174. <Tool
  175. Name="VCBscMakeTool"
  176. />
  177. <Tool
  178. Name="VCFxCopTool"
  179. />
  180. <Tool
  181. Name="VCAppVerifierTool"
  182. />
  183. <Tool
  184. Name="VCWebDeploymentTool"
  185. />
  186. <Tool
  187. Name="VCPostBuildEventTool"
  188. />
  189. </Configuration>
  190. </Configurations>
  191. <References>
  192. </References>
  193. <Files>
  194. <Filter
  195. Name="Source Files"
  196. Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
  197. UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
  198. >
  199. <File
  200. RelativePath=".MailManager.cpp"
  201. >
  202. </File>
  203. <File
  204. RelativePath=".MailSaveMngr.cpp"
  205. >
  206. </File>
  207. <File
  208. RelativePath=".stdafx.cpp"
  209. >
  210. <FileConfiguration
  211. Name="Debug|Win32"
  212. >
  213. <Tool
  214. Name="VCCLCompilerTool"
  215. UsePrecompiledHeader="1"
  216. />
  217. </FileConfiguration>
  218. <FileConfiguration
  219. Name="Release|Win32"
  220. >
  221. <Tool
  222. Name="VCCLCompilerTool"
  223. UsePrecompiledHeader="1"
  224. />
  225. </FileConfiguration>
  226. </File>
  227. <Filter
  228. Name="View"
  229. >
  230. <File
  231. RelativePath=".EditCtrlView.cpp"
  232. >
  233. </File>
  234. <File
  235. RelativePath=".ExpandEditCtrl.cpp"
  236. >
  237. </File>
  238. <File
  239. RelativePath=".ImageDataObject.cpp"
  240. >
  241. </File>
  242. <File
  243. RelativePath=".LeftPaneView.cpp"
  244. >
  245. </File>
  246. <File
  247. RelativePath=".ListCtrlView.cpp"
  248. >
  249. </File>
  250. <File
  251. RelativePath=".MainFrm.cpp"
  252. >
  253. </File>
  254. <File
  255. RelativePath=".RecvProgressDlg.cpp"
  256. >
  257. </File>
  258. <File
  259. RelativePath=".RightPaneFrame.cpp"
  260. >
  261. </File>
  262. <File
  263. RelativePath=".SendDlg.cpp"
  264. >
  265. </File>
  266. <File
  267. RelativePath=".SettingDlg.cpp"
  268. >
  269. </File>
  270. <File
  271. RelativePath=".SimpleMail.cpp"
  272. >
  273. </File>
  274. <File
  275. RelativePath=".SimpleMailDoc.cpp"
  276. >
  277. </File>
  278. <File
  279. RelativePath=".SimpleMailView.cpp"
  280. >
  281. </File>
  282. <File
  283. RelativePath=".SplitterView.cpp"
  284. >
  285. </File>
  286. </Filter>
  287. <Filter
  288. Name="smtp"
  289. >
  290. <File
  291. RelativePath=".MailMessage.cpp"
  292. >
  293. </File>
  294. <File
  295. RelativePath=".MIMEMessage.cpp"
  296. >
  297. </File>
  298. <File
  299. RelativePath=".SmtpSendManger.cpp"
  300. >
  301. </File>
  302. <Filter
  303. Name="encode"
  304. >
  305. <File
  306. RelativePath=".Base64.cpp"
  307. >
  308. </File>
  309. <File
  310. RelativePath=".MIMECode.cpp"
  311. >
  312. </File>
  313. </Filter>
  314. <Filter
  315. Name="MIME"
  316. >
  317. <File
  318. RelativePath=".AppOctetStream.cpp"
  319. >
  320. </File>
  321. <File
  322. RelativePath=".MIMEContentAgent.cpp"
  323. >
  324. </File>
  325. <File
  326. RelativePath=".TextPlain.cpp"
  327. >
  328. </File>
  329. </Filter>
  330. </Filter>
  331. <Filter
  332. Name="pop"
  333. >
  334. <File
  335. RelativePath=".Pop3Message.cpp"
  336. >
  337. </File>
  338. <File
  339. RelativePath=".PopReceiveManager.cpp"
  340. >
  341. </File>
  342. </Filter>
  343. </Filter>
  344. <Filter
  345. Name="Header Files"
  346. Filter="h;hpp;hxx;hm;inl;inc;xsd"
  347. UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
  348. >
  349. <File
  350. RelativePath=".AppFace.h"
  351. >
  352. </File>
  353. <File
  354. RelativePath=".define.h"
  355. >
  356. </File>
  357. <File
  358. RelativePath=".MailManager.h"
  359. >
  360. </File>
  361. <File
  362. RelativePath=".MailSaveMngr.h"
  363. >
  364. </File>
  365. <File
  366. RelativePath=".Resource.h"
  367. >
  368. </File>
  369. <File
  370. RelativePath=".stdafx.h"
  371. >
  372. </File>
  373. <Filter
  374. Name="pop"
  375. >
  376. <File
  377. RelativePath=".Pop3Message.h"
  378. >
  379. </File>
  380. <File
  381. RelativePath=".PopReceiveManager.h"
  382. >
  383. </File>
  384. </Filter>
  385. <Filter
  386. Name="smtp"
  387. >
  388. <File
  389. RelativePath=".MailMessage.h"
  390. >
  391. </File>
  392. <File
  393. RelativePath=".MIMEMessage.h"
  394. >
  395. </File>
  396. <File
  397. RelativePath=".SmtpSendManger.h"
  398. >
  399. </File>
  400. <Filter
  401. Name="encode"
  402. >
  403. <File
  404. RelativePath=".Base64.h"
  405. >
  406. </File>
  407. <File
  408. RelativePath=".MIMECode.h"
  409. >
  410. </File>
  411. </Filter>
  412. <Filter
  413. Name="MIME"
  414. >
  415. <File
  416. RelativePath=".AppOctetStream.h"
  417. >
  418. </File>
  419. <File
  420. RelativePath=".MIMEContentAgent.h"
  421. >
  422. </File>
  423. <File
  424. RelativePath=".TextPlain.h"
  425. >
  426. </File>
  427. </Filter>
  428. </Filter>
  429. <Filter
  430. Name="view"
  431. >
  432. <File
  433. RelativePath=".EditCtrlView.h"
  434. >
  435. </File>
  436. <File
  437. RelativePath=".ExpandEditCtrl.h"
  438. >
  439. </File>
  440. <File
  441. RelativePath=".ImageDataObject.h"
  442. >
  443. </File>
  444. <File
  445. RelativePath=".LeftPaneView.h"
  446. >
  447. </File>
  448. <File
  449. RelativePath=".ListCtrlView.h"
  450. >
  451. </File>
  452. <File
  453. RelativePath=".MainFrm.h"
  454. >
  455. </File>
  456. <File
  457. RelativePath=".RecvProgressDlg.h"
  458. >
  459. </File>
  460. <File
  461. RelativePath=".RightPaneFrame.h"
  462. >
  463. </File>
  464. <File
  465. RelativePath=".SendDlg.h"
  466. >
  467. </File>
  468. <File
  469. RelativePath=".SettingDlg.h"
  470. >
  471. </File>
  472. <File
  473. RelativePath=".SimpleMail.h"
  474. >
  475. </File>
  476. <File
  477. RelativePath=".SimpleMailDoc.h"
  478. >
  479. </File>
  480. <File
  481. RelativePath=".SimpleMailView.h"
  482. >
  483. </File>
  484. <File
  485. RelativePath=".SplitterView.h"
  486. >
  487. </File>
  488. </Filter>
  489. </Filter>
  490. <Filter
  491. Name="Resource Files"
  492. Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav"
  493. UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"
  494. >
  495. <File
  496. RelativePath=".resicon1.ico"
  497. >
  498. </File>
  499. <File
  500. RelativePath=".resimages.bmp"
  501. >
  502. </File>
  503. <File
  504. RelativePath=".resSimpleMail.ico"
  505. >
  506. </File>
  507. <File
  508. RelativePath=".SimpleMail.rc"
  509. >
  510. </File>
  511. <File
  512. RelativePath=".resSimpleMail.rc2"
  513. >
  514. </File>
  515. <File
  516. RelativePath=".resSimpleMailDoc.ico"
  517. >
  518. </File>
  519. <File
  520. RelativePath=".resToolbar.bmp"
  521. >
  522. </File>
  523. </Filter>
  524. <File
  525. RelativePath=".ReadMe.txt"
  526. >
  527. </File>
  528. </Files>
  529. <Globals>
  530. <Global
  531. Name="RESOURCE_FILE"
  532. Value="SimpleMail.rc"
  533. />
  534. </Globals>
  535. </VisualStudioProject>