wolfssl-ntru.vcproj 6.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353
  1. <?xml version="1.0" encoding="Windows-1252"?>
  2. <VisualStudioProject
  3. ProjectType="Visual C++"
  4. Version="9.00"
  5. Name="wolfssl"
  6. ProjectGUID="{73973223-5EE8-41CA-8E88-1D60E89A237B}"
  7. RootNamespace="wolfssl"
  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="4"
  24. CharacterSet="1"
  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. />
  41. <Tool
  42. Name="VCCLCompilerTool"
  43. Optimization="0"
  44. AdditionalIncludeDirectories="./;NTRU/include"
  45. PreprocessorDefinitions="OPENSSL_EXTRA;WOLFSSL_RIPEMD;WOLFSSL_SHA512;HAVE_NTRU;NO_PSK;WIN32"
  46. MinimalRebuild="true"
  47. BasicRuntimeChecks="3"
  48. RuntimeLibrary="3"
  49. UsePrecompiledHeader="0"
  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="VCLibrarianTool"
  64. />
  65. <Tool
  66. Name="VCALinkTool"
  67. />
  68. <Tool
  69. Name="VCXDCMakeTool"
  70. />
  71. <Tool
  72. Name="VCBscMakeTool"
  73. />
  74. <Tool
  75. Name="VCFxCopTool"
  76. />
  77. <Tool
  78. Name="VCPostBuildEventTool"
  79. />
  80. </Configuration>
  81. <Configuration
  82. Name="Release|Win32"
  83. OutputDirectory="$(SolutionDir)$(ConfigurationName)"
  84. IntermediateDirectory="$(ConfigurationName)"
  85. ConfigurationType="4"
  86. CharacterSet="1"
  87. WholeProgramOptimization="1"
  88. >
  89. <Tool
  90. Name="VCPreBuildEventTool"
  91. />
  92. <Tool
  93. Name="VCCustomBuildTool"
  94. />
  95. <Tool
  96. Name="VCXMLDataGeneratorTool"
  97. />
  98. <Tool
  99. Name="VCWebServiceProxyGeneratorTool"
  100. />
  101. <Tool
  102. Name="VCMIDLTool"
  103. />
  104. <Tool
  105. Name="VCCLCompilerTool"
  106. Optimization="2"
  107. EnableIntrinsicFunctions="true"
  108. AdditionalIncludeDirectories="./;NTRU/include"
  109. PreprocessorDefinitions="OPENSSL_EXTRA;WOLFSSL_RIPEMD;WOLFSSL_SHA512;HAVE_NTRU;NO_PSK;WIN32"
  110. RuntimeLibrary="2"
  111. EnableFunctionLevelLinking="true"
  112. UsePrecompiledHeader="0"
  113. WarningLevel="3"
  114. DebugInformationFormat="3"
  115. />
  116. <Tool
  117. Name="VCManagedResourceCompilerTool"
  118. />
  119. <Tool
  120. Name="VCResourceCompilerTool"
  121. />
  122. <Tool
  123. Name="VCPreLinkEventTool"
  124. />
  125. <Tool
  126. Name="VCLibrarianTool"
  127. />
  128. <Tool
  129. Name="VCALinkTool"
  130. />
  131. <Tool
  132. Name="VCXDCMakeTool"
  133. />
  134. <Tool
  135. Name="VCBscMakeTool"
  136. />
  137. <Tool
  138. Name="VCFxCopTool"
  139. />
  140. <Tool
  141. Name="VCPostBuildEventTool"
  142. />
  143. </Configuration>
  144. </Configurations>
  145. <References>
  146. </References>
  147. <Files>
  148. <Filter
  149. Name="Source Files"
  150. Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
  151. UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
  152. >
  153. <File
  154. RelativePath=".\wolfcrypt\src\aes.c"
  155. >
  156. </File>
  157. <File
  158. RelativePath=".\wolfcrypt\src\arc4.c"
  159. >
  160. </File>
  161. <File
  162. RelativePath=".\wolfcrypt\src\asm.c"
  163. >
  164. </File>
  165. <File
  166. RelativePath=".\wolfcrypt\src\asn.c"
  167. >
  168. </File>
  169. <File
  170. RelativePath=".\wolfcrypt\src\blake2b.c"
  171. >
  172. </File>
  173. <File
  174. RelativePath=".\wolfcrypt\src\camellia.c"
  175. >
  176. </File>
  177. <File
  178. RelativePath=".\wolfcrypt\src\coding.c"
  179. >
  180. </File>
  181. <File
  182. RelativePath=".\wolfcrypt\src\chacha.c"
  183. >
  184. </File>
  185. <File
  186. RelativePath=".\wolfcrypt\src\chacha20_poly1305.c"
  187. >
  188. </File>
  189. <File
  190. RelativePath=".\src\crl.c"
  191. >
  192. </File>
  193. <File
  194. RelativePath=".\wolfcrypt\src\des3.c"
  195. >
  196. </File>
  197. <File
  198. RelativePath=".\wolfcrypt\src\dh.c"
  199. >
  200. </File>
  201. <File
  202. RelativePath=".\wolfcrypt\src\dsa.c"
  203. >
  204. </File>
  205. <File
  206. RelativePath=".\wolfcrypt\src\ecc.c"
  207. >
  208. </File>
  209. <File
  210. RelativePath=".\wolfcrypt\src\error.c"
  211. >
  212. </File>
  213. <File
  214. RelativePath=".\wolfcrypt\src\hash.c"
  215. >
  216. </File>
  217. <File
  218. RelativePath=".\wolfcrypt\src\hc128.c"
  219. >
  220. </File>
  221. <File
  222. RelativePath=".\wolfcrypt\src\hmac.c"
  223. >
  224. </File>
  225. <File
  226. RelativePath=".\wolfcrypt\src\integer.c"
  227. >
  228. </File>
  229. <File
  230. RelativePath=".\src\internal.c"
  231. >
  232. </File>
  233. <File
  234. RelativePath=".\src\wolfio.c"
  235. >
  236. </File>
  237. <File
  238. RelativePath=".\src\keys.c"
  239. >
  240. </File>
  241. <File
  242. RelativePath=".\wolfcrypt\src\logging.c"
  243. >
  244. </File>
  245. <File
  246. RelativePath=".\wolfcrypt\src\md4.c"
  247. >
  248. </File>
  249. <File
  250. RelativePath=".\wolfcrypt\src\md5.c"
  251. >
  252. </File>
  253. <File
  254. RelativePath=".\wolfcrypt\src\memory.c"
  255. >
  256. </File>
  257. <File
  258. RelativePath=".\wolfcrypt\src\misc.c"
  259. >
  260. </File>
  261. <File
  262. RelativePath=".\src\ocsp.c"
  263. >
  264. </File>
  265. <File
  266. RelativePath=".\wolfcrypt\src\pkcs7.c"
  267. >
  268. </File>
  269. <File
  270. RelativePath=".\wolfcrypt\src\poly1305.c"
  271. >
  272. </File>
  273. <File
  274. RelativePath=".\wolfcrypt\src\wc_port.c"
  275. >
  276. </File>
  277. <File
  278. RelativePath=".\wolfcrypt\src\wolfmath.c"
  279. >
  280. </File>
  281. <File
  282. RelativePath=".\wolfcrypt\src\pwdbased.c"
  283. >
  284. </File>
  285. <File
  286. RelativePath=".\wolfcrypt\src\rabbit.c"
  287. >
  288. </File>
  289. <File
  290. RelativePath=".\wolfcrypt\src\random.c"
  291. >
  292. </File>
  293. <File
  294. RelativePath=".\wolfcrypt\src\rc2.c"
  295. >
  296. </File>
  297. <File
  298. RelativePath=".\wolfcrypt\src\ripemd.c"
  299. >
  300. </File>
  301. <File
  302. RelativePath=".\wolfcrypt\src\rsa.c"
  303. >
  304. </File>
  305. <File
  306. RelativePath=".\wolfcrypt\src\sha.c"
  307. >
  308. </File>
  309. <File
  310. RelativePath=".\wolfcrypt\src\sha256.c"
  311. >
  312. </File>
  313. <File
  314. RelativePath=".\wolfcrypt\src\sha512.c"
  315. >
  316. </File>
  317. <File
  318. RelativePath=".\wolfcrypt\src\signature.c"
  319. >
  320. </File>
  321. <File
  322. RelativePath=".\src\ssl.c"
  323. >
  324. </File>
  325. <File
  326. RelativePath=".\src\tls.c"
  327. >
  328. </File>
  329. <File
  330. RelativePath=".\wolfcrypt\src\wc_encrypt.c"
  331. >
  332. </File>
  333. <File
  334. RelativePath=".\wolfcrypt\src\wolfevent.c"
  335. >
  336. </File>
  337. </Filter>
  338. <Filter
  339. Name="Header Files"
  340. Filter="h;hpp;hxx;hm;inl;inc;xsd"
  341. UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
  342. >
  343. </Filter>
  344. <Filter
  345. Name="Resource Files"
  346. Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav"
  347. UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"
  348. >
  349. </Filter>
  350. </Files>
  351. <Globals>
  352. </Globals>
  353. </VisualStudioProject>