wolfssl-fips.vcxproj 19 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340
  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)\obj\</IntDir>
  119. </PropertyGroup>
  120. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  121. <ClCompile>
  122. <Optimization>Disabled</Optimization>
  123. <AdditionalIncludeDirectories>./;../../;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  124. <PreprocessorDefinitions>HAVE_FIPS;WOLFSSL_USER_SETTINGS;CYASSL_USER_SETTINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  125. <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
  126. <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
  127. <WarningLevel>Level4</WarningLevel>
  128. <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
  129. <DisableSpecificWarnings>4206;4214;4706;%(DisableSpecificWarnings)</DisableSpecificWarnings>
  130. </ClCompile>
  131. </ItemDefinitionGroup>
  132. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='DLL Debug|Win32'">
  133. <ClCompile>
  134. <Optimization>Disabled</Optimization>
  135. <AdditionalIncludeDirectories>./;../../;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  136. <PreprocessorDefinitions>HAVE_FIPS;BUILDING_WOLFSSL;CYASSL_DLL;WOLFSSL_USER_SETTINGS;CYASSL_USER_SETTINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  137. <MinimalRebuild>true</MinimalRebuild>
  138. <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
  139. <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
  140. <WarningLevel>Level4</WarningLevel>
  141. <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
  142. <DisableSpecificWarnings>4206;4214;4706;%(DisableSpecificWarnings)</DisableSpecificWarnings>
  143. </ClCompile>
  144. <Link>
  145. <AdditionalDependencies>ws2_32.lib;%(AdditionalDependencies)</AdditionalDependencies>
  146. <BaseAddress>0x5A000000</BaseAddress>
  147. <RandomizedBaseAddress>false</RandomizedBaseAddress>
  148. <DataExecutionPrevention>false</DataExecutionPrevention>
  149. </Link>
  150. </ItemDefinitionGroup>
  151. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  152. <ClCompile>
  153. <Optimization>Disabled</Optimization>
  154. <AdditionalIncludeDirectories>./;../../;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  155. <PreprocessorDefinitions>HAVE_FIPS;WOLFSSL_USER_SETTINGS;CYASSL_USER_SETTINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  156. <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
  157. <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
  158. <WarningLevel>Level4</WarningLevel>
  159. <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
  160. <DisableSpecificWarnings>4206;4214;4706;%(DisableSpecificWarnings)</DisableSpecificWarnings>
  161. </ClCompile>
  162. </ItemDefinitionGroup>
  163. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='DLL Debug|x64'">
  164. <ClCompile>
  165. <Optimization>Disabled</Optimization>
  166. <AdditionalIncludeDirectories>./;../../;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  167. <PreprocessorDefinitions>HAVE_FIPS;BUILDING_WOLFSSL;CYASSL_DLL;WOLFSSL_USER_SETTINGS;CYASSL_USER_SETTINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  168. <MinimalRebuild>true</MinimalRebuild>
  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. <Link>
  176. <AdditionalDependencies>ws2_32.lib;%(AdditionalDependencies)</AdditionalDependencies>
  177. <RandomizedBaseAddress>true</RandomizedBaseAddress>
  178. <DataExecutionPrevention>false</DataExecutionPrevention>
  179. </Link>
  180. </ItemDefinitionGroup>
  181. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  182. <ClCompile>
  183. <Optimization>MaxSpeed</Optimization>
  184. <IntrinsicFunctions>true</IntrinsicFunctions>
  185. <AdditionalIncludeDirectories>./;../../;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  186. <PreprocessorDefinitions>WIN32;HAVE_FIPS;WOLFSSL_USER_SETTINGS;CYASSL_USER_SETTINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  187. <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
  188. <FunctionLevelLinking>true</FunctionLevelLinking>
  189. <WarningLevel>Level3</WarningLevel>
  190. <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
  191. <WholeProgramOptimization>false</WholeProgramOptimization>
  192. </ClCompile>
  193. </ItemDefinitionGroup>
  194. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='DLL Release|Win32'">
  195. <ClCompile>
  196. <Optimization>MaxSpeed</Optimization>
  197. <IntrinsicFunctions>true</IntrinsicFunctions>
  198. <AdditionalIncludeDirectories>./;../../;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  199. <PreprocessorDefinitions>HAVE_FIPS;BUILDING_WOLFSSL;CYASSL_DLL;WOLFSSL_USER_SETTINGS;CYASSL_USER_SETTINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  200. <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
  201. <FunctionLevelLinking>true</FunctionLevelLinking>
  202. <WarningLevel>Level3</WarningLevel>
  203. <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
  204. </ClCompile>
  205. <Link>
  206. <AdditionalDependencies>ws2_32.lib;%(AdditionalDependencies)</AdditionalDependencies>
  207. <RandomizedBaseAddress>false</RandomizedBaseAddress>
  208. <BaseAddress>0x5A000000</BaseAddress>
  209. </Link>
  210. </ItemDefinitionGroup>
  211. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  212. <ClCompile>
  213. <Optimization>MaxSpeed</Optimization>
  214. <IntrinsicFunctions>true</IntrinsicFunctions>
  215. <AdditionalIncludeDirectories>./;../../;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  216. <PreprocessorDefinitions>HAVE_FIPS;WOLFSSL_USER_SETTINGS;CYASSL_USER_SETTINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  217. <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
  218. <FunctionLevelLinking>true</FunctionLevelLinking>
  219. <WarningLevel>Level3</WarningLevel>
  220. <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
  221. <WholeProgramOptimization>false</WholeProgramOptimization>
  222. </ClCompile>
  223. </ItemDefinitionGroup>
  224. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='DLL Release|x64'">
  225. <ClCompile>
  226. <Optimization>MaxSpeed</Optimization>
  227. <IntrinsicFunctions>true</IntrinsicFunctions>
  228. <AdditionalIncludeDirectories>./;../../;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  229. <PreprocessorDefinitions>HAVE_FIPS;BUILDING_WOLFSSL;CYASSL_DLL;WOLFSSL_USER_SETTINGS;CYASSL_USER_SETTINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  230. <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
  231. <FunctionLevelLinking>true</FunctionLevelLinking>
  232. <WarningLevel>Level3</WarningLevel>
  233. <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
  234. </ClCompile>
  235. <Link>
  236. <AdditionalDependencies>ws2_32.lib;%(AdditionalDependencies)</AdditionalDependencies>
  237. <RandomizedBaseAddress>true</RandomizedBaseAddress>
  238. </Link>
  239. </ItemDefinitionGroup>
  240. <ItemGroup>
  241. <ClCompile Include="..\..\ctaocrypt\src\wolfcrypt_first.c">
  242. <ObjectFileName>$(IntDir)ctaocrypt\</ObjectFileName>
  243. </ClCompile>
  244. <ClCompile Include="..\..\ctaocrypt\src\hmac.c">
  245. <ObjectFileName>$(IntDir)ctaocrypt\</ObjectFileName>
  246. </ClCompile>
  247. <ClCompile Include="..\..\ctaocrypt\src\random.c">
  248. <ObjectFileName>$(IntDir)ctaocrypt\</ObjectFileName>
  249. </ClCompile>
  250. <ClCompile Include="..\..\ctaocrypt\src\sha256.c">
  251. <ObjectFileName>$(IntDir)ctaocrypt\</ObjectFileName>
  252. </ClCompile>
  253. <ClCompile Include="..\..\ctaocrypt\src\rsa.c">
  254. <ObjectFileName>$(IntDir)ctaocrypt\</ObjectFileName>
  255. </ClCompile>
  256. <ClCompile Include="..\..\ctaocrypt\src\aes.c">
  257. <ObjectFileName>$(IntDir)ctaocrypt\</ObjectFileName>
  258. </ClCompile>
  259. <ClCompile Include="..\..\ctaocrypt\src\des3.c">
  260. <ObjectFileName>$(IntDir)ctaocrypt\</ObjectFileName>
  261. </ClCompile>
  262. <ClCompile Include="..\..\ctaocrypt\src\sha.c">
  263. <ObjectFileName>$(IntDir)ctaocrypt\</ObjectFileName>
  264. </ClCompile>
  265. <ClCompile Include="..\..\ctaocrypt\src\sha512.c">
  266. <ObjectFileName>$(IntDir)ctaocrypt\</ObjectFileName>
  267. </ClCompile>
  268. <ClCompile Include="..\..\ctaocrypt\src\fips.c">
  269. <ObjectFileName>$(IntDir)ctaocrypt\</ObjectFileName>
  270. <WholeProgramOptimization Condition="'$(Configuration)|$(Platform)'=='Release|x64'">false</WholeProgramOptimization>
  271. <WholeProgramOptimization Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</WholeProgramOptimization>
  272. <WholeProgramOptimization Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">false</WholeProgramOptimization>
  273. <WholeProgramOptimization Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">false</WholeProgramOptimization>
  274. </ClCompile>
  275. <ClCompile Include="..\..\ctaocrypt\src\fips_test.c">
  276. <ObjectFileName>$(IntDir)ctaocrypt\</ObjectFileName>
  277. </ClCompile>
  278. <ClCompile Include="..\..\ctaocrypt\src\wolfcrypt_last.c">
  279. <ObjectFileName>$(IntDir)ctaocrypt\</ObjectFileName>
  280. </ClCompile>
  281. <ClCompile Include="..\..\wolfcrypt\src\aes.c" />
  282. <ClCompile Include="..\..\wolfcrypt\src\asn.c" />
  283. <ClCompile Include="..\..\wolfcrypt\src\coding.c" />
  284. <ClCompile Include="..\..\src\crl.c" />
  285. <ClCompile Include="..\..\wolfcrypt\src\des3.c" />
  286. <ClCompile Include="..\..\wolfcrypt\src\dh.c" />
  287. <ClCompile Include="..\..\wolfcrypt\src\ecc.c" />
  288. <ClCompile Include="..\..\wolfcrypt\src\error.c" />
  289. <ClCompile Include="..\..\wolfcrypt\src\hash.c" />
  290. <ClCompile Include="..\..\wolfcrypt\src\hmac.c" />
  291. <ClCompile Include="..\..\wolfcrypt\src\integer.c" />
  292. <ClCompile Include="..\..\src\internal.c" />
  293. <ClCompile Include="..\..\src\wolfio.c" />
  294. <ClCompile Include="..\..\wolfcrypt\src\kdf.c" />
  295. <ClCompile Include="..\..\src\keys.c" />
  296. <ClCompile Include="..\..\wolfcrypt\src\logging.c" />
  297. <ClCompile Include="..\..\wolfcrypt\src\md5.c" />
  298. <ClCompile Include="..\..\wolfcrypt\src\memory.c" />
  299. <ClCompile Include="..\..\src\ocsp.c" />
  300. <ClCompile Include="..\..\wolfcrypt\src\wc_port.c" />
  301. <ClCompile Include="..\..\wolfcrypt\src\pwdbased.c" />
  302. <ClCompile Include="..\..\wolfcrypt\src\random.c" />
  303. <ClCompile Include="..\..\wolfcrypt\src\rsa.c" />
  304. <ClCompile Include="..\..\wolfcrypt\src\sha.c" />
  305. <ClCompile Include="..\..\wolfcrypt\src\sha256.c" />
  306. <ClCompile Include="..\..\wolfcrypt\src\sha512.c" />
  307. <ClCompile Include="..\..\wolfcrypt\src\signature.c" />
  308. <ClCompile Include="..\..\src\ssl.c" />
  309. <ClCompile Include="..\..\src\tls.c" />
  310. <ClCompile Include="..\..\src\tls13.c" />
  311. <ClCompile Include="..\..\src\dtls13.c" />
  312. <ClCompile Include="..\..\src\dtls.c" />
  313. <ClCompile Include="..\..\wolfcrypt\src\wc_encrypt.c" />
  314. <ClCompile Include="..\..\wolfcrypt\src\wolfmath.c" />
  315. <ClCompile Include="..\..\wolfcrypt\src\wolfevent.c" />
  316. <ClCompile Include="..\..\wolfcrypt\src\pkcs12.c" />
  317. </ItemGroup>
  318. <ItemGroup>
  319. <CustomBuild Include="..\..\wolfcrypt\src\aes_asm.asm">
  320. <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">false</ExcludedFromBuild>
  321. <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='DLL Debug|x64'">false</ExcludedFromBuild>
  322. <Command Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">ml64.exe /c /Zi /Fo"$(IntDir)%(Filename).obj" %(Identity)</Command>
  323. <Command Condition="'$(Configuration)|$(Platform)'=='DLL Debug|x64'">ml64.exe /c /Zi /Fo"$(IntDir)%(Filename).obj" %(Identity)</Command>
  324. <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(IntDir)%(Filename).obj</Outputs>
  325. <Outputs Condition="'$(Configuration)|$(Platform)'=='DLL Debug|x64'">$(IntDir)%(Filename).obj</Outputs>
  326. <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release|x64'">false</ExcludedFromBuild>
  327. <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='DLL Release|x64'">false</ExcludedFromBuild>
  328. <Command Condition="'$(Configuration)|$(Platform)'=='Release|x64'">ml64.exe /c /Zi /Fo"$(IntDir)%(Filename).obj" %(Identity)</Command>
  329. <Command Condition="'$(Configuration)|$(Platform)'=='DLL Release|x64'">ml64.exe /c /Zi /Fo"$(IntDir)%(Filename).obj" %(Identity)</Command>
  330. <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(IntDir)%(Filename).obj</Outputs>
  331. <Outputs Condition="'$(Configuration)|$(Platform)'=='DLL Release|x64'">$(IntDir)%(Filename).obj</Outputs>
  332. </CustomBuild>
  333. </ItemGroup>
  334. <ItemGroup>
  335. <ClInclude Include="user_settings.h" />
  336. </ItemGroup>
  337. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
  338. <ImportGroup Label="ExtensionTargets">
  339. </ImportGroup>
  340. </Project>