MD5Test.vcproj 5.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303
  1. <?xml version="1.0" encoding="gb2312"?>
  2. <VisualStudioProject
  3. ProjectType="Visual C++"
  4. Version="9.00"
  5. Name="MD5Test"
  6. ProjectGUID="{E6CB5BB6-77C2-4F01-89E3-93553936CC96}"
  7. RootNamespace="MD5Test"
  8. Keyword="Win32Proj"
  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="1"
  24. UseOfMFC="2"
  25. CharacterSet="2"
  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. />
  42. <Tool
  43. Name="VCCLCompilerTool"
  44. Optimization="0"
  45. PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE;CIPHER_MODE_CBC;POLARSSL_SELF_TEST"
  46. MinimalRebuild="true"
  47. BasicRuntimeChecks="3"
  48. RuntimeLibrary="3"
  49. UsePrecompiledHeader="2"
  50. WarningLevel="3"
  51. DebugInformationFormat="4"
  52. />
  53. <Tool
  54. Name="VCManagedResourceCompilerTool"
  55. />
  56. <Tool
  57. Name="VCResourceCompilerTool"
  58. />
  59. <Tool
  60. Name="VCPreLinkEventTool"
  61. />
  62. <Tool
  63. Name="VCLinkerTool"
  64. LinkIncremental="2"
  65. GenerateDebugInformation="true"
  66. SubSystem="1"
  67. TargetMachine="1"
  68. />
  69. <Tool
  70. Name="VCALinkTool"
  71. />
  72. <Tool
  73. Name="VCManifestTool"
  74. />
  75. <Tool
  76. Name="VCXDCMakeTool"
  77. />
  78. <Tool
  79. Name="VCBscMakeTool"
  80. />
  81. <Tool
  82. Name="VCFxCopTool"
  83. />
  84. <Tool
  85. Name="VCAppVerifierTool"
  86. />
  87. <Tool
  88. Name="VCPostBuildEventTool"
  89. />
  90. </Configuration>
  91. <Configuration
  92. Name="Release|Win32"
  93. OutputDirectory="$(SolutionDir)$(ConfigurationName)"
  94. IntermediateDirectory="$(ConfigurationName)"
  95. ConfigurationType="1"
  96. UseOfMFC="2"
  97. CharacterSet="2"
  98. WholeProgramOptimization="1"
  99. >
  100. <Tool
  101. Name="VCPreBuildEventTool"
  102. />
  103. <Tool
  104. Name="VCCustomBuildTool"
  105. />
  106. <Tool
  107. Name="VCXMLDataGeneratorTool"
  108. />
  109. <Tool
  110. Name="VCWebServiceProxyGeneratorTool"
  111. />
  112. <Tool
  113. Name="VCMIDLTool"
  114. />
  115. <Tool
  116. Name="VCCLCompilerTool"
  117. Optimization="2"
  118. EnableIntrinsicFunctions="true"
  119. PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE"
  120. RuntimeLibrary="2"
  121. EnableFunctionLevelLinking="true"
  122. UsePrecompiledHeader="2"
  123. WarningLevel="3"
  124. DebugInformationFormat="3"
  125. />
  126. <Tool
  127. Name="VCManagedResourceCompilerTool"
  128. />
  129. <Tool
  130. Name="VCResourceCompilerTool"
  131. />
  132. <Tool
  133. Name="VCPreLinkEventTool"
  134. />
  135. <Tool
  136. Name="VCLinkerTool"
  137. LinkIncremental="1"
  138. GenerateDebugInformation="true"
  139. SubSystem="1"
  140. OptimizeReferences="2"
  141. EnableCOMDATFolding="2"
  142. TargetMachine="1"
  143. />
  144. <Tool
  145. Name="VCALinkTool"
  146. />
  147. <Tool
  148. Name="VCManifestTool"
  149. />
  150. <Tool
  151. Name="VCXDCMakeTool"
  152. />
  153. <Tool
  154. Name="VCBscMakeTool"
  155. />
  156. <Tool
  157. Name="VCFxCopTool"
  158. />
  159. <Tool
  160. Name="VCAppVerifierTool"
  161. />
  162. <Tool
  163. Name="VCPostBuildEventTool"
  164. />
  165. </Configuration>
  166. </Configurations>
  167. <References>
  168. </References>
  169. <Files>
  170. <Filter
  171. Name="源文件"
  172. Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
  173. UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
  174. >
  175. <File
  176. RelativePath=".\3DES.cpp"
  177. >
  178. </File>
  179. <File
  180. RelativePath=".\AesCipher.cpp"
  181. >
  182. </File>
  183. <File
  184. RelativePath=".\Base64.cpp"
  185. >
  186. </File>
  187. <File
  188. RelativePath=".\des.cpp"
  189. >
  190. </File>
  191. <File
  192. RelativePath=".\lzari.cpp"
  193. >
  194. </File>
  195. <File
  196. RelativePath=".\md5.cpp"
  197. >
  198. </File>
  199. <File
  200. RelativePath=".\MD5Test.cpp"
  201. >
  202. </File>
  203. <File
  204. RelativePath=".\stdafx.cpp"
  205. >
  206. <FileConfiguration
  207. Name="Debug|Win32"
  208. >
  209. <Tool
  210. Name="VCCLCompilerTool"
  211. UsePrecompiledHeader="1"
  212. />
  213. </FileConfiguration>
  214. <FileConfiguration
  215. Name="Release|Win32"
  216. >
  217. <Tool
  218. Name="VCCLCompilerTool"
  219. UsePrecompiledHeader="1"
  220. />
  221. </FileConfiguration>
  222. </File>
  223. <File
  224. RelativePath=".\StringProcess.cpp"
  225. >
  226. </File>
  227. </Filter>
  228. <Filter
  229. Name="头文件"
  230. Filter="h;hpp;hxx;hm;inl;inc;xsd"
  231. UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
  232. >
  233. <File
  234. RelativePath=".\3DES.h"
  235. >
  236. </File>
  237. <File
  238. RelativePath=".\AesCipher.h"
  239. >
  240. </File>
  241. <File
  242. RelativePath=".\Base64.h"
  243. >
  244. </File>
  245. <File
  246. RelativePath=".\des.h"
  247. >
  248. </File>
  249. <File
  250. RelativePath=".\lzari.h"
  251. >
  252. </File>
  253. <File
  254. RelativePath=".\md5.h"
  255. >
  256. </File>
  257. <File
  258. RelativePath=".\MD5Test.h"
  259. >
  260. </File>
  261. <File
  262. RelativePath=".\md5和sha1.h"
  263. >
  264. </File>
  265. <File
  266. RelativePath=".\Resource.h"
  267. >
  268. </File>
  269. <File
  270. RelativePath=".\sha1.h"
  271. >
  272. </File>
  273. <File
  274. RelativePath=".\stdafx.h"
  275. >
  276. </File>
  277. <File
  278. RelativePath=".\StringProcess.h"
  279. >
  280. </File>
  281. <File
  282. RelativePath=".\targetver.h"
  283. >
  284. </File>
  285. </Filter>
  286. <Filter
  287. Name="资源文件"
  288. Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav"
  289. UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"
  290. >
  291. <File
  292. RelativePath=".\MD5Test.rc"
  293. >
  294. </File>
  295. </Filter>
  296. <File
  297. RelativePath=".\ReadMe.txt"
  298. >
  299. </File>
  300. </Files>
  301. <Globals>
  302. </Globals>
  303. </VisualStudioProject>