wolfssl-fips.vcxproj 23 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377
  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-fips</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. <WholeProgramOptimization>true</WholeProgramOptimization>
  87. </PropertyGroup>
  88. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
  89. <ImportGroup Label="ExtensionSettings">
  90. </ImportGroup>
  91. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets">
  92. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  93. </ImportGroup>
  94. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='DLL Release|Win32'" Label="PropertySheets">
  95. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  96. </ImportGroup>
  97. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets">
  98. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  99. </ImportGroup>
  100. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='DLL Release|x64'" Label="PropertySheets">
  101. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  102. </ImportGroup>
  103. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets">
  104. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  105. </ImportGroup>
  106. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='DLL Debug|Win32'" Label="PropertySheets">
  107. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  108. </ImportGroup>
  109. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets">
  110. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  111. </ImportGroup>
  112. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='DLL Debug|x64'" Label="PropertySheets">
  113. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  114. </ImportGroup>
  115. <PropertyGroup Label="UserMacros" />
  116. <PropertyGroup>
  117. <OutDir>$(SolutionDir)$(Configuration)\$(Platform)\</OutDir>
  118. <IntDir>$(Configuration)\$(Platform)\$(ProjectName)_obj\</IntDir>
  119. </PropertyGroup>
  120. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='DLL Debug|Win32'">
  121. <LinkIncremental>false</LinkIncremental>
  122. </PropertyGroup>
  123. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='DLL Release|Win32'">
  124. <LinkIncremental>false</LinkIncremental>
  125. </PropertyGroup>
  126. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='DLL Release|x64'">
  127. <LinkIncremental>false</LinkIncremental>
  128. </PropertyGroup>
  129. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='DLL Debug|x64'">
  130. <LinkIncremental>false</LinkIncremental>
  131. </PropertyGroup>
  132. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  133. <ClCompile>
  134. <Optimization>Disabled</Optimization>
  135. <AdditionalIncludeDirectories>./;../../;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  136. <PreprocessorDefinitions>WOLFSSL_USER_SETTINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  137. <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
  138. <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
  139. <WarningLevel>Level4</WarningLevel>
  140. <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
  141. <DisableSpecificWarnings>4206;4214;4706;%(DisableSpecificWarnings)</DisableSpecificWarnings>
  142. </ClCompile>
  143. </ItemDefinitionGroup>
  144. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='DLL Debug|Win32'">
  145. <ClCompile>
  146. <Optimization>Disabled</Optimization>
  147. <AdditionalIncludeDirectories>./;../../;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  148. <PreprocessorDefinitions>BUILDING_WOLFSSL;WOLFSSL_DLL;WOLFSSL_USER_SETTINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  149. <MinimalRebuild>true</MinimalRebuild>
  150. <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
  151. <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
  152. <WarningLevel>Level4</WarningLevel>
  153. <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
  154. <DisableSpecificWarnings>4206;4214;4706;%(DisableSpecificWarnings)</DisableSpecificWarnings>
  155. </ClCompile>
  156. <Link>
  157. <AdditionalDependencies>ws2_32.lib;%(AdditionalDependencies)</AdditionalDependencies>
  158. <BaseAddress>0x5A000000</BaseAddress>
  159. <RandomizedBaseAddress>false</RandomizedBaseAddress>
  160. <DataExecutionPrevention>false</DataExecutionPrevention>
  161. <FixedBaseAddress>true</FixedBaseAddress>
  162. </Link>
  163. </ItemDefinitionGroup>
  164. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  165. <ClCompile>
  166. <Optimization>Disabled</Optimization>
  167. <AdditionalIncludeDirectories>./;../../;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  168. <PreprocessorDefinitions>WOLFSSL_USER_SETTINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  169. <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
  170. <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
  171. <WarningLevel>Level4</WarningLevel>
  172. <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
  173. <DisableSpecificWarnings>4206;4214;4706;%(DisableSpecificWarnings)</DisableSpecificWarnings>
  174. </ClCompile>
  175. </ItemDefinitionGroup>
  176. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='DLL Debug|x64'">
  177. <ClCompile>
  178. <Optimization>Disabled</Optimization>
  179. <AdditionalIncludeDirectories>./;../../;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  180. <PreprocessorDefinitions>BUILDING_WOLFSSL;WOLFSSL_DLL;WOLFSSL_USER_SETTINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  181. <MinimalRebuild>true</MinimalRebuild>
  182. <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
  183. <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
  184. <WarningLevel>Level4</WarningLevel>
  185. <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
  186. <DisableSpecificWarnings>4206;4214;4706;%(DisableSpecificWarnings)</DisableSpecificWarnings>
  187. </ClCompile>
  188. <Link>
  189. <AdditionalDependencies>ws2_32.lib;%(AdditionalDependencies)</AdditionalDependencies>
  190. <RandomizedBaseAddress>false</RandomizedBaseAddress>
  191. <DataExecutionPrevention>false</DataExecutionPrevention>
  192. </Link>
  193. </ItemDefinitionGroup>
  194. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  195. <ClCompile>
  196. <Optimization>MaxSpeed</Optimization>
  197. <IntrinsicFunctions>true</IntrinsicFunctions>
  198. <AdditionalIncludeDirectories>./;../../;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  199. <PreprocessorDefinitions>WOLFSSL_USER_SETTINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  200. <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
  201. <FunctionLevelLinking>true</FunctionLevelLinking>
  202. <WarningLevel>Level3</WarningLevel>
  203. <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
  204. <WholeProgramOptimization>false</WholeProgramOptimization>
  205. </ClCompile>
  206. </ItemDefinitionGroup>
  207. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='DLL Release|Win32'">
  208. <ClCompile>
  209. <Optimization>MaxSpeed</Optimization>
  210. <IntrinsicFunctions>true</IntrinsicFunctions>
  211. <AdditionalIncludeDirectories>./;../../;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  212. <PreprocessorDefinitions>BUILDING_WOLFSSL;WOLFSSL_DLL;WOLFSSL_USER_SETTINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  213. <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
  214. <FunctionLevelLinking>true</FunctionLevelLinking>
  215. <WarningLevel>Level3</WarningLevel>
  216. <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
  217. </ClCompile>
  218. <Link>
  219. <AdditionalDependencies>ws2_32.lib;%(AdditionalDependencies)</AdditionalDependencies>
  220. <RandomizedBaseAddress>false</RandomizedBaseAddress>
  221. <BaseAddress>0x5A000000</BaseAddress>
  222. <FixedBaseAddress>true</FixedBaseAddress>
  223. </Link>
  224. </ItemDefinitionGroup>
  225. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  226. <ClCompile>
  227. <Optimization>MaxSpeed</Optimization>
  228. <IntrinsicFunctions>true</IntrinsicFunctions>
  229. <AdditionalIncludeDirectories>./;../../;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  230. <PreprocessorDefinitions>WOLFSSL_USER_SETTINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  231. <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
  232. <FunctionLevelLinking>true</FunctionLevelLinking>
  233. <WarningLevel>Level3</WarningLevel>
  234. <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
  235. <WholeProgramOptimization>false</WholeProgramOptimization>
  236. </ClCompile>
  237. </ItemDefinitionGroup>
  238. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='DLL Release|x64'">
  239. <ClCompile>
  240. <Optimization>MaxSpeed</Optimization>
  241. <IntrinsicFunctions>true</IntrinsicFunctions>
  242. <AdditionalIncludeDirectories>./;../../;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  243. <PreprocessorDefinitions>BUILDING_WOLFSSL;WOLFSSL_DLL;WOLFSSL_USER_SETTINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  244. <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
  245. <FunctionLevelLinking>true</FunctionLevelLinking>
  246. <WarningLevel>Level3</WarningLevel>
  247. <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
  248. </ClCompile>
  249. <Link>
  250. <AdditionalDependencies>ws2_32.lib;%(AdditionalDependencies)</AdditionalDependencies>
  251. <RandomizedBaseAddress>false</RandomizedBaseAddress>
  252. </Link>
  253. </ItemDefinitionGroup>
  254. <ItemGroup>
  255. <ClCompile Include="..\..\wolfcrypt\src\aes.c" />
  256. <ClCompile Include="..\..\wolfcrypt\src\asn.c" />
  257. <ClCompile Include="..\..\wolfcrypt\src\cmac.c" />
  258. <ClCompile Include="..\..\wolfcrypt\src\coding.c" />
  259. <ClCompile Include="..\..\src\crl.c" />
  260. <ClCompile Include="..\..\wolfcrypt\src\cpuid.c" />
  261. <ClCompile Include="..\..\wolfcrypt\src\curve25519.c" />
  262. <ClCompile Include="..\..\wolfcrypt\src\curve448.c" />
  263. <ClCompile Include="..\..\wolfcrypt\src\des3.c" />
  264. <ClCompile Include="..\..\wolfcrypt\src\dh.c" />
  265. <ClCompile Include="..\..\wolfcrypt\src\ecc.c" />
  266. <ClCompile Include="..\..\wolfcrypt\src\ed25519.c" />
  267. <ClCompile Include="..\..\wolfcrypt\src\ed448.c" />
  268. <ClCompile Include="..\..\wolfcrypt\src\error.c" />
  269. <ClCompile Include="..\..\wolfcrypt\src\fe_448.c" />
  270. <ClCompile Include="..\..\wolfcrypt\src\fe_low_mem.c" />
  271. <ClCompile Include="..\..\wolfcrypt\src\fe_operations.c" />
  272. <ClCompile Include="..\..\wolfcrypt\src\fips.c">
  273. <WholeProgramOptimization Condition="'$(Configuration)|$(Platform)'=='Release|x64'">false</WholeProgramOptimization>
  274. <WholeProgramOptimization Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</WholeProgramOptimization>
  275. <WholeProgramOptimization Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">false</WholeProgramOptimization>
  276. <WholeProgramOptimization Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">false</WholeProgramOptimization>
  277. </ClCompile>
  278. <ClCompile Include="..\..\wolfcrypt\src\fips_test.c" />
  279. <ClCompile Include="..\..\wolfcrypt\src\ge_448.c" />
  280. <ClCompile Include="..\..\wolfcrypt\src\ge_low_mem.c" />
  281. <ClCompile Include="..\..\wolfcrypt\src\ge_operations.c" />
  282. <ClCompile Include="..\..\wolfcrypt\src\hash.c" />
  283. <ClCompile Include="..\..\wolfcrypt\src\hmac.c" />
  284. <ClCompile Include="..\..\wolfcrypt\src\integer.c" />
  285. <ClCompile Include="..\..\wolfcrypt\src\pkcs7.c" />
  286. <ClCompile Include="..\..\wolfcrypt\src\tfm.c" />
  287. <ClCompile Include="..\..\src\internal.c" />
  288. <ClCompile Include="..\..\src\wolfio.c" />
  289. <ClCompile Include="..\..\wolfcrypt\src\kdf.c" />
  290. <ClCompile Include="..\..\src\keys.c" />
  291. <ClCompile Include="..\..\wolfcrypt\src\logging.c" />
  292. <ClCompile Include="..\..\wolfcrypt\src\md5.c" />
  293. <ClCompile Include="..\..\wolfcrypt\src\memory.c" />
  294. <ClCompile Include="..\..\src\ocsp.c" />
  295. <ClCompile Include="..\..\wolfcrypt\src\sha3.c" />
  296. <ClCompile Include="..\..\wolfcrypt\src\sp_c32.c" />
  297. <ClCompile Include="..\..\wolfcrypt\src\sp_int.c" />
  298. <ClCompile Include="..\..\wolfcrypt\src\sp_x86_64.c" />
  299. <ClCompile Include="..\..\wolfcrypt\src\wc_port.c" />
  300. <ClCompile Include="..\..\wolfcrypt\src\pwdbased.c" />
  301. <ClCompile Include="..\..\wolfcrypt\src\random.c" />
  302. <ClCompile Include="..\..\wolfcrypt\src\rsa.c" />
  303. <ClCompile Include="..\..\wolfcrypt\src\sha.c" />
  304. <ClCompile Include="..\..\wolfcrypt\src\sha256.c" />
  305. <ClCompile Include="..\..\wolfcrypt\src\sha512.c" />
  306. <ClCompile Include="..\..\wolfcrypt\src\signature.c" />
  307. <ClCompile Include="..\..\src\ssl.c" />
  308. <ClCompile Include="..\..\src\tls.c" />
  309. <ClCompile Include="..\..\src\tls13.c" />
  310. <ClCompile Include="..\..\src\dtls13.c" />
  311. <ClCompile Include="..\..\src\dtls.c" />
  312. <ClCompile Include="..\..\wolfcrypt\src\wc_encrypt.c" />
  313. <ClCompile Include="..\..\wolfcrypt\src\wolfcrypt_first.c" />
  314. <ClCompile Include="..\..\wolfcrypt\src\wolfcrypt_last.c" />
  315. <ClCompile Include="..\..\wolfcrypt\src\wolfmath.c" />
  316. <ClCompile Include="..\..\wolfcrypt\src\wolfevent.c" />
  317. <ClCompile Include="..\..\wolfcrypt\src\pkcs12.c" />
  318. </ItemGroup>
  319. <ItemGroup>
  320. <CustomBuild Include="..\..\wolfcrypt\src\aes_asm.asm">
  321. <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">false</ExcludedFromBuild>
  322. <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='DLL Debug|x64'">false</ExcludedFromBuild>
  323. <Command Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">ml64.exe /DHAVE_FIPS /DHAVE_FIPS_VERSION=5 /DHAVE_FIPS_VERSION_MINOR=1 /c /Zi /Fo"$(IntDir)%(Filename).obj" %(Identity)</Command>
  324. <Command Condition="'$(Configuration)|$(Platform)'=='DLL Debug|x64'">ml64.exe /DHAVE_FIPS /DHAVE_FIPS_VERSION=5 /DHAVE_FIPS_VERSION_MINOR=1 /c /Zi /Fo"$(IntDir)%(Filename).obj" %(Identity)</Command>
  325. <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(IntDir)%(Filename).obj</Outputs>
  326. <Outputs Condition="'$(Configuration)|$(Platform)'=='DLL Debug|x64'">$(IntDir)%(Filename).obj</Outputs>
  327. <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release|x64'">false</ExcludedFromBuild>
  328. <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='DLL Release|x64'">false</ExcludedFromBuild>
  329. <Command Condition="'$(Configuration)|$(Platform)'=='Release|x64'">ml64.exe /DHAVE_FIPS /DHAVE_FIPS_VERSION=5 /DHAVE_FIPS_VERSION_MINOR=1 /c /Zi /Fo"$(IntDir)%(Filename).obj" %(Identity)</Command>
  330. <Command Condition="'$(Configuration)|$(Platform)'=='DLL Release|x64'">ml64.exe /DHAVE_FIPS /DHAVE_FIPS_VERSION=5 /DHAVE_FIPS_VERSION_MINOR=1 /c /Zi /Fo"$(IntDir)%(Filename).obj" %(Identity)</Command>
  331. <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(IntDir)%(Filename).obj</Outputs>
  332. <Outputs Condition="'$(Configuration)|$(Platform)'=='DLL Release|x64'">$(IntDir)%(Filename).obj</Outputs>
  333. </CustomBuild>
  334. </ItemGroup>
  335. <ItemGroup>
  336. <CustomBuild Include="..\..\wolfcrypt\src\aes_gcm_asm.asm">
  337. <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">false</ExcludedFromBuild>
  338. <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='DLL Debug|x64'">false</ExcludedFromBuild>
  339. <Command Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">ml64.exe /DHAVE_FIPS /DHAVE_FIPS_VERSION=5 /DHAVE_FIPS_VERSION_MINOR=1 /c /Zi /Fo"$(IntDir)%(Filename).obj" %(Identity)</Command>
  340. <Command Condition="'$(Configuration)|$(Platform)'=='DLL Debug|x64'">ml64.exe /DHAVE_FIPS /DHAVE_FIPS_VERSION=5 /DHAVE_FIPS_VERSION_MINOR=1 /c /Zi /Fo"$(IntDir)%(Filename).obj" %(Identity)</Command>
  341. <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(IntDir)%(Filename).obj</Outputs>
  342. <Outputs Condition="'$(Configuration)|$(Platform)'=='DLL Debug|x64'">$(IntDir)%(Filename).obj</Outputs>
  343. <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release|x64'">false</ExcludedFromBuild>
  344. <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='DLL Release|x64'">false</ExcludedFromBuild>
  345. <Command Condition="'$(Configuration)|$(Platform)'=='Release|x64'">ml64.exe /DHAVE_FIPS /DHAVE_FIPS_VERSION=5 /DHAVE_FIPS_VERSION_MINOR=1 /c /Zi /Fo"$(IntDir)%(Filename).obj" %(Identity)</Command>
  346. <Command Condition="'$(Configuration)|$(Platform)'=='DLL Release|x64'">ml64.exe /DHAVE_FIPS /DHAVE_FIPS_VERSION=5 /DHAVE_FIPS_VERSION_MINOR=1 /c /Zi /Fo"$(IntDir)%(Filename).obj" %(Identity)</Command>
  347. <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(IntDir)%(Filename).obj</Outputs>
  348. <Outputs Condition="'$(Configuration)|$(Platform)'=='DLL Release|x64'">$(IntDir)%(Filename).obj</Outputs>
  349. </CustomBuild>
  350. </ItemGroup>
  351. <ItemGroup>
  352. <ClInclude Include="resource.h" />
  353. <ClInclude Include="user_settings.h" />
  354. </ItemGroup>
  355. <ItemGroup>
  356. <ResourceCompile Include="wolfssl-fips.rc" />
  357. </ItemGroup>
  358. <ItemGroup>
  359. <CustomBuild Include="..\..\wolfcrypt\src\sp_x86_64_asm.asm">
  360. <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">false</ExcludedFromBuild>
  361. <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='DLL Debug|x64'">false</ExcludedFromBuild>
  362. <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release|x64'">false</ExcludedFromBuild>
  363. <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='DLL Release|x64'">false</ExcludedFromBuild>
  364. <Command Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">ml64.exe /DHAVE_FIPS /DHAVE_FIPS_VERSION=5 /DHAVE_FIPS_VERSION_MINOR=1 /c /Zi /Fo"$(IntDir)%(Filename).obj" %(Identity)</Command>
  365. <Command Condition="'$(Configuration)|$(Platform)'=='DLL Debug|x64'">ml64.exe /DHAVE_FIPS /DHAVE_FIPS_VERSION=5 /DHAVE_FIPS_VERSION_MINOR=1 /c /Zi /Fo"$(IntDir)%(Filename).obj" %(Identity)</Command>
  366. <Command Condition="'$(Configuration)|$(Platform)'=='Release|x64'">ml64.exe /DHAVE_FIPS /DHAVE_FIPS_VERSION=5 /DHAVE_FIPS_VERSION_MINOR=1 /c /Zi /Fo"$(IntDir)%(Filename).obj" %(Identity)</Command>
  367. <Command Condition="'$(Configuration)|$(Platform)'=='DLL Release|x64'">ml64.exe /DHAVE_FIPS /DHAVE_FIPS_VERSION=5 /DHAVE_FIPS_VERSION_MINOR=1 /c /Zi /Fo"$(IntDir)%(Filename).obj" %(Identity)</Command>
  368. <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(IntDir)%(Filename).obj</Outputs>
  369. <Outputs Condition="'$(Configuration)|$(Platform)'=='DLL Debug|x64'">$(IntDir)%(Filename).obj</Outputs>
  370. <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(IntDir)%(Filename).obj</Outputs>
  371. <Outputs Condition="'$(Configuration)|$(Platform)'=='DLL Release|x64'">$(IntDir)%(Filename).obj</Outputs>
  372. </CustomBuild>
  373. </ItemGroup>
  374. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
  375. <ImportGroup Label="ExtensionTargets">
  376. </ImportGroup>
  377. </Project>