ctaocrypt.vcproj 5.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <VisualStudioProject
  3. ProjectType="Visual C++"
  4. Version="8.00"
  5. Name="ctaocrypt"
  6. ProjectGUID="{BF0EA0C1-3F4C-4767-B79E-7B2A391F7D62}"
  7. Keyword="Win32Proj"
  8. >
  9. <Platforms>
  10. <Platform
  11. Name="Win32"
  12. />
  13. </Platforms>
  14. <ToolFiles>
  15. </ToolFiles>
  16. <Configurations>
  17. <Configuration
  18. Name="Debug|Win32"
  19. OutputDirectory="Debug"
  20. IntermediateDirectory="Debug"
  21. ConfigurationType="4"
  22. >
  23. <Tool
  24. Name="VCPreBuildEventTool"
  25. />
  26. <Tool
  27. Name="VCCustomBuildTool"
  28. />
  29. <Tool
  30. Name="VCXMLDataGeneratorTool"
  31. />
  32. <Tool
  33. Name="VCWebServiceProxyGeneratorTool"
  34. />
  35. <Tool
  36. Name="VCMIDLTool"
  37. />
  38. <Tool
  39. Name="VCCLCompilerTool"
  40. Optimization="0"
  41. AdditionalIncludeDirectories="include"
  42. PreprocessorDefinitions="WIN32;_DEBUG;_LIB;OPENSSL_EXTRA"
  43. MinimalRebuild="true"
  44. BasicRuntimeChecks="3"
  45. RuntimeLibrary="3"
  46. UsePrecompiledHeader="0"
  47. WarningLevel="3"
  48. Detect64BitPortabilityProblems="true"
  49. DebugInformationFormat="4"
  50. />
  51. <Tool
  52. Name="VCManagedResourceCompilerTool"
  53. />
  54. <Tool
  55. Name="VCResourceCompilerTool"
  56. />
  57. <Tool
  58. Name="VCPreLinkEventTool"
  59. />
  60. <Tool
  61. Name="VCLibrarianTool"
  62. />
  63. <Tool
  64. Name="VCALinkTool"
  65. />
  66. <Tool
  67. Name="VCXDCMakeTool"
  68. />
  69. <Tool
  70. Name="VCBscMakeTool"
  71. />
  72. <Tool
  73. Name="VCFxCopTool"
  74. />
  75. <Tool
  76. Name="VCPostBuildEventTool"
  77. />
  78. </Configuration>
  79. <Configuration
  80. Name="Release|Win32"
  81. OutputDirectory="Release"
  82. IntermediateDirectory="Release"
  83. ConfigurationType="4"
  84. >
  85. <Tool
  86. Name="VCPreBuildEventTool"
  87. />
  88. <Tool
  89. Name="VCCustomBuildTool"
  90. />
  91. <Tool
  92. Name="VCXMLDataGeneratorTool"
  93. />
  94. <Tool
  95. Name="VCWebServiceProxyGeneratorTool"
  96. />
  97. <Tool
  98. Name="VCMIDLTool"
  99. />
  100. <Tool
  101. Name="VCCLCompilerTool"
  102. AdditionalIncludeDirectories="include"
  103. PreprocessorDefinitions="WIN32;NDEBUG;_LIB;"
  104. RuntimeLibrary="2"
  105. UsePrecompiledHeader="0"
  106. WarningLevel="3"
  107. Detect64BitPortabilityProblems="true"
  108. DebugInformationFormat="3"
  109. />
  110. <Tool
  111. Name="VCManagedResourceCompilerTool"
  112. />
  113. <Tool
  114. Name="VCResourceCompilerTool"
  115. />
  116. <Tool
  117. Name="VCPreLinkEventTool"
  118. />
  119. <Tool
  120. Name="VCLibrarianTool"
  121. />
  122. <Tool
  123. Name="VCALinkTool"
  124. />
  125. <Tool
  126. Name="VCXDCMakeTool"
  127. />
  128. <Tool
  129. Name="VCBscMakeTool"
  130. />
  131. <Tool
  132. Name="VCFxCopTool"
  133. />
  134. <Tool
  135. Name="VCPostBuildEventTool"
  136. />
  137. </Configuration>
  138. </Configurations>
  139. <References>
  140. </References>
  141. <Files>
  142. <Filter
  143. Name="Header Files"
  144. Filter="h;hpp;hxx;hm;inl;inc;xsd"
  145. UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
  146. >
  147. <File
  148. RelativePath=".\include\aes.h"
  149. >
  150. </File>
  151. <File
  152. RelativePath=".\include\arc4.h"
  153. >
  154. </File>
  155. <File
  156. RelativePath=".\include\asn.h"
  157. >
  158. </File>
  159. <File
  160. RelativePath=".\include\coding.h"
  161. >
  162. </File>
  163. <File
  164. RelativePath=".\include\config.h"
  165. >
  166. </File>
  167. <File
  168. RelativePath=".\include\des3.h"
  169. >
  170. </File>
  171. <File
  172. RelativePath=".\include\dh.h"
  173. >
  174. </File>
  175. <File
  176. RelativePath=".\include\dsa.h"
  177. >
  178. </File>
  179. <File
  180. RelativePath=".\include\error.h"
  181. >
  182. </File>
  183. <File
  184. RelativePath=".\include\hc128.h"
  185. >
  186. </File>
  187. <File
  188. RelativePath=".\include\hmac.h"
  189. >
  190. </File>
  191. <File
  192. RelativePath=".\include\integer.h"
  193. >
  194. </File>
  195. <File
  196. RelativePath=".\include\md4.h"
  197. >
  198. </File>
  199. <File
  200. RelativePath=".\include\md5.h"
  201. >
  202. </File>
  203. <File
  204. RelativePath=".\include\misc.h"
  205. >
  206. </File>
  207. <File
  208. RelativePath=".\include\mpi_class.h"
  209. >
  210. </File>
  211. <File
  212. RelativePath=".\include\mpi_superclass.h"
  213. >
  214. </File>
  215. <File
  216. RelativePath=".\include\rabbit.h"
  217. >
  218. </File>
  219. <File
  220. RelativePath=".\include\random.h"
  221. >
  222. </File>
  223. <File
  224. RelativePath=".\include\rsa.h"
  225. >
  226. </File>
  227. <File
  228. RelativePath=".\include\sha.h"
  229. >
  230. </File>
  231. <File
  232. RelativePath=".\include\sha256.h"
  233. >
  234. </File>
  235. <File
  236. RelativePath=".\include\types.h"
  237. >
  238. </File>
  239. </Filter>
  240. <Filter
  241. Name="Resource Files"
  242. Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx"
  243. UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"
  244. >
  245. </Filter>
  246. <Filter
  247. Name="Source Files"
  248. Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
  249. UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
  250. >
  251. <File
  252. RelativePath=".\src\aes.c"
  253. >
  254. </File>
  255. <File
  256. RelativePath=".\src\arc4.c"
  257. >
  258. </File>
  259. <File
  260. RelativePath=".\src\asn.c"
  261. >
  262. </File>
  263. <File
  264. RelativePath=".\src\coding.c"
  265. >
  266. </File>
  267. <File
  268. RelativePath=".\src\des3.c"
  269. >
  270. </File>
  271. <File
  272. RelativePath=".\src\dh.c"
  273. >
  274. </File>
  275. <File
  276. RelativePath=".\src\dsa.c"
  277. >
  278. </File>
  279. <File
  280. RelativePath=".\src\hc128.c"
  281. >
  282. </File>
  283. <File
  284. RelativePath=".\src\hmac.c"
  285. >
  286. </File>
  287. <File
  288. RelativePath=".\src\integer.c"
  289. >
  290. </File>
  291. <File
  292. RelativePath=".\src\md4.c"
  293. >
  294. </File>
  295. <File
  296. RelativePath=".\src\md5.c"
  297. >
  298. </File>
  299. <File
  300. RelativePath=".\src\rabbit.c"
  301. >
  302. </File>
  303. <File
  304. RelativePath=".\src\random.c"
  305. >
  306. </File>
  307. <File
  308. RelativePath=".\src\rsa.c"
  309. >
  310. </File>
  311. <File
  312. RelativePath=".\src\sha.c"
  313. >
  314. </File>
  315. <File
  316. RelativePath=".\src\sha256.c"
  317. >
  318. </File>
  319. </Filter>
  320. </Files>
  321. <Globals>
  322. </Globals>
  323. </VisualStudioProject>