libtomcrypt_MSVC15.vcxproj 44 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project DefaultTargets="Build" ToolsVersion="15.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="Debug|arm64">
  13. <Configuration>Debug</Configuration>
  14. <Platform>arm64</Platform>
  15. </ProjectConfiguration>
  16. <ProjectConfiguration Include="Release|Win32">
  17. <Configuration>Release</Configuration>
  18. <Platform>Win32</Platform>
  19. </ProjectConfiguration>
  20. <ProjectConfiguration Include="Release|x64">
  21. <Configuration>Release</Configuration>
  22. <Platform>x64</Platform>
  23. </ProjectConfiguration>
  24. <ProjectConfiguration Include="Release|arm64">
  25. <Configuration>Release</Configuration>
  26. <Platform>arm64</Platform>
  27. </ProjectConfiguration>
  28. </ItemGroup>
  29. <PropertyGroup Label="Globals">
  30. <ProjectName>libtomcrypt</ProjectName>
  31. <ProjectGuid>{E3802982-DCB6-4D85-A2BD-6B08F0657E79}</ProjectGuid>
  32. <RootNamespace>libtomcrypt</RootNamespace>
  33. <WindowsTargetPlatformVersion Condition="'$(VisualStudioVersion)'=='15.0'">10.0.17763.0</WindowsTargetPlatformVersion>
  34. <WindowsTargetPlatformVersion Condition="'$(VisualStudioVersion)'=='16.0'">10.0</WindowsTargetPlatformVersion>
  35. <WindowsTargetPlatformVersion Condition="'$(VisualStudioVersion)'=='17.0'">10.0</WindowsTargetPlatformVersion>
  36. </PropertyGroup>
  37. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
  38. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
  39. <ConfigurationType>StaticLibrary</ConfigurationType>
  40. <UseOfMfc>false</UseOfMfc>
  41. <CharacterSet>NotSet</CharacterSet>
  42. <PlatformToolset Condition="'$(VisualStudioVersion)'=='15.0'">v141_xp</PlatformToolset>
  43. <PlatformToolset Condition="'$(VisualStudioVersion)'=='16.0'">v142</PlatformToolset>
  44. <PlatformToolset Condition="'$(VisualStudioVersion)'=='17.0'">v143</PlatformToolset>
  45. </PropertyGroup>
  46. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
  47. <ConfigurationType>StaticLibrary</ConfigurationType>
  48. <UseOfMfc>false</UseOfMfc>
  49. <CharacterSet>NotSet</CharacterSet>
  50. <PlatformToolset Condition="'$(VisualStudioVersion)'=='15.0'">v141</PlatformToolset>
  51. <PlatformToolset Condition="'$(VisualStudioVersion)'=='16.0'">v142</PlatformToolset>
  52. <PlatformToolset Condition="'$(VisualStudioVersion)'=='17.0'">v143</PlatformToolset>
  53. <PlatformToolset Condition="'$(VisualStudioVersion)'=='18.0'">v145</PlatformToolset>
  54. </PropertyGroup>
  55. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|arm64'" Label="Configuration">
  56. <ConfigurationType>StaticLibrary</ConfigurationType>
  57. <UseOfMfc>false</UseOfMfc>
  58. <CharacterSet>NotSet</CharacterSet>
  59. <PlatformToolset Condition="'$(VisualStudioVersion)'=='15.0'">v141</PlatformToolset>
  60. <PlatformToolset Condition="'$(VisualStudioVersion)'=='16.0'">v142</PlatformToolset>
  61. <PlatformToolset Condition="'$(VisualStudioVersion)'=='17.0'">v143</PlatformToolset>
  62. <PlatformToolset Condition="'$(VisualStudioVersion)'=='18.0'">v145</PlatformToolset>
  63. </PropertyGroup>
  64. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
  65. <ConfigurationType>StaticLibrary</ConfigurationType>
  66. <UseOfMfc>false</UseOfMfc>
  67. <CharacterSet>NotSet</CharacterSet>
  68. <PlatformToolset Condition="'$(VisualStudioVersion)'=='15.0'">v141_xp</PlatformToolset>
  69. <PlatformToolset Condition="'$(VisualStudioVersion)'=='16.0'">v142</PlatformToolset>
  70. <PlatformToolset Condition="'$(VisualStudioVersion)'=='17.0'">v143</PlatformToolset>
  71. </PropertyGroup>
  72. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
  73. <ConfigurationType>StaticLibrary</ConfigurationType>
  74. <UseOfMfc>false</UseOfMfc>
  75. <CharacterSet>NotSet</CharacterSet>
  76. <PlatformToolset Condition="'$(VisualStudioVersion)'=='15.0'">v141</PlatformToolset>
  77. <PlatformToolset Condition="'$(VisualStudioVersion)'=='16.0'">v142</PlatformToolset>
  78. <PlatformToolset Condition="'$(VisualStudioVersion)'=='17.0'">v143</PlatformToolset>
  79. <PlatformToolset Condition="'$(VisualStudioVersion)'=='18.0'">v145</PlatformToolset>
  80. </PropertyGroup>
  81. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|arm64'" Label="Configuration">
  82. <ConfigurationType>StaticLibrary</ConfigurationType>
  83. <UseOfMfc>false</UseOfMfc>
  84. <CharacterSet>NotSet</CharacterSet>
  85. <PlatformToolset Condition="'$(VisualStudioVersion)'=='15.0'">v141</PlatformToolset>
  86. <PlatformToolset Condition="'$(VisualStudioVersion)'=='16.0'">v142</PlatformToolset>
  87. <PlatformToolset Condition="'$(VisualStudioVersion)'=='17.0'">v143</PlatformToolset>
  88. <PlatformToolset Condition="'$(VisualStudioVersion)'=='18.0'">v145</PlatformToolset>
  89. </PropertyGroup>
  90. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
  91. <ImportGroup Label="ExtensionSettings">
  92. </ImportGroup>
  93. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='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)'=='Debug|Win32'" 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)'=='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|x64'" 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)'=='Release|arm64'" 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|arm64'" Label="PropertySheets">
  109. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  110. </ImportGroup>
  111. <PropertyGroup Label="UserMacros" />
  112. <PropertyGroup>
  113. <_ProjectFileVersion>12.0.30501.0</_ProjectFileVersion>
  114. </PropertyGroup>
  115. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  116. <OutDir>lib\$(Platform)\$(Configuration)\</OutDir>
  117. <IntDir>temp\$(Platform)\$(Configuration)\</IntDir>
  118. <TargetName>tomcrypt</TargetName>
  119. </PropertyGroup>
  120. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  121. <OutDir>lib\$(Platform)\$(Configuration)\</OutDir>
  122. <IntDir>temp\$(Platform)\$(Configuration)\</IntDir>
  123. <TargetName>tomcrypt</TargetName>
  124. </PropertyGroup>
  125. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  126. <OutDir>lib\$(Platform)\$(Configuration)\</OutDir>
  127. <IntDir>temp\$(Platform)\$(Configuration)\</IntDir>
  128. <TargetName>tomcrypt</TargetName>
  129. </PropertyGroup>
  130. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  131. <OutDir>lib\$(Platform)\$(Configuration)\</OutDir>
  132. <IntDir>temp\$(Platform)\$(Configuration)\</IntDir>
  133. <TargetName>tomcrypt</TargetName>
  134. </PropertyGroup>
  135. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|arm64'">
  136. <OutDir>lib\$(Platform)\$(Configuration)\</OutDir>
  137. <IntDir>temp\$(Platform)\$(Configuration)\</IntDir>
  138. <TargetName>tomcrypt</TargetName>
  139. </PropertyGroup>
  140. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|arm64'">
  141. <OutDir>lib\$(Platform)\$(Configuration)\</OutDir>
  142. <IntDir>temp\$(Platform)\$(Configuration)\</IntDir>
  143. <TargetName>tomcrypt</TargetName>
  144. </PropertyGroup>
  145. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  146. <ClCompile>
  147. <Optimization>Disabled</Optimization>
  148. <AdditionalIncludeDirectories>src\headers;..\libtommath;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  149. <PreprocessorDefinitions>WIN32;_DEBUG;_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_DEPRECATE;LTM_DESC;LTC_SOURCE;LTC_NO_TEST;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  150. <MinimalRebuild>true</MinimalRebuild>
  151. <ExceptionHandling />
  152. <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
  153. <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
  154. <WarningLevel>Level3</WarningLevel>
  155. <SuppressStartupBanner>true</SuppressStartupBanner>
  156. <DebugInformationFormat>EditAndContinue</DebugInformationFormat>
  157. <CompileAs>CompileAsC</CompileAs>
  158. <MultiProcessorCompilation>true</MultiProcessorCompilation>
  159. </ClCompile>
  160. <ResourceCompile>
  161. <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  162. <Culture>0x0409</Culture>
  163. </ResourceCompile>
  164. <Lib>
  165. <SuppressStartupBanner>true</SuppressStartupBanner>
  166. </Lib>
  167. <Bscmake>
  168. <OutputFile>.\Debug/libtomcrypt.bsc</OutputFile>
  169. </Bscmake>
  170. </ItemDefinitionGroup>
  171. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  172. <ClCompile>
  173. <Optimization>MaxSpeed</Optimization>
  174. <InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion>
  175. <AdditionalIncludeDirectories>src\headers;..\libtommath;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  176. <PreprocessorDefinitions>WIN32;NDEBUG;_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_DEPRECATE;LTM_DESC;LTC_SOURCE;LTC_NO_TEST;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  177. <StringPooling>true</StringPooling>
  178. <ExceptionHandling />
  179. <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
  180. <FunctionLevelLinking>true</FunctionLevelLinking>
  181. <WarningLevel>Level3</WarningLevel>
  182. <SuppressStartupBanner>true</SuppressStartupBanner>
  183. <CompileAs>CompileAsC</CompileAs>
  184. <MultiProcessorCompilation>true</MultiProcessorCompilation>
  185. </ClCompile>
  186. <ResourceCompile>
  187. <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  188. <Culture>0x0409</Culture>
  189. </ResourceCompile>
  190. <Lib>
  191. <SuppressStartupBanner>true</SuppressStartupBanner>
  192. </Lib>
  193. <Bscmake>
  194. <OutputFile>.\Release/libtomcrypt.bsc</OutputFile>
  195. </Bscmake>
  196. </ItemDefinitionGroup>
  197. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  198. <Midl>
  199. <TargetEnvironment>X64</TargetEnvironment>
  200. </Midl>
  201. <ClCompile>
  202. <Optimization>Disabled</Optimization>
  203. <AdditionalIncludeDirectories>src\headers;..\libtommath;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  204. <PreprocessorDefinitions>WIN32;_DEBUG;_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_DEPRECATE;LTM_DESC;LTC_SOURCE;LTC_NO_TEST;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  205. <MinimalRebuild>true</MinimalRebuild>
  206. <ExceptionHandling />
  207. <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
  208. <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
  209. <WarningLevel>Level3</WarningLevel>
  210. <SuppressStartupBanner>true</SuppressStartupBanner>
  211. <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
  212. <CompileAs>CompileAsC</CompileAs>
  213. <MultiProcessorCompilation>true</MultiProcessorCompilation>
  214. </ClCompile>
  215. <ResourceCompile>
  216. <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  217. <Culture>0x0409</Culture>
  218. </ResourceCompile>
  219. <Lib>
  220. <SuppressStartupBanner>true</SuppressStartupBanner>
  221. </Lib>
  222. <Bscmake>
  223. <OutputFile>.\Debug/libtomcrypt.bsc</OutputFile>
  224. </Bscmake>
  225. </ItemDefinitionGroup>
  226. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  227. <Midl>
  228. <TargetEnvironment>X64</TargetEnvironment>
  229. </Midl>
  230. <ClCompile>
  231. <Optimization>MaxSpeed</Optimization>
  232. <InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion>
  233. <AdditionalIncludeDirectories>src\headers;..\libtommath;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  234. <PreprocessorDefinitions>WIN32;NDEBUG;_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_DEPRECATE;LTM_DESC;LTC_SOURCE;LTC_NO_TEST;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  235. <StringPooling>true</StringPooling>
  236. <ExceptionHandling />
  237. <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
  238. <FunctionLevelLinking>true</FunctionLevelLinking>
  239. <WarningLevel>Level3</WarningLevel>
  240. <SuppressStartupBanner>true</SuppressStartupBanner>
  241. <CompileAs>CompileAsC</CompileAs>
  242. <MultiProcessorCompilation>true</MultiProcessorCompilation>
  243. </ClCompile>
  244. <ResourceCompile>
  245. <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  246. <Culture>0x0409</Culture>
  247. </ResourceCompile>
  248. <Lib>
  249. <SuppressStartupBanner>true</SuppressStartupBanner>
  250. </Lib>
  251. <Bscmake>
  252. <OutputFile>.\Release/libtomcrypt.bsc</OutputFile>
  253. </Bscmake>
  254. </ItemDefinitionGroup>
  255. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|arm64'">
  256. <Midl>
  257. <TargetEnvironment>ARM64</TargetEnvironment>
  258. </Midl>
  259. <ClCompile>
  260. <Optimization>Disabled</Optimization>
  261. <AdditionalIncludeDirectories>src\headers;..\libtommath;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  262. <PreprocessorDefinitions>WIN32;_DEBUG;_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_DEPRECATE;LTM_DESC;LTC_SOURCE;LTC_NO_TEST;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  263. <MinimalRebuild>true</MinimalRebuild>
  264. <ExceptionHandling />
  265. <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
  266. <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
  267. <WarningLevel>Level3</WarningLevel>
  268. <SuppressStartupBanner>true</SuppressStartupBanner>
  269. <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
  270. <CompileAs>CompileAsC</CompileAs>
  271. <MultiProcessorCompilation>true</MultiProcessorCompilation>
  272. </ClCompile>
  273. <ResourceCompile>
  274. <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  275. <Culture>0x0409</Culture>
  276. </ResourceCompile>
  277. <Lib>
  278. <SuppressStartupBanner>true</SuppressStartupBanner>
  279. </Lib>
  280. <Bscmake>
  281. <OutputFile>.\Debug/libtomcrypt.bsc</OutputFile>
  282. </Bscmake>
  283. </ItemDefinitionGroup>
  284. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|arm64'">
  285. <Midl>
  286. <TargetEnvironment>ARM64</TargetEnvironment>
  287. </Midl>
  288. <ClCompile>
  289. <Optimization>MaxSpeed</Optimization>
  290. <InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion>
  291. <AdditionalIncludeDirectories>src\headers;..\libtommath;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  292. <PreprocessorDefinitions>WIN32;NDEBUG;_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_DEPRECATE;LTM_DESC;LTC_SOURCE;LTC_NO_TEST;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  293. <StringPooling>true</StringPooling>
  294. <ExceptionHandling />
  295. <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
  296. <FunctionLevelLinking>true</FunctionLevelLinking>
  297. <WarningLevel>Level3</WarningLevel>
  298. <SuppressStartupBanner>true</SuppressStartupBanner>
  299. <CompileAs>CompileAsC</CompileAs>
  300. <MultiProcessorCompilation>true</MultiProcessorCompilation>
  301. </ClCompile>
  302. <ResourceCompile>
  303. <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  304. <Culture>0x0409</Culture>
  305. </ResourceCompile>
  306. <Lib>
  307. <SuppressStartupBanner>true</SuppressStartupBanner>
  308. </Lib>
  309. <Bscmake>
  310. <OutputFile>.\Release/libtomcrypt.bsc</OutputFile>
  311. </Bscmake>
  312. </ItemDefinitionGroup>
  313. <ItemGroup>
  314. <ClCompile Include="src\ciphers\aes\aes.c" />
  315. <ClCompile Include="src\ciphers\aes\aes_tab.c">
  316. <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</ExcludedFromBuild>
  317. <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</ExcludedFromBuild>
  318. <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|arm64'">true</ExcludedFromBuild>
  319. <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">true</ExcludedFromBuild>
  320. <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release|x64'">true</ExcludedFromBuild>
  321. <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release|arm64'">true</ExcludedFromBuild>
  322. </ClCompile>
  323. <ClCompile Include="src\ciphers\anubis.c" />
  324. <ClCompile Include="src\ciphers\blowfish.c" />
  325. <ClCompile Include="src\ciphers\camellia.c" />
  326. <ClCompile Include="src\ciphers\cast5.c" />
  327. <ClCompile Include="src\ciphers\des.c" />
  328. <ClCompile Include="src\ciphers\kasumi.c" />
  329. <ClCompile Include="src\ciphers\khazad.c" />
  330. <ClCompile Include="src\ciphers\kseed.c" />
  331. <ClCompile Include="src\ciphers\multi2.c" />
  332. <ClCompile Include="src\ciphers\noekeon.c" />
  333. <ClCompile Include="src\ciphers\rc2.c" />
  334. <ClCompile Include="src\ciphers\rc5.c" />
  335. <ClCompile Include="src\ciphers\rc6.c" />
  336. <ClCompile Include="src\ciphers\safer\safer.c" />
  337. <ClCompile Include="src\ciphers\safer\saferp.c" />
  338. <ClCompile Include="src\ciphers\safer\safer_tab.c">
  339. <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</ExcludedFromBuild>
  340. <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</ExcludedFromBuild>
  341. <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|arm64'">true</ExcludedFromBuild>
  342. <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">true</ExcludedFromBuild>
  343. <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release|x64'">true</ExcludedFromBuild>
  344. <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release|arm64'">true</ExcludedFromBuild>
  345. </ClCompile>
  346. <ClCompile Include="src\ciphers\skipjack.c" />
  347. <ClCompile Include="src\ciphers\twofish\twofish.c" />
  348. <ClCompile Include="src\ciphers\twofish\twofish_tab.c">
  349. <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</ExcludedFromBuild>
  350. <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</ExcludedFromBuild>
  351. <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|arm64'">true</ExcludedFromBuild>
  352. <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">true</ExcludedFromBuild>
  353. <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release|x64'">true</ExcludedFromBuild>
  354. <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release|arm64'">true</ExcludedFromBuild>
  355. </ClCompile>
  356. <ClCompile Include="src\ciphers\xtea.c" />
  357. <ClCompile Include="src\encauth\ccm\ccm_add_aad.c" />
  358. <ClCompile Include="src\encauth\ccm\ccm_add_nonce.c" />
  359. <ClCompile Include="src\encauth\ccm\ccm_done.c" />
  360. <ClCompile Include="src\encauth\ccm\ccm_init.c" />
  361. <ClCompile Include="src\encauth\ccm\ccm_memory.c" />
  362. <ClCompile Include="src\encauth\ccm\ccm_process.c" />
  363. <ClCompile Include="src\encauth\ccm\ccm_reset.c" />
  364. <ClCompile Include="src\encauth\ccm\ccm_test.c" />
  365. <ClCompile Include="src\encauth\chachapoly\chacha20poly1305_add_aad.c" />
  366. <ClCompile Include="src\encauth\chachapoly\chacha20poly1305_decrypt.c" />
  367. <ClCompile Include="src\encauth\chachapoly\chacha20poly1305_done.c" />
  368. <ClCompile Include="src\encauth\chachapoly\chacha20poly1305_encrypt.c" />
  369. <ClCompile Include="src\encauth\chachapoly\chacha20poly1305_init.c" />
  370. <ClCompile Include="src\encauth\chachapoly\chacha20poly1305_memory.c" />
  371. <ClCompile Include="src\encauth\chachapoly\chacha20poly1305_setiv.c" />
  372. <ClCompile Include="src\encauth\chachapoly\chacha20poly1305_setiv_rfc7905.c" />
  373. <ClCompile Include="src\encauth\chachapoly\chacha20poly1305_test.c" />
  374. <ClCompile Include="src\encauth\eax\eax_addheader.c" />
  375. <ClCompile Include="src\encauth\eax\eax_decrypt.c" />
  376. <ClCompile Include="src\encauth\eax\eax_decrypt_verify_memory.c" />
  377. <ClCompile Include="src\encauth\eax\eax_done.c" />
  378. <ClCompile Include="src\encauth\eax\eax_encrypt.c" />
  379. <ClCompile Include="src\encauth\eax\eax_encrypt_authenticate_memory.c" />
  380. <ClCompile Include="src\encauth\eax\eax_init.c" />
  381. <ClCompile Include="src\encauth\eax\eax_test.c" />
  382. <ClCompile Include="src\encauth\gcm\gcm_add_aad.c" />
  383. <ClCompile Include="src\encauth\gcm\gcm_add_iv.c" />
  384. <ClCompile Include="src\encauth\gcm\gcm_done.c" />
  385. <ClCompile Include="src\encauth\gcm\gcm_gf_mult.c" />
  386. <ClCompile Include="src\encauth\gcm\gcm_init.c" />
  387. <ClCompile Include="src\encauth\gcm\gcm_memory.c" />
  388. <ClCompile Include="src\encauth\gcm\gcm_mult_h.c" />
  389. <ClCompile Include="src\encauth\gcm\gcm_process.c" />
  390. <ClCompile Include="src\encauth\gcm\gcm_reset.c" />
  391. <ClCompile Include="src\encauth\gcm\gcm_test.c" />
  392. <ClCompile Include="src\encauth\ocb3\ocb3_add_aad.c" />
  393. <ClCompile Include="src\encauth\ocb3\ocb3_decrypt.c" />
  394. <ClCompile Include="src\encauth\ocb3\ocb3_decrypt_last.c" />
  395. <ClCompile Include="src\encauth\ocb3\ocb3_decrypt_verify_memory.c" />
  396. <ClCompile Include="src\encauth\ocb3\ocb3_done.c" />
  397. <ClCompile Include="src\encauth\ocb3\ocb3_encrypt.c" />
  398. <ClCompile Include="src\encauth\ocb3\ocb3_encrypt_authenticate_memory.c" />
  399. <ClCompile Include="src\encauth\ocb3\ocb3_encrypt_last.c" />
  400. <ClCompile Include="src\encauth\ocb3\ocb3_init.c" />
  401. <ClCompile Include="src\encauth\ocb3\ocb3_int_ntz.c" />
  402. <ClCompile Include="src\encauth\ocb3\ocb3_int_xor_blocks.c" />
  403. <ClCompile Include="src\encauth\ocb3\ocb3_test.c" />
  404. <ClCompile Include="src\encauth\ocb\ocb_decrypt.c" />
  405. <ClCompile Include="src\encauth\ocb\ocb_decrypt_verify_memory.c" />
  406. <ClCompile Include="src\encauth\ocb\ocb_done_decrypt.c" />
  407. <ClCompile Include="src\encauth\ocb\ocb_done_encrypt.c" />
  408. <ClCompile Include="src\encauth\ocb\ocb_encrypt.c" />
  409. <ClCompile Include="src\encauth\ocb\ocb_encrypt_authenticate_memory.c" />
  410. <ClCompile Include="src\encauth\ocb\ocb_init.c" />
  411. <ClCompile Include="src\encauth\ocb\ocb_ntz.c" />
  412. <ClCompile Include="src\encauth\ocb\ocb_shift_xor.c" />
  413. <ClCompile Include="src\encauth\ocb\ocb_test.c" />
  414. <ClCompile Include="src\encauth\ocb\s_ocb_done.c" />
  415. <ClCompile Include="src\hashes\blake2b.c" />
  416. <ClCompile Include="src\hashes\blake2s.c" />
  417. <ClCompile Include="src\hashes\chc\chc.c" />
  418. <ClCompile Include="src\hashes\helper\hash_file.c" />
  419. <ClCompile Include="src\hashes\helper\hash_filehandle.c" />
  420. <ClCompile Include="src\hashes\helper\hash_memory.c" />
  421. <ClCompile Include="src\hashes\helper\hash_memory_multi.c" />
  422. <ClCompile Include="src\hashes\md2.c" />
  423. <ClCompile Include="src\hashes\md4.c" />
  424. <ClCompile Include="src\hashes\md5.c" />
  425. <ClCompile Include="src\hashes\rmd128.c" />
  426. <ClCompile Include="src\hashes\rmd160.c" />
  427. <ClCompile Include="src\hashes\rmd256.c" />
  428. <ClCompile Include="src\hashes\rmd320.c" />
  429. <ClCompile Include="src\hashes\sha1.c" />
  430. <ClCompile Include="src\hashes\sha2\sha224.c" />
  431. <ClCompile Include="src\hashes\sha2\sha256.c" />
  432. <ClCompile Include="src\hashes\sha2\sha384.c" />
  433. <ClCompile Include="src\hashes\sha2\sha512.c" />
  434. <ClCompile Include="src\hashes\sha2\sha512_224.c" />
  435. <ClCompile Include="src\hashes\sha2\sha512_256.c" />
  436. <ClCompile Include="src\hashes\sha3.c" />
  437. <ClCompile Include="src\hashes\sha3_test.c" />
  438. <ClCompile Include="src\hashes\tiger.c" />
  439. <ClCompile Include="src\hashes\whirl\whirl.c" />
  440. <ClCompile Include="src\hashes\whirl\whirltab.c">
  441. <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</ExcludedFromBuild>
  442. <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</ExcludedFromBuild>
  443. <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|arm64'">true</ExcludedFromBuild>
  444. <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">true</ExcludedFromBuild>
  445. <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release|x64'">true</ExcludedFromBuild>
  446. <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release|arm64'">true</ExcludedFromBuild>
  447. </ClCompile>
  448. <ClCompile Include="src\mac\blake2\blake2bmac.c" />
  449. <ClCompile Include="src\mac\blake2\blake2bmac_file.c" />
  450. <ClCompile Include="src\mac\blake2\blake2bmac_memory.c" />
  451. <ClCompile Include="src\mac\blake2\blake2bmac_memory_multi.c" />
  452. <ClCompile Include="src\mac\blake2\blake2bmac_test.c" />
  453. <ClCompile Include="src\mac\blake2\blake2smac.c" />
  454. <ClCompile Include="src\mac\blake2\blake2smac_file.c" />
  455. <ClCompile Include="src\mac\blake2\blake2smac_memory.c" />
  456. <ClCompile Include="src\mac\blake2\blake2smac_memory_multi.c" />
  457. <ClCompile Include="src\mac\blake2\blake2smac_test.c" />
  458. <ClCompile Include="src\mac\f9\f9_done.c" />
  459. <ClCompile Include="src\mac\f9\f9_file.c" />
  460. <ClCompile Include="src\mac\f9\f9_init.c" />
  461. <ClCompile Include="src\mac\f9\f9_memory.c" />
  462. <ClCompile Include="src\mac\f9\f9_memory_multi.c" />
  463. <ClCompile Include="src\mac\f9\f9_process.c" />
  464. <ClCompile Include="src\mac\f9\f9_test.c" />
  465. <ClCompile Include="src\mac\hmac\hmac_done.c" />
  466. <ClCompile Include="src\mac\hmac\hmac_file.c" />
  467. <ClCompile Include="src\mac\hmac\hmac_init.c" />
  468. <ClCompile Include="src\mac\hmac\hmac_memory.c" />
  469. <ClCompile Include="src\mac\hmac\hmac_memory_multi.c" />
  470. <ClCompile Include="src\mac\hmac\hmac_process.c" />
  471. <ClCompile Include="src\mac\hmac\hmac_test.c" />
  472. <ClCompile Include="src\mac\omac\omac_done.c" />
  473. <ClCompile Include="src\mac\omac\omac_file.c" />
  474. <ClCompile Include="src\mac\omac\omac_init.c" />
  475. <ClCompile Include="src\mac\omac\omac_memory.c" />
  476. <ClCompile Include="src\mac\omac\omac_memory_multi.c" />
  477. <ClCompile Include="src\mac\omac\omac_process.c" />
  478. <ClCompile Include="src\mac\omac\omac_test.c" />
  479. <ClCompile Include="src\mac\pelican\pelican.c" />
  480. <ClCompile Include="src\mac\pelican\pelican_memory.c" />
  481. <ClCompile Include="src\mac\pelican\pelican_test.c" />
  482. <ClCompile Include="src\mac\pmac\pmac_done.c" />
  483. <ClCompile Include="src\mac\pmac\pmac_file.c" />
  484. <ClCompile Include="src\mac\pmac\pmac_init.c" />
  485. <ClCompile Include="src\mac\pmac\pmac_memory.c" />
  486. <ClCompile Include="src\mac\pmac\pmac_memory_multi.c" />
  487. <ClCompile Include="src\mac\pmac\pmac_ntz.c" />
  488. <ClCompile Include="src\mac\pmac\pmac_process.c" />
  489. <ClCompile Include="src\mac\pmac\pmac_shift_xor.c" />
  490. <ClCompile Include="src\mac\pmac\pmac_test.c" />
  491. <ClCompile Include="src\mac\poly1305\poly1305.c" />
  492. <ClCompile Include="src\mac\poly1305\poly1305_file.c" />
  493. <ClCompile Include="src\mac\poly1305\poly1305_memory.c" />
  494. <ClCompile Include="src\mac\poly1305\poly1305_memory_multi.c" />
  495. <ClCompile Include="src\mac\poly1305\poly1305_test.c" />
  496. <ClCompile Include="src\mac\xcbc\xcbc_done.c" />
  497. <ClCompile Include="src\mac\xcbc\xcbc_file.c" />
  498. <ClCompile Include="src\mac\xcbc\xcbc_init.c" />
  499. <ClCompile Include="src\mac\xcbc\xcbc_memory.c" />
  500. <ClCompile Include="src\mac\xcbc\xcbc_memory_multi.c" />
  501. <ClCompile Include="src\mac\xcbc\xcbc_process.c" />
  502. <ClCompile Include="src\mac\xcbc\xcbc_test.c" />
  503. <ClCompile Include="src\math\fp\ltc_ecc_fp_mulmod.c" />
  504. <ClCompile Include="src\math\gmp_desc.c" />
  505. <ClCompile Include="src\math\ltm_desc.c" />
  506. <ClCompile Include="src\math\multi.c" />
  507. <ClCompile Include="src\math\radix_to_bin.c" />
  508. <ClCompile Include="src\math\rand_bn.c" />
  509. <ClCompile Include="src\math\rand_prime.c" />
  510. <ClCompile Include="src\math\tfm_desc.c" />
  511. <ClCompile Include="src\misc\adler32.c" />
  512. <ClCompile Include="src\misc\base64\base64_decode.c" />
  513. <ClCompile Include="src\misc\base64\base64_encode.c" />
  514. <ClCompile Include="src\misc\burn_stack.c" />
  515. <ClCompile Include="src\misc\compare_testvector.c" />
  516. <ClCompile Include="src\misc\crc32.c" />
  517. <ClCompile Include="src\misc\crypt\crypt.c" />
  518. <ClCompile Include="src\misc\crypt\crypt_argchk.c" />
  519. <ClCompile Include="src\misc\crypt\crypt_cipher_descriptor.c" />
  520. <ClCompile Include="src\misc\crypt\crypt_cipher_is_valid.c" />
  521. <ClCompile Include="src\misc\crypt\crypt_constants.c" />
  522. <ClCompile Include="src\misc\crypt\crypt_find_cipher.c" />
  523. <ClCompile Include="src\misc\crypt\crypt_find_cipher_any.c" />
  524. <ClCompile Include="src\misc\crypt\crypt_find_cipher_id.c" />
  525. <ClCompile Include="src\misc\crypt\crypt_find_hash.c" />
  526. <ClCompile Include="src\misc\crypt\crypt_find_hash_any.c" />
  527. <ClCompile Include="src\misc\crypt\crypt_find_hash_id.c" />
  528. <ClCompile Include="src\misc\crypt\crypt_find_hash_oid.c" />
  529. <ClCompile Include="src\misc\crypt\crypt_find_prng.c" />
  530. <ClCompile Include="src\misc\crypt\crypt_fsa.c" />
  531. <ClCompile Include="src\misc\crypt\crypt_hash_descriptor.c" />
  532. <ClCompile Include="src\misc\crypt\crypt_hash_is_valid.c" />
  533. <ClCompile Include="src\misc\crypt\crypt_inits.c" />
  534. <ClCompile Include="src\misc\crypt\crypt_ltc_mp_descriptor.c" />
  535. <ClCompile Include="src\misc\crypt\crypt_prng_descriptor.c" />
  536. <ClCompile Include="src\misc\crypt\crypt_prng_is_valid.c" />
  537. <ClCompile Include="src\misc\crypt\crypt_prng_rng_descriptor.c" />
  538. <ClCompile Include="src\misc\crypt\crypt_register_all_ciphers.c" />
  539. <ClCompile Include="src\misc\crypt\crypt_register_all_hashes.c" />
  540. <ClCompile Include="src\misc\crypt\crypt_register_all_prngs.c" />
  541. <ClCompile Include="src\misc\crypt\crypt_register_cipher.c" />
  542. <ClCompile Include="src\misc\crypt\crypt_register_hash.c" />
  543. <ClCompile Include="src\misc\crypt\crypt_register_prng.c" />
  544. <ClCompile Include="src\misc\crypt\crypt_sizes.c" />
  545. <ClCompile Include="src\misc\crypt\crypt_unregister_cipher.c" />
  546. <ClCompile Include="src\misc\crypt\crypt_unregister_hash.c" />
  547. <ClCompile Include="src\misc\crypt\crypt_unregister_prng.c" />
  548. <ClCompile Include="src\misc\error_to_string.c" />
  549. <ClCompile Include="src\misc\hkdf\hkdf.c" />
  550. <ClCompile Include="src\misc\hkdf\hkdf_test.c" />
  551. <ClCompile Include="src\misc\mem_neq.c" />
  552. <ClCompile Include="src\misc\pkcs5\pkcs_5_1.c" />
  553. <ClCompile Include="src\misc\pkcs5\pkcs_5_2.c" />
  554. <ClCompile Include="src\misc\pkcs5\pkcs_5_test.c" />
  555. <ClCompile Include="src\misc\pk_get_oid.c" />
  556. <ClCompile Include="src\misc\zeromem.c" />
  557. <ClCompile Include="src\modes\cbc\cbc_decrypt.c" />
  558. <ClCompile Include="src\modes\cbc\cbc_done.c" />
  559. <ClCompile Include="src\modes\cbc\cbc_encrypt.c" />
  560. <ClCompile Include="src\modes\cbc\cbc_getiv.c" />
  561. <ClCompile Include="src\modes\cbc\cbc_setiv.c" />
  562. <ClCompile Include="src\modes\cbc\cbc_start.c" />
  563. <ClCompile Include="src\modes\cfb\cfb_decrypt.c" />
  564. <ClCompile Include="src\modes\cfb\cfb_done.c" />
  565. <ClCompile Include="src\modes\cfb\cfb_encrypt.c" />
  566. <ClCompile Include="src\modes\cfb\cfb_getiv.c" />
  567. <ClCompile Include="src\modes\cfb\cfb_setiv.c" />
  568. <ClCompile Include="src\modes\cfb\cfb_start.c" />
  569. <ClCompile Include="src\modes\ctr\ctr_decrypt.c" />
  570. <ClCompile Include="src\modes\ctr\ctr_done.c" />
  571. <ClCompile Include="src\modes\ctr\ctr_encrypt.c" />
  572. <ClCompile Include="src\modes\ctr\ctr_getiv.c" />
  573. <ClCompile Include="src\modes\ctr\ctr_setiv.c" />
  574. <ClCompile Include="src\modes\ctr\ctr_start.c" />
  575. <ClCompile Include="src\modes\ctr\ctr_test.c" />
  576. <ClCompile Include="src\modes\ecb\ecb_decrypt.c" />
  577. <ClCompile Include="src\modes\ecb\ecb_done.c" />
  578. <ClCompile Include="src\modes\ecb\ecb_encrypt.c" />
  579. <ClCompile Include="src\modes\ecb\ecb_start.c" />
  580. <ClCompile Include="src\modes\f8\f8_decrypt.c" />
  581. <ClCompile Include="src\modes\f8\f8_done.c" />
  582. <ClCompile Include="src\modes\f8\f8_encrypt.c" />
  583. <ClCompile Include="src\modes\f8\f8_getiv.c" />
  584. <ClCompile Include="src\modes\f8\f8_setiv.c" />
  585. <ClCompile Include="src\modes\f8\f8_start.c" />
  586. <ClCompile Include="src\modes\f8\f8_test_mode.c" />
  587. <ClCompile Include="src\modes\lrw\lrw_decrypt.c" />
  588. <ClCompile Include="src\modes\lrw\lrw_done.c" />
  589. <ClCompile Include="src\modes\lrw\lrw_encrypt.c" />
  590. <ClCompile Include="src\modes\lrw\lrw_getiv.c" />
  591. <ClCompile Include="src\modes\lrw\lrw_process.c" />
  592. <ClCompile Include="src\modes\lrw\lrw_setiv.c" />
  593. <ClCompile Include="src\modes\lrw\lrw_start.c" />
  594. <ClCompile Include="src\modes\lrw\lrw_test.c" />
  595. <ClCompile Include="src\modes\ofb\ofb_decrypt.c" />
  596. <ClCompile Include="src\modes\ofb\ofb_done.c" />
  597. <ClCompile Include="src\modes\ofb\ofb_encrypt.c" />
  598. <ClCompile Include="src\modes\ofb\ofb_getiv.c" />
  599. <ClCompile Include="src\modes\ofb\ofb_setiv.c" />
  600. <ClCompile Include="src\modes\ofb\ofb_start.c" />
  601. <ClCompile Include="src\modes\xts\xts_decrypt.c" />
  602. <ClCompile Include="src\modes\xts\xts_done.c" />
  603. <ClCompile Include="src\modes\xts\xts_encrypt.c" />
  604. <ClCompile Include="src\modes\xts\xts_init.c" />
  605. <ClCompile Include="src\modes\xts\xts_mult_x.c" />
  606. <ClCompile Include="src\modes\xts\xts_test.c" />
  607. <ClCompile Include="src\pk\asn1\der\bit\der_decode_bit_string.c" />
  608. <ClCompile Include="src\pk\asn1\der\bit\der_decode_raw_bit_string.c" />
  609. <ClCompile Include="src\pk\asn1\der\bit\der_encode_bit_string.c" />
  610. <ClCompile Include="src\pk\asn1\der\bit\der_encode_raw_bit_string.c" />
  611. <ClCompile Include="src\pk\asn1\der\bit\der_length_bit_string.c" />
  612. <ClCompile Include="src\pk\asn1\der\boolean\der_decode_boolean.c" />
  613. <ClCompile Include="src\pk\asn1\der\boolean\der_encode_boolean.c" />
  614. <ClCompile Include="src\pk\asn1\der\boolean\der_length_boolean.c" />
  615. <ClCompile Include="src\pk\asn1\der\choice\der_decode_choice.c" />
  616. <ClCompile Include="src\pk\asn1\der\generalizedtime\der_decode_generalizedtime.c" />
  617. <ClCompile Include="src\pk\asn1\der\generalizedtime\der_encode_generalizedtime.c" />
  618. <ClCompile Include="src\pk\asn1\der\generalizedtime\der_length_generalizedtime.c" />
  619. <ClCompile Include="src\pk\asn1\der\ia5\der_decode_ia5_string.c" />
  620. <ClCompile Include="src\pk\asn1\der\ia5\der_encode_ia5_string.c" />
  621. <ClCompile Include="src\pk\asn1\der\ia5\der_length_ia5_string.c" />
  622. <ClCompile Include="src\pk\asn1\der\integer\der_decode_integer.c" />
  623. <ClCompile Include="src\pk\asn1\der\integer\der_encode_integer.c" />
  624. <ClCompile Include="src\pk\asn1\der\integer\der_length_integer.c" />
  625. <ClCompile Include="src\pk\asn1\der\object_identifier\der_decode_object_identifier.c" />
  626. <ClCompile Include="src\pk\asn1\der\object_identifier\der_encode_object_identifier.c" />
  627. <ClCompile Include="src\pk\asn1\der\object_identifier\der_length_object_identifier.c" />
  628. <ClCompile Include="src\pk\asn1\der\octet\der_decode_octet_string.c" />
  629. <ClCompile Include="src\pk\asn1\der\octet\der_encode_octet_string.c" />
  630. <ClCompile Include="src\pk\asn1\der\octet\der_length_octet_string.c" />
  631. <ClCompile Include="src\pk\asn1\der\printable_string\der_decode_printable_string.c" />
  632. <ClCompile Include="src\pk\asn1\der\printable_string\der_encode_printable_string.c" />
  633. <ClCompile Include="src\pk\asn1\der\printable_string\der_length_printable_string.c" />
  634. <ClCompile Include="src\pk\asn1\der\sequence\der_decode_sequence_ex.c" />
  635. <ClCompile Include="src\pk\asn1\der\sequence\der_decode_sequence_flexi.c" />
  636. <ClCompile Include="src\pk\asn1\der\sequence\der_decode_sequence_multi.c" />
  637. <ClCompile Include="src\pk\asn1\der\sequence\der_decode_subject_public_key_info.c" />
  638. <ClCompile Include="src\pk\asn1\der\sequence\der_encode_sequence_ex.c" />
  639. <ClCompile Include="src\pk\asn1\der\sequence\der_encode_sequence_multi.c" />
  640. <ClCompile Include="src\pk\asn1\der\sequence\der_encode_subject_public_key_info.c" />
  641. <ClCompile Include="src\pk\asn1\der\sequence\der_length_sequence.c" />
  642. <ClCompile Include="src\pk\asn1\der\sequence\der_sequence_free.c" />
  643. <ClCompile Include="src\pk\asn1\der\sequence\der_sequence_shrink.c" />
  644. <ClCompile Include="src\pk\asn1\der\set\der_encode_set.c" />
  645. <ClCompile Include="src\pk\asn1\der\set\der_encode_setof.c" />
  646. <ClCompile Include="src\pk\asn1\der\short_integer\der_decode_short_integer.c" />
  647. <ClCompile Include="src\pk\asn1\der\short_integer\der_encode_short_integer.c" />
  648. <ClCompile Include="src\pk\asn1\der\short_integer\der_length_short_integer.c" />
  649. <ClCompile Include="src\pk\asn1\der\teletex_string\der_decode_teletex_string.c" />
  650. <ClCompile Include="src\pk\asn1\der\teletex_string\der_length_teletex_string.c" />
  651. <ClCompile Include="src\pk\asn1\der\utctime\der_decode_utctime.c" />
  652. <ClCompile Include="src\pk\asn1\der\utctime\der_encode_utctime.c" />
  653. <ClCompile Include="src\pk\asn1\der\utctime\der_length_utctime.c" />
  654. <ClCompile Include="src\pk\asn1\der\utf8\der_decode_utf8_string.c" />
  655. <ClCompile Include="src\pk\asn1\der\utf8\der_encode_utf8_string.c" />
  656. <ClCompile Include="src\pk\asn1\der\utf8\der_length_utf8_string.c" />
  657. <ClCompile Include="src\pk\dh\dh.c" />
  658. <ClCompile Include="src\pk\dh\dh_check_pubkey.c" />
  659. <ClCompile Include="src\pk\dh\dh_export.c" />
  660. <ClCompile Include="src\pk\dh\dh_export_key.c" />
  661. <ClCompile Include="src\pk\dh\dh_free.c" />
  662. <ClCompile Include="src\pk\dh\dh_generate_key.c" />
  663. <ClCompile Include="src\pk\dh\dh_import.c" />
  664. <ClCompile Include="src\pk\dh\dh_set.c" />
  665. <ClCompile Include="src\pk\dh\dh_set_pg_dhparam.c" />
  666. <ClCompile Include="src\pk\dh\dh_shared_secret.c" />
  667. <ClCompile Include="src\pk\dsa\dsa_decrypt_key.c" />
  668. <ClCompile Include="src\pk\dsa\dsa_encrypt_key.c" />
  669. <ClCompile Include="src\pk\dsa\dsa_export.c" />
  670. <ClCompile Include="src\pk\dsa\dsa_free.c" />
  671. <ClCompile Include="src\pk\dsa\dsa_generate_key.c" />
  672. <ClCompile Include="src\pk\dsa\dsa_generate_pqg.c" />
  673. <ClCompile Include="src\pk\dsa\dsa_import.c" />
  674. <ClCompile Include="src\pk\dsa\dsa_make_key.c" />
  675. <ClCompile Include="src\pk\dsa\dsa_set.c" />
  676. <ClCompile Include="src\pk\dsa\dsa_set_pqg_dsaparam.c" />
  677. <ClCompile Include="src\pk\dsa\dsa_shared_secret.c" />
  678. <ClCompile Include="src\pk\dsa\dsa_sign_hash.c" />
  679. <ClCompile Include="src\pk\dsa\dsa_verify_hash.c" />
  680. <ClCompile Include="src\pk\dsa\dsa_verify_key.c" />
  681. <ClCompile Include="src\pk\ecc\ecc.c" />
  682. <ClCompile Include="src\pk\ecc\ecc_ansi_x963_export.c" />
  683. <ClCompile Include="src\pk\ecc\ecc_ansi_x963_import.c" />
  684. <ClCompile Include="src\pk\ecc\ecc_decrypt_key.c" />
  685. <ClCompile Include="src\pk\ecc\ecc_encrypt_key.c" />
  686. <ClCompile Include="src\pk\ecc\ecc_export.c" />
  687. <ClCompile Include="src\pk\ecc\ecc_free.c" />
  688. <ClCompile Include="src\pk\ecc\ecc_get_size.c" />
  689. <ClCompile Include="src\pk\ecc\ecc_import.c" />
  690. <ClCompile Include="src\pk\ecc\ecc_make_key.c" />
  691. <ClCompile Include="src\pk\ecc\ecc_shared_secret.c" />
  692. <ClCompile Include="src\pk\ecc\ecc_sign_hash.c" />
  693. <ClCompile Include="src\pk\ecc\ecc_sizes.c" />
  694. <ClCompile Include="src\pk\ecc\ecc_test.c" />
  695. <ClCompile Include="src\pk\ecc\ecc_verify_hash.c" />
  696. <ClCompile Include="src\pk\ecc\ltc_ecc_is_valid_idx.c" />
  697. <ClCompile Include="src\pk\ecc\ltc_ecc_map.c" />
  698. <ClCompile Include="src\pk\ecc\ltc_ecc_mul2add.c" />
  699. <ClCompile Include="src\pk\ecc\ltc_ecc_mulmod.c" />
  700. <ClCompile Include="src\pk\ecc\ltc_ecc_mulmod_timing.c" />
  701. <ClCompile Include="src\pk\ecc\ltc_ecc_points.c" />
  702. <ClCompile Include="src\pk\ecc\ltc_ecc_projective_add_point.c" />
  703. <ClCompile Include="src\pk\ecc\ltc_ecc_projective_dbl_point.c" />
  704. <ClCompile Include="src\pk\katja\katja_decrypt_key.c" />
  705. <ClCompile Include="src\pk\katja\katja_encrypt_key.c" />
  706. <ClCompile Include="src\pk\katja\katja_export.c" />
  707. <ClCompile Include="src\pk\katja\katja_exptmod.c" />
  708. <ClCompile Include="src\pk\katja\katja_free.c" />
  709. <ClCompile Include="src\pk\katja\katja_import.c" />
  710. <ClCompile Include="src\pk\katja\katja_make_key.c" />
  711. <ClCompile Include="src\pk\pkcs1\pkcs_1_i2osp.c" />
  712. <ClCompile Include="src\pk\pkcs1\pkcs_1_mgf1.c" />
  713. <ClCompile Include="src\pk\pkcs1\pkcs_1_oaep_decode.c" />
  714. <ClCompile Include="src\pk\pkcs1\pkcs_1_oaep_encode.c" />
  715. <ClCompile Include="src\pk\pkcs1\pkcs_1_os2ip.c" />
  716. <ClCompile Include="src\pk\pkcs1\pkcs_1_pss_decode.c" />
  717. <ClCompile Include="src\pk\pkcs1\pkcs_1_pss_encode.c" />
  718. <ClCompile Include="src\pk\pkcs1\pkcs_1_v1_5_decode.c" />
  719. <ClCompile Include="src\pk\pkcs1\pkcs_1_v1_5_encode.c" />
  720. <ClCompile Include="src\pk\rsa\rsa_decrypt_key.c" />
  721. <ClCompile Include="src\pk\rsa\rsa_encrypt_key.c" />
  722. <ClCompile Include="src\pk\rsa\rsa_export.c" />
  723. <ClCompile Include="src\pk\rsa\rsa_exptmod.c" />
  724. <ClCompile Include="src\pk\rsa\rsa_free.c" />
  725. <ClCompile Include="src\pk\rsa\rsa_get_size.c" />
  726. <ClCompile Include="src\pk\rsa\rsa_import.c" />
  727. <ClCompile Include="src\pk\rsa\rsa_import_pkcs8.c" />
  728. <ClCompile Include="src\pk\rsa\rsa_import_x509.c" />
  729. <ClCompile Include="src\pk\rsa\rsa_make_key.c" />
  730. <ClCompile Include="src\pk\rsa\rsa_set.c" />
  731. <ClCompile Include="src\pk\rsa\rsa_sign_hash.c" />
  732. <ClCompile Include="src\pk\rsa\rsa_sign_saltlen_get.c" />
  733. <ClCompile Include="src\pk\rsa\rsa_verify_hash.c" />
  734. <ClCompile Include="src\prngs\chacha20.c" />
  735. <ClCompile Include="src\prngs\fortuna.c" />
  736. <ClCompile Include="src\prngs\rc4.c" />
  737. <ClCompile Include="src\prngs\rng_get_bytes.c" />
  738. <ClCompile Include="src\prngs\rng_make_prng.c" />
  739. <ClCompile Include="src\prngs\sober128.c" />
  740. <ClCompile Include="src\prngs\sprng.c" />
  741. <ClCompile Include="src\prngs\yarrow.c" />
  742. <ClCompile Include="src\stream\chacha\chacha_crypt.c" />
  743. <ClCompile Include="src\stream\chacha\chacha_done.c" />
  744. <ClCompile Include="src\stream\chacha\chacha_ivctr32.c" />
  745. <ClCompile Include="src\stream\chacha\chacha_ivctr64.c" />
  746. <ClCompile Include="src\stream\chacha\chacha_keystream.c" />
  747. <ClCompile Include="src\stream\chacha\chacha_setup.c" />
  748. <ClCompile Include="src\stream\chacha\chacha_test.c" />
  749. <ClCompile Include="src\stream\rc4\rc4_stream.c" />
  750. <ClCompile Include="src\stream\rc4\rc4_test.c" />
  751. <ClCompile Include="src\stream\sober128\sober128tab.c">
  752. <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</ExcludedFromBuild>
  753. <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</ExcludedFromBuild>
  754. <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|arm64'">true</ExcludedFromBuild>
  755. <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">true</ExcludedFromBuild>
  756. <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release|x64'">true</ExcludedFromBuild>
  757. <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release|arm64'">true</ExcludedFromBuild>
  758. </ClCompile>
  759. <ClCompile Include="src\stream\sober128\sober128_stream.c" />
  760. <ClCompile Include="src\stream\sober128\sober128_test.c" />
  761. </ItemGroup>
  762. <ItemGroup>
  763. <ClInclude Include="src\headers\tomcrypt.h" />
  764. <ClInclude Include="src\headers\tomcrypt_argchk.h" />
  765. <ClInclude Include="src\headers\tomcrypt_cfg.h" />
  766. <ClInclude Include="src\headers\tomcrypt_cipher.h" />
  767. <ClInclude Include="src\headers\tomcrypt_custom.h" />
  768. <ClInclude Include="src\headers\tomcrypt_hash.h" />
  769. <ClInclude Include="src\headers\tomcrypt_mac.h" />
  770. <ClInclude Include="src\headers\tomcrypt_macros.h" />
  771. <ClInclude Include="src\headers\tomcrypt_math.h" />
  772. <ClInclude Include="src\headers\tomcrypt_misc.h" />
  773. <ClInclude Include="src\headers\tomcrypt_pk.h" />
  774. <ClInclude Include="src\headers\tomcrypt_pkcs.h" />
  775. <ClInclude Include="src\headers\tomcrypt_prng.h" />
  776. </ItemGroup>
  777. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
  778. <ImportGroup Label="ExtensionTargets">
  779. </ImportGroup>
  780. </Project>