MD5.vcproj 4.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259
  1. <?xml version="1.0" encoding="gb2312"?>
  2. <VisualStudioProject
  3. ProjectType="Visual C++"
  4. Version="9.00"
  5. Name="MD5"
  6. ProjectGUID="{8FB1F8F1-68D7-445D-8041-0CFE9BB86331}"
  7. RootNamespace="MD5"
  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="$(SolutionDir)$(ConfigurationName)"
  22. IntermediateDirectory="$(ConfigurationName)"
  23. ConfigurationType="2"
  24. UseOfMFC="2"
  25. CharacterSet="1"
  26. >
  27. <Tool
  28. Name="VCPreBuildEventTool"
  29. />
  30. <Tool
  31. Name="VCCustomBuildTool"
  32. />
  33. <Tool
  34. Name="VCXMLDataGeneratorTool"
  35. />
  36. <Tool
  37. Name="VCWebServiceProxyGeneratorTool"
  38. />
  39. <Tool
  40. Name="VCMIDLTool"
  41. PreprocessorDefinitions="_DEBUG"
  42. MkTypLibCompatible="false"
  43. />
  44. <Tool
  45. Name="VCCLCompilerTool"
  46. Optimization="0"
  47. PreprocessorDefinitions="WIN32;_WINDOWS;_DEBUG;_USRDLL"
  48. MinimalRebuild="true"
  49. BasicRuntimeChecks="3"
  50. RuntimeLibrary="3"
  51. UsePrecompiledHeader="2"
  52. WarningLevel="3"
  53. DebugInformationFormat="4"
  54. />
  55. <Tool
  56. Name="VCManagedResourceCompilerTool"
  57. />
  58. <Tool
  59. Name="VCResourceCompilerTool"
  60. PreprocessorDefinitions="_DEBUG"
  61. Culture="2052"
  62. AdditionalIncludeDirectories="$(IntDir)"
  63. />
  64. <Tool
  65. Name="VCPreLinkEventTool"
  66. />
  67. <Tool
  68. Name="VCLinkerTool"
  69. LinkIncremental="2"
  70. ModuleDefinitionFile=".\MD5.def"
  71. GenerateDebugInformation="true"
  72. SubSystem="2"
  73. TargetMachine="1"
  74. />
  75. <Tool
  76. Name="VCALinkTool"
  77. />
  78. <Tool
  79. Name="VCManifestTool"
  80. />
  81. <Tool
  82. Name="VCXDCMakeTool"
  83. />
  84. <Tool
  85. Name="VCBscMakeTool"
  86. />
  87. <Tool
  88. Name="VCFxCopTool"
  89. />
  90. <Tool
  91. Name="VCAppVerifierTool"
  92. />
  93. <Tool
  94. Name="VCPostBuildEventTool"
  95. />
  96. </Configuration>
  97. <Configuration
  98. Name="Release|Win32"
  99. OutputDirectory="$(SolutionDir)$(ConfigurationName)"
  100. IntermediateDirectory="$(ConfigurationName)"
  101. ConfigurationType="2"
  102. UseOfMFC="2"
  103. CharacterSet="1"
  104. WholeProgramOptimization="1"
  105. >
  106. <Tool
  107. Name="VCPreBuildEventTool"
  108. />
  109. <Tool
  110. Name="VCCustomBuildTool"
  111. />
  112. <Tool
  113. Name="VCXMLDataGeneratorTool"
  114. />
  115. <Tool
  116. Name="VCWebServiceProxyGeneratorTool"
  117. />
  118. <Tool
  119. Name="VCMIDLTool"
  120. PreprocessorDefinitions="NDEBUG"
  121. MkTypLibCompatible="false"
  122. />
  123. <Tool
  124. Name="VCCLCompilerTool"
  125. Optimization="2"
  126. EnableIntrinsicFunctions="true"
  127. PreprocessorDefinitions="WIN32;_WINDOWS;NDEBUG;_USRDLL"
  128. RuntimeLibrary="2"
  129. EnableFunctionLevelLinking="true"
  130. UsePrecompiledHeader="2"
  131. WarningLevel="3"
  132. DebugInformationFormat="3"
  133. />
  134. <Tool
  135. Name="VCManagedResourceCompilerTool"
  136. />
  137. <Tool
  138. Name="VCResourceCompilerTool"
  139. PreprocessorDefinitions="NDEBUG"
  140. Culture="2052"
  141. AdditionalIncludeDirectories="$(IntDir)"
  142. />
  143. <Tool
  144. Name="VCPreLinkEventTool"
  145. />
  146. <Tool
  147. Name="VCLinkerTool"
  148. LinkIncremental="1"
  149. ModuleDefinitionFile=".\MD5.def"
  150. GenerateDebugInformation="true"
  151. SubSystem="2"
  152. OptimizeReferences="2"
  153. EnableCOMDATFolding="2"
  154. TargetMachine="1"
  155. />
  156. <Tool
  157. Name="VCALinkTool"
  158. />
  159. <Tool
  160. Name="VCManifestTool"
  161. />
  162. <Tool
  163. Name="VCXDCMakeTool"
  164. />
  165. <Tool
  166. Name="VCBscMakeTool"
  167. />
  168. <Tool
  169. Name="VCFxCopTool"
  170. />
  171. <Tool
  172. Name="VCAppVerifierTool"
  173. />
  174. <Tool
  175. Name="VCPostBuildEventTool"
  176. />
  177. </Configuration>
  178. </Configurations>
  179. <References>
  180. </References>
  181. <Files>
  182. <Filter
  183. Name="Ô´Îļþ"
  184. Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
  185. UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
  186. >
  187. <File
  188. RelativePath=".\MD5.cpp"
  189. >
  190. </File>
  191. <File
  192. RelativePath=".\MD5.def"
  193. >
  194. </File>
  195. <File
  196. RelativePath=".\stdafx.cpp"
  197. >
  198. <FileConfiguration
  199. Name="Debug|Win32"
  200. >
  201. <Tool
  202. Name="VCCLCompilerTool"
  203. UsePrecompiledHeader="1"
  204. />
  205. </FileConfiguration>
  206. <FileConfiguration
  207. Name="Release|Win32"
  208. >
  209. <Tool
  210. Name="VCCLCompilerTool"
  211. UsePrecompiledHeader="1"
  212. />
  213. </FileConfiguration>
  214. </File>
  215. </Filter>
  216. <Filter
  217. Name="Í·Îļþ"
  218. Filter="h;hpp;hxx;hm;inl;inc;xsd"
  219. UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
  220. >
  221. <File
  222. RelativePath=".\MD5.h"
  223. >
  224. </File>
  225. <File
  226. RelativePath=".\Resource.h"
  227. >
  228. </File>
  229. <File
  230. RelativePath=".\stdafx.h"
  231. >
  232. </File>
  233. <File
  234. RelativePath=".\targetver.h"
  235. >
  236. </File>
  237. </Filter>
  238. <Filter
  239. Name="×ÊÔ´Îļþ"
  240. Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav"
  241. UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"
  242. >
  243. <File
  244. RelativePath=".\MD5.rc"
  245. >
  246. </File>
  247. <File
  248. RelativePath=".\res\MD5.rc2"
  249. >
  250. </File>
  251. </Filter>
  252. <File
  253. RelativePath=".\ReadMe.txt"
  254. >
  255. </File>
  256. </Files>
  257. <Globals>
  258. </Globals>
  259. </VisualStudioProject>