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

Email客户端

开发平台:

Visual C++

  1. <?xml version="1.0" encoding="gb2312"?>
  2. <VisualStudioProject
  3. ProjectType="Visual C++"
  4. Version="8.00"
  5. Name="FileStore"
  6. ProjectGUID="{1B21D05D-CACB-4176-AE61-B724FDE05253}"
  7. RootNamespace="FileStore"
  8. Keyword="MFCDLLProj"
  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="../../Output/$(ConfigurationName)"
  21. IntermediateDirectory="../../Inter/$(ProjectName)/$(ConfigurationName)"
  22. ConfigurationType="2"
  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. />
  43. <Tool
  44. Name="VCCLCompilerTool"
  45. Optimization="0"
  46. PreprocessorDefinitions="WIN32;_WINDOWS;_DEBUG;_AFXEXT;_FILESTORE_DLL_FLAG"
  47. MinimalRebuild="true"
  48. BasicRuntimeChecks="3"
  49. RuntimeLibrary="3"
  50. UsePrecompiledHeader="2"
  51. WarningLevel="3"
  52. Detect64BitPortabilityProblems="true"
  53. DebugInformationFormat="4"
  54. />
  55. <Tool
  56. Name="VCManagedResourceCompilerTool"
  57. />
  58. <Tool
  59. Name="VCResourceCompilerTool"
  60. PreprocessorDefinitions="_DEBUG"
  61. Culture="1033"
  62. AdditionalIncludeDirectories="$(IntDir)"
  63. />
  64. <Tool
  65. Name="VCPreLinkEventTool"
  66. />
  67. <Tool
  68. Name="VCLinkerTool"
  69. LinkIncremental="2"
  70. ModuleDefinitionFile=".FileStore.def"
  71. GenerateDebugInformation="true"
  72. ProgramDatabaseFile="$(IntDir)$(TargetName).pdb"
  73. SubSystem="2"
  74. ImportLibrary="../../lib/$(TargetName).lib"
  75. TargetMachine="1"
  76. />
  77. <Tool
  78. Name="VCALinkTool"
  79. />
  80. <Tool
  81. Name="VCManifestTool"
  82. />
  83. <Tool
  84. Name="VCXDCMakeTool"
  85. />
  86. <Tool
  87. Name="VCBscMakeTool"
  88. OutputFile="$(IntDir)/$(ProjectName).bsc"
  89. />
  90. <Tool
  91. Name="VCFxCopTool"
  92. />
  93. <Tool
  94. Name="VCAppVerifierTool"
  95. />
  96. <Tool
  97. Name="VCWebDeploymentTool"
  98. />
  99. <Tool
  100. Name="VCPostBuildEventTool"
  101. />
  102. </Configuration>
  103. <Configuration
  104. Name="Release|Win32"
  105. OutputDirectory="../../Output/$(ConfigurationName)"
  106. IntermediateDirectory="../../Inter/$(ConfigurationName)"
  107. ConfigurationType="2"
  108. UseOfMFC="2"
  109. CharacterSet="2"
  110. WholeProgramOptimization="1"
  111. >
  112. <Tool
  113. Name="VCPreBuildEventTool"
  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. PreprocessorDefinitions="WIN32;_WINDOWS;NDEBUG;_AFXEXT;_FILESTORE_DLL_FLAG"
  132. RuntimeLibrary="2"
  133. UsePrecompiledHeader="2"
  134. WarningLevel="3"
  135. Detect64BitPortabilityProblems="true"
  136. DebugInformationFormat="3"
  137. />
  138. <Tool
  139. Name="VCManagedResourceCompilerTool"
  140. />
  141. <Tool
  142. Name="VCResourceCompilerTool"
  143. PreprocessorDefinitions="NDEBUG"
  144. Culture="1033"
  145. AdditionalIncludeDirectories="$(IntDir)"
  146. />
  147. <Tool
  148. Name="VCPreLinkEventTool"
  149. />
  150. <Tool
  151. Name="VCLinkerTool"
  152. LinkIncremental="1"
  153. ModuleDefinitionFile=".FileStore.def"
  154. GenerateDebugInformation="true"
  155. SubSystem="2"
  156. OptimizeReferences="2"
  157. EnableCOMDATFolding="2"
  158. TargetMachine="1"
  159. />
  160. <Tool
  161. Name="VCALinkTool"
  162. />
  163. <Tool
  164. Name="VCManifestTool"
  165. />
  166. <Tool
  167. Name="VCXDCMakeTool"
  168. />
  169. <Tool
  170. Name="VCBscMakeTool"
  171. />
  172. <Tool
  173. Name="VCFxCopTool"
  174. />
  175. <Tool
  176. Name="VCAppVerifierTool"
  177. />
  178. <Tool
  179. Name="VCWebDeploymentTool"
  180. />
  181. <Tool
  182. Name="VCPostBuildEventTool"
  183. />
  184. </Configuration>
  185. </Configurations>
  186. <References>
  187. </References>
  188. <Files>
  189. <Filter
  190. Name="Source Files"
  191. Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
  192. UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
  193. >
  194. <File
  195. RelativePath=".FileStore.cpp"
  196. >
  197. </File>
  198. <File
  199. RelativePath=".FileStore.def"
  200. >
  201. </File>
  202. <File
  203. RelativePath=".MailStruct.cpp"
  204. >
  205. </File>
  206. <File
  207. RelativePath=".MailTmpFile.cpp"
  208. >
  209. </File>
  210. <File
  211. RelativePath=".stdafx.cpp"
  212. >
  213. <FileConfiguration
  214. Name="Debug|Win32"
  215. >
  216. <Tool
  217. Name="VCCLCompilerTool"
  218. UsePrecompiledHeader="1"
  219. />
  220. </FileConfiguration>
  221. <FileConfiguration
  222. Name="Release|Win32"
  223. >
  224. <Tool
  225. Name="VCCLCompilerTool"
  226. UsePrecompiledHeader="1"
  227. />
  228. </FileConfiguration>
  229. </File>
  230. </Filter>
  231. <Filter
  232. Name="Header Files"
  233. Filter="h;hpp;hxx;hm;inl;inc;xsd"
  234. UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
  235. >
  236. <File
  237. RelativePath=".FileStore_inc.h"
  238. >
  239. </File>
  240. <File
  241. RelativePath=".MailStruct.h"
  242. >
  243. </File>
  244. <File
  245. RelativePath=".MailTmpFile.h"
  246. >
  247. </File>
  248. <File
  249. RelativePath=".Resource.h"
  250. >
  251. </File>
  252. <File
  253. RelativePath=".stdafx.h"
  254. >
  255. </File>
  256. </Filter>
  257. <Filter
  258. Name="Resource Files"
  259. Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav"
  260. UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"
  261. >
  262. <File
  263. RelativePath=".FileStore.rc"
  264. >
  265. </File>
  266. <File
  267. RelativePath=".resFileStore.rc2"
  268. >
  269. </File>
  270. </Filter>
  271. <File
  272. RelativePath=".ReadMe.txt"
  273. >
  274. </File>
  275. </Files>
  276. <Globals>
  277. </Globals>
  278. </VisualStudioProject>