wolfssl.vcxproj 24 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3. <ItemGroup Label="ProjectConfigurations">
  4. <ProjectConfiguration Include="Debug|Win32">
  5. <Configuration>Debug</Configuration>
  6. <Platform>Win32</Platform>
  7. </ProjectConfiguration>
  8. <ProjectConfiguration Include="Debug|x64">
  9. <Configuration>Debug</Configuration>
  10. <Platform>x64</Platform>
  11. </ProjectConfiguration>
  12. <ProjectConfiguration Include="DLL Debug|Win32">
  13. <Configuration>DLL Debug</Configuration>
  14. <Platform>Win32</Platform>
  15. </ProjectConfiguration>
  16. <ProjectConfiguration Include="DLL Debug|x64">
  17. <Configuration>DLL Debug</Configuration>
  18. <Platform>x64</Platform>
  19. </ProjectConfiguration>
  20. <ProjectConfiguration Include="DLL Release|Win32">
  21. <Configuration>DLL Release</Configuration>
  22. <Platform>Win32</Platform>
  23. </ProjectConfiguration>
  24. <ProjectConfiguration Include="DLL Release|x64">
  25. <Configuration>DLL Release</Configuration>
  26. <Platform>x64</Platform>
  27. </ProjectConfiguration>
  28. <ProjectConfiguration Include="Release|Win32">
  29. <Configuration>Release</Configuration>
  30. <Platform>Win32</Platform>
  31. </ProjectConfiguration>
  32. <ProjectConfiguration Include="Release|x64">
  33. <Configuration>Release</Configuration>
  34. <Platform>x64</Platform>
  35. </ProjectConfiguration>
  36. </ItemGroup>
  37. <PropertyGroup Label="Globals">
  38. <ProjectGuid>{73973223-5EE8-41CA-8E88-1D60E89A237B}</ProjectGuid>
  39. <RootNamespace>wolfssl</RootNamespace>
  40. <Keyword>Win32Proj</Keyword>
  41. </PropertyGroup>
  42. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
  43. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
  44. <ConfigurationType>StaticLibrary</ConfigurationType>
  45. <PlatformToolset>v110</PlatformToolset>
  46. <CharacterSet>Unicode</CharacterSet>
  47. <WholeProgramOptimization>true</WholeProgramOptimization>
  48. </PropertyGroup>
  49. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='DLL Release|Win32'" Label="Configuration">
  50. <ConfigurationType>DynamicLibrary</ConfigurationType>
  51. <PlatformToolset>v110</PlatformToolset>
  52. <CharacterSet>Unicode</CharacterSet>
  53. <WholeProgramOptimization>true</WholeProgramOptimization>
  54. </PropertyGroup>
  55. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
  56. <ConfigurationType>StaticLibrary</ConfigurationType>
  57. <PlatformToolset>v110</PlatformToolset>
  58. <CharacterSet>Unicode</CharacterSet>
  59. <WholeProgramOptimization>true</WholeProgramOptimization>
  60. </PropertyGroup>
  61. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='DLL Release|x64'" Label="Configuration">
  62. <ConfigurationType>DynamicLibrary</ConfigurationType>
  63. <PlatformToolset>v110</PlatformToolset>
  64. <CharacterSet>Unicode</CharacterSet>
  65. <WholeProgramOptimization>true</WholeProgramOptimization>
  66. </PropertyGroup>
  67. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
  68. <ConfigurationType>StaticLibrary</ConfigurationType>
  69. <PlatformToolset>v110</PlatformToolset>
  70. <CharacterSet>Unicode</CharacterSet>
  71. </PropertyGroup>
  72. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='DLL Debug|Win32'" Label="Configuration">
  73. <ConfigurationType>DynamicLibrary</ConfigurationType>
  74. <PlatformToolset>v110</PlatformToolset>
  75. <CharacterSet>Unicode</CharacterSet>
  76. </PropertyGroup>
  77. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
  78. <ConfigurationType>StaticLibrary</ConfigurationType>
  79. <PlatformToolset>v110</PlatformToolset>
  80. <CharacterSet>Unicode</CharacterSet>
  81. </PropertyGroup>
  82. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='DLL Debug|x64'" Label="Configuration">
  83. <ConfigurationType>DynamicLibrary</ConfigurationType>
  84. <PlatformToolset>v110</PlatformToolset>
  85. <CharacterSet>Unicode</CharacterSet>
  86. </PropertyGroup>
  87. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
  88. <ImportGroup Label="ExtensionSettings">
  89. </ImportGroup>
  90. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets">
  91. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  92. </ImportGroup>
  93. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='DLL Release|Win32'" Label="PropertySheets">
  94. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  95. </ImportGroup>
  96. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets">
  97. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  98. </ImportGroup>
  99. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='DLL Release|x64'" Label="PropertySheets">
  100. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  101. </ImportGroup>
  102. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets">
  103. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  104. </ImportGroup>
  105. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='DLL Debug|Win32'" Label="PropertySheets">
  106. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  107. </ImportGroup>
  108. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets">
  109. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  110. </ImportGroup>
  111. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='DLL Debug|x64'" Label="PropertySheets">
  112. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  113. </ImportGroup>
  114. <PropertyGroup Label="UserMacros" />
  115. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  116. <OutDir>$(SolutionDir)$(Configuration)\$(Platform)\</OutDir>
  117. <IntDir>$(Configuration)\$(Platform)\$(ProjectName)_obj\</IntDir>
  118. </PropertyGroup>
  119. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  120. <OutDir>$(SolutionDir)$(Configuration)\$(Platform)\</OutDir>
  121. <IntDir>$(Configuration)\$(Platform)\$(ProjectName)_obj\</IntDir>
  122. </PropertyGroup>
  123. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  124. <OutDir>$(SolutionDir)$(Configuration)\$(Platform)\</OutDir>
  125. <IntDir>$(Configuration)\$(Platform)\$(ProjectName)_obj\</IntDir>
  126. </PropertyGroup>
  127. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  128. <OutDir>$(SolutionDir)$(Configuration)\$(Platform)\</OutDir>
  129. <IntDir>$(Configuration)\$(Platform)\$(ProjectName)_obj\</IntDir>
  130. </PropertyGroup>
  131. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='DLL Release|x64'">
  132. <OutDir>$(SolutionDir)$(Configuration)\$(Platform)\</OutDir>
  133. <IntDir>$(Configuration)\$(Platform)\$(ProjectName)_obj\</IntDir>
  134. </PropertyGroup>
  135. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='DLL Release|Win32'">
  136. <OutDir>$(SolutionDir)$(Configuration)\$(Platform)\</OutDir>
  137. <IntDir>$(Configuration)\$(Platform)\$(ProjectName)_obj\</IntDir>
  138. </PropertyGroup>
  139. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='DLL Debug|x64'">
  140. <OutDir>$(SolutionDir)$(Configuration)\$(Platform)\</OutDir>
  141. <IntDir>$(Configuration)\$(Platform)\$(ProjectName)_obj\</IntDir>
  142. </PropertyGroup>
  143. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='DLL Debug|Win32'">
  144. <OutDir>$(SolutionDir)$(Configuration)\$(Platform)\</OutDir>
  145. <IntDir>$(Configuration)\$(Platform)\$(ProjectName)_obj\</IntDir>
  146. </PropertyGroup>
  147. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  148. <ClCompile>
  149. <Optimization>Disabled</Optimization>
  150. <AdditionalIncludeDirectories>./;./IDE/WIN;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  151. <PreprocessorDefinitions>WOLFSSL_LIB;WOLFSSL_USER_SETTINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  152. <MinimalRebuild>true</MinimalRebuild>
  153. <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
  154. <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
  155. <PrecompiledHeader />
  156. <WarningLevel>Level4</WarningLevel>
  157. <DebugInformationFormat>EditAndContinue</DebugInformationFormat>
  158. <DisableSpecificWarnings>4206;4214;4706;%(DisableSpecificWarnings)</DisableSpecificWarnings>
  159. </ClCompile>
  160. </ItemDefinitionGroup>
  161. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='DLL Debug|Win32'">
  162. <ClCompile>
  163. <Optimization>Disabled</Optimization>
  164. <AdditionalIncludeDirectories>./;./IDE/WIN;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  165. <PreprocessorDefinitions>WOLFSSL_LIB;BUILDING_WOLFSSL;WOLFSSL_DLL;WOLFSSL_USER_SETTINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  166. <MinimalRebuild>true</MinimalRebuild>
  167. <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
  168. <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
  169. <PrecompiledHeader>
  170. </PrecompiledHeader>
  171. <WarningLevel>Level4</WarningLevel>
  172. <DebugInformationFormat>EditAndContinue</DebugInformationFormat>
  173. <DisableSpecificWarnings>4206;4214;4706;%(DisableSpecificWarnings)</DisableSpecificWarnings>
  174. </ClCompile>
  175. <Link>
  176. <AdditionalDependencies>ws2_32.lib;%(AdditionalDependencies)</AdditionalDependencies>
  177. <OptimizeReferences>false</OptimizeReferences>
  178. <GenerateDebugInformation>true</GenerateDebugInformation>
  179. <ImageHasSafeExceptionHandlers>false</ImageHasSafeExceptionHandlers>
  180. </Link>
  181. </ItemDefinitionGroup>
  182. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  183. <ClCompile>
  184. <Optimization>Disabled</Optimization>
  185. <AdditionalIncludeDirectories>./;./IDE/WIN;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  186. <PreprocessorDefinitions>WOLFSSL_LIB;WOLFSSL_USER_SETTINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  187. <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
  188. <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
  189. <PrecompiledHeader>
  190. </PrecompiledHeader>
  191. <WarningLevel>Level4</WarningLevel>
  192. <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
  193. <DisableSpecificWarnings>4206;4214;4706;%(DisableSpecificWarnings)</DisableSpecificWarnings>
  194. </ClCompile>
  195. </ItemDefinitionGroup>
  196. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='DLL Debug|x64'">
  197. <ClCompile>
  198. <Optimization>Disabled</Optimization>
  199. <AdditionalIncludeDirectories>./;./IDE/WIN;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  200. <PreprocessorDefinitions>WOLFSSL_LIB;BUILDING_WOLFSSL;WOLFSSL_DLL;WOLFSSL_USER_SETTINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  201. <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
  202. <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
  203. <PrecompiledHeader>
  204. </PrecompiledHeader>
  205. <WarningLevel>Level4</WarningLevel>
  206. <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
  207. <DisableSpecificWarnings>4206;4214;4706;%(DisableSpecificWarnings)</DisableSpecificWarnings>
  208. </ClCompile>
  209. <Link>
  210. <AdditionalDependencies>ws2_32.lib;%(AdditionalDependencies)</AdditionalDependencies>
  211. <OptimizeReferences>false</OptimizeReferences>
  212. <GenerateDebugInformation>true</GenerateDebugInformation>
  213. </Link>
  214. </ItemDefinitionGroup>
  215. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  216. <ClCompile>
  217. <Optimization>MaxSpeed</Optimization>
  218. <IntrinsicFunctions>true</IntrinsicFunctions>
  219. <AdditionalIncludeDirectories>./;./IDE/WIN;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  220. <PreprocessorDefinitions>WOLFSSL_LIB;WOLFSSL_USER_SETTINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  221. <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
  222. <FunctionLevelLinking>true</FunctionLevelLinking>
  223. <PrecompiledHeader />
  224. <WarningLevel>Level3</WarningLevel>
  225. <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
  226. </ClCompile>
  227. </ItemDefinitionGroup>
  228. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='DLL Release|Win32'">
  229. <ClCompile>
  230. <Optimization>MaxSpeed</Optimization>
  231. <IntrinsicFunctions>true</IntrinsicFunctions>
  232. <AdditionalIncludeDirectories>./;./IDE/WIN;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  233. <PreprocessorDefinitions>WOLFSSL_LIB;BUILDING_WOLFSSL;WOLFSSL_DLL;WOLFSSL_USER_SETTINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  234. <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
  235. <FunctionLevelLinking>true</FunctionLevelLinking>
  236. <PrecompiledHeader>
  237. </PrecompiledHeader>
  238. <WarningLevel>Level3</WarningLevel>
  239. <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
  240. </ClCompile>
  241. <Link>
  242. <AdditionalDependencies>ws2_32.lib;%(AdditionalDependencies)</AdditionalDependencies>
  243. <GenerateDebugInformation>true</GenerateDebugInformation>
  244. </Link>
  245. </ItemDefinitionGroup>
  246. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  247. <ClCompile>
  248. <Optimization>MaxSpeed</Optimization>
  249. <IntrinsicFunctions>true</IntrinsicFunctions>
  250. <AdditionalIncludeDirectories>./;./IDE/WIN;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  251. <PreprocessorDefinitions>WOLFSSL_LIB;WOLFSSL_USER_SETTINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  252. <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
  253. <FunctionLevelLinking>true</FunctionLevelLinking>
  254. <PrecompiledHeader>
  255. </PrecompiledHeader>
  256. <WarningLevel>Level3</WarningLevel>
  257. <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
  258. </ClCompile>
  259. </ItemDefinitionGroup>
  260. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='DLL Release|x64'">
  261. <ClCompile>
  262. <Optimization>MaxSpeed</Optimization>
  263. <IntrinsicFunctions>true</IntrinsicFunctions>
  264. <AdditionalIncludeDirectories>./;./IDE/WIN;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  265. <PreprocessorDefinitions>WOLFSSL_LIB;BUILDING_WOLFSSL;WOLFSSL_DLL;WOLFSSL_USER_SETTINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  266. <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
  267. <FunctionLevelLinking>true</FunctionLevelLinking>
  268. <PrecompiledHeader>
  269. </PrecompiledHeader>
  270. <WarningLevel>Level3</WarningLevel>
  271. <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
  272. </ClCompile>
  273. <Link>
  274. <AdditionalDependencies>ws2_32.lib;%(AdditionalDependencies)</AdditionalDependencies>
  275. <GenerateDebugInformation>true</GenerateDebugInformation>
  276. </Link>
  277. </ItemDefinitionGroup>
  278. <ItemGroup>
  279. <ClCompile Include="src\crl.c" />
  280. <ClCompile Include="src\dtls13.c" />
  281. <ClCompile Include="src\dtls.c" />
  282. <ClCompile Include="src\internal.c" />
  283. <ClCompile Include="src\wolfio.c" />
  284. <ClCompile Include="src\keys.c" />
  285. <ClCompile Include="src\ocsp.c" />
  286. <ClCompile Include="src\ssl.c" />
  287. <ClCompile Include="src\tls.c" />
  288. <ClCompile Include="src\tls13.c" />
  289. <ClCompile Include="wolfcrypt\src\aes.c" />
  290. <ClCompile Include="wolfcrypt\src\arc4.c" />
  291. <ClCompile Include="wolfcrypt\src\asn.c" />
  292. <ClCompile Include="wolfcrypt\src\blake2b.c" />
  293. <ClCompile Include="wolfcrypt\src\blake2s.c" />
  294. <ClCompile Include="wolfcrypt\src\camellia.c" />
  295. <ClCompile Include="wolfcrypt\src\chacha.c" />
  296. <ClCompile Include="wolfcrypt\src\chacha20_poly1305.c" />
  297. <ClCompile Include="wolfcrypt\src\cmac.c" />
  298. <ClCompile Include="wolfcrypt\src\coding.c" />
  299. <ClCompile Include="wolfcrypt\src\curve25519.c" />
  300. <ClCompile Include="wolfcrypt\src\curve448.c" />
  301. <ClCompile Include="wolfcrypt\src\cpuid.c" />
  302. <ClCompile Include="wolfcrypt\src\cryptocb.c" />
  303. <ClCompile Include="wolfcrypt\src\des3.c" />
  304. <ClCompile Include="wolfcrypt\src\dh.c" />
  305. <ClCompile Include="wolfcrypt\src\dsa.c" />
  306. <ClCompile Include="wolfcrypt\src\ecc.c" />
  307. <ClCompile Include="wolfcrypt\src\ed25519.c" />
  308. <ClCompile Include="wolfcrypt\src\ed448.c" />
  309. <ClCompile Include="wolfcrypt\src\error.c" />
  310. <ClCompile Include="wolfcrypt\src\fe_448.c" />
  311. <ClCompile Include="wolfcrypt\src\fe_low_mem.c" />
  312. <ClCompile Include="wolfcrypt\src\fe_operations.c" />
  313. <ClCompile Include="wolfcrypt\src\ge_448.c" />
  314. <ClCompile Include="wolfcrypt\src\ge_low_mem.c" />
  315. <ClCompile Include="wolfcrypt\src\ge_operations.c" />
  316. <ClCompile Include="wolfcrypt\src\hash.c" />
  317. <ClCompile Include="wolfcrypt\src\hmac.c" />
  318. <ClCompile Include="wolfcrypt\src\integer.c" />
  319. <ClCompile Include="wolfcrypt\src\kdf.c" />
  320. <ClCompile Include="wolfcrypt\src\logging.c" />
  321. <ClCompile Include="wolfcrypt\src\md2.c" />
  322. <ClCompile Include="wolfcrypt\src\md4.c" />
  323. <ClCompile Include="wolfcrypt\src\md5.c" />
  324. <ClCompile Include="wolfcrypt\src\memory.c" />
  325. <ClCompile Include="wolfcrypt\src\pkcs7.c" />
  326. <ClCompile Include="wolfcrypt\src\pkcs12.c" />
  327. <ClCompile Include="wolfcrypt\src\poly1305.c" />
  328. <ClCompile Include="wolfcrypt\src\pwdbased.c" />
  329. <ClCompile Include="wolfcrypt\src\random.c" />
  330. <ClCompile Include="wolfcrypt\src\rc2.c" />
  331. <ClCompile Include="wolfcrypt\src\ripemd.c" />
  332. <ClCompile Include="wolfcrypt\src\rsa.c" />
  333. <ClCompile Include="wolfcrypt\src\sha.c" />
  334. <ClCompile Include="wolfcrypt\src\sha256.c" />
  335. <ClCompile Include="wolfcrypt\src\sha3.c" />
  336. <ClCompile Include="wolfcrypt\src\sha512.c" />
  337. <ClCompile Include="wolfcrypt\src\signature.c" />
  338. <ClCompile Include="wolfcrypt\src\sp_c32.c" />
  339. <ClCompile Include="wolfcrypt\src\sp_c64.c" />
  340. <ClCompile Include="wolfcrypt\src\sp_int.c" />
  341. <ClCompile Include="wolfcrypt\src\sp_x86_64.c" />
  342. <ClCompile Include="wolfcrypt\src\srp.c" />
  343. <ClCompile Include="wolfcrypt\src\tfm.c" />
  344. <ClCompile Include="wolfcrypt\src\wc_encrypt.c" />
  345. <ClCompile Include="wolfcrypt\src\wc_pkcs11.c" />
  346. <ClCompile Include="wolfcrypt\src\wc_port.c" />
  347. <ClCompile Include="wolfcrypt\src\wolfmath.c" />
  348. <ClCompile Include="wolfcrypt\src\wolfevent.c" />
  349. </ItemGroup>
  350. <ItemGroup>
  351. <ClInclude Include="resource.h" />
  352. <CustomBuild Include="wolfcrypt\src\aes_asm.asm">
  353. <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">false</ExcludedFromBuild>
  354. <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='DLL Debug|x64'">false</ExcludedFromBuild>
  355. <Command Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">ml64.exe /c /Zi /Fo"$(OutDir)%(Filename).obj" %(Identity)</Command>
  356. <Command Condition="'$(Configuration)|$(Platform)'=='DLL Debug|x64'">ml64.exe /c /Zi /Fo"$(IntDir)%(Filename).obj" %(Identity)</Command>
  357. <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(OutDir)%(Filename).obj</Outputs>
  358. <Outputs Condition="'$(Configuration)|$(Platform)'=='DLL Debug|x64'">$(IntDir)%(Filename).obj</Outputs>
  359. <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release|x64'">false</ExcludedFromBuild>
  360. <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='DLL Release|x64'">false</ExcludedFromBuild>
  361. <Command Condition="'$(Configuration)|$(Platform)'=='Release|x64'">ml64.exe /c /Zi /Fo"$(OutDir)%(Filename).obj" %(Identity)</Command>
  362. <Command Condition="'$(Configuration)|$(Platform)'=='DLL Release|x64'">ml64.exe /c /Zi /Fo"$(IntDir)%(Filename).obj" %(Identity)</Command>
  363. <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(OutDir)%(Filename).obj</Outputs>
  364. <Outputs Condition="'$(Configuration)|$(Platform)'=='DLL Release|x64'">$(IntDir)%(Filename).obj</Outputs>
  365. </CustomBuild>
  366. <CustomBuild Include="wolfcrypt\src\aes_gcm_asm.asm">
  367. <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">false</ExcludedFromBuild>
  368. <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='DLL Debug|x64'">false</ExcludedFromBuild>
  369. <Command Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">ml64.exe /c /Zi /Fo"$(OutDir)%(Filename).obj" %(Identity)</Command>
  370. <Command Condition="'$(Configuration)|$(Platform)'=='DLL Debug|x64'">ml64.exe /c /Zi /Fo"$(IntDir)%(Filename).obj" %(Identity)</Command>
  371. <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(OutDir)%(Filename).obj</Outputs>
  372. <Outputs Condition="'$(Configuration)|$(Platform)'=='DLL Debug|x64'">$(IntDir)%(Filename).obj</Outputs>
  373. <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release|x64'">false</ExcludedFromBuild>
  374. <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='DLL Release|x64'">false</ExcludedFromBuild>
  375. <Command Condition="'$(Configuration)|$(Platform)'=='Release|x64'">ml64.exe /c /Zi /Fo"$(OutDir)%(Filename).obj" %(Identity)</Command>
  376. <Command Condition="'$(Configuration)|$(Platform)'=='DLL Release|x64'">ml64.exe /c /Zi /Fo"$(IntDir)%(Filename).obj" %(Identity)</Command>
  377. <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(OutDir)%(Filename).obj</Outputs>
  378. <Outputs Condition="'$(Configuration)|$(Platform)'=='DLL Release|x64'">$(IntDir)%(Filename).obj</Outputs>
  379. </CustomBuild>
  380. <CustomBuild Include="wolfcrypt\src\sp_x86_64_asm.asm">
  381. <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">false</ExcludedFromBuild>
  382. <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='DLL Debug|x64'">false</ExcludedFromBuild>
  383. <Command Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">ml64.exe /c /Zi /Fo"$(OutDir)%(Filename).obj" %(Identity)</Command>
  384. <Command Condition="'$(Configuration)|$(Platform)'=='DLL Debug|x64'">ml64.exe /c /Zi /Fo"$(IntDir)%(Filename).obj" %(Identity)</Command>
  385. <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(OutDir)%(Filename).obj</Outputs>
  386. <Outputs Condition="'$(Configuration)|$(Platform)'=='DLL Debug|x64'">$(IntDir)%(Filename).obj</Outputs>
  387. <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release|x64'">false</ExcludedFromBuild>
  388. <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='DLL Release|x64'">false</ExcludedFromBuild>
  389. <Command Condition="'$(Configuration)|$(Platform)'=='Release|x64'">ml64.exe /c /Zi /Fo"$(OutDir)%(Filename).obj" %(Identity)</Command>
  390. <Command Condition="'$(Configuration)|$(Platform)'=='DLL Release|x64'">ml64.exe /c /Zi /Fo"$(IntDir)%(Filename).obj" %(Identity)</Command>
  391. <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(OutDir)%(Filename).obj</Outputs>
  392. <Outputs Condition="'$(Configuration)|$(Platform)'=='DLL Release|x64'">$(IntDir)%(Filename).obj</Outputs>
  393. </CustomBuild>
  394. <ClInclude Include="IDE\WIN\user_settings.h" />
  395. </ItemGroup>
  396. <ItemGroup>
  397. <ResourceCompile Include="wolfssl.rc">
  398. <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">true</ExcludedFromBuild>
  399. <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</ExcludedFromBuild>
  400. <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</ExcludedFromBuild>
  401. <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release|x64'">true</ExcludedFromBuild>
  402. </ResourceCompile>
  403. </ItemGroup>
  404. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
  405. <ImportGroup Label="ExtensionTargets">
  406. </ImportGroup>
  407. </Project>