blob: c2051e6d671056a2c825f6fdf31a327a94a75793 [file] [log] [blame]
Manuel Pégourié-Gonnard2a0718d2015-01-29 11:29:12 +00001<?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="Release|Win32">
13 <Configuration>Release</Configuration>
14 <Platform>Win32</Platform>
15 </ProjectConfiguration>
16 <ProjectConfiguration Include="Release|x64">
17 <Configuration>Release</Configuration>
18 <Platform>x64</Platform>
19 </ProjectConfiguration>
20 </ItemGroup>
21 <PropertyGroup Label="Globals">
22 <ProjectGuid>{46CF2D25-6A36-4189-B59C-E4815388E554}</ProjectGuid>
23 <Keyword>Win32Proj</Keyword>
Gilles Peskine2ae678d2020-03-24 22:10:57 +010024 <RootNamespace>mbedTLS</RootNamespace>
Manuel Pégourié-Gonnard2a0718d2015-01-29 11:29:12 +000025 </PropertyGroup>
26 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
27 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
28 <ConfigurationType>StaticLibrary</ConfigurationType>
29 <UseDebugLibraries>true</UseDebugLibraries>
30 <CharacterSet>Unicode</CharacterSet>
31 </PropertyGroup>
32 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
33 <ConfigurationType>StaticLibrary</ConfigurationType>
34 <UseDebugLibraries>true</UseDebugLibraries>
35 <CharacterSet>Unicode</CharacterSet>
36 </PropertyGroup>
37 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
38 <ConfigurationType>StaticLibrary</ConfigurationType>
39 <UseDebugLibraries>false</UseDebugLibraries>
40 <WholeProgramOptimization>true</WholeProgramOptimization>
41 <CharacterSet>Unicode</CharacterSet>
42 </PropertyGroup>
43 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
44 <ConfigurationType>StaticLibrary</ConfigurationType>
45 <UseDebugLibraries>false</UseDebugLibraries>
46 <WholeProgramOptimization>true</WholeProgramOptimization>
47 <CharacterSet>Unicode</CharacterSet>
Manuel Pégourié-Gonnard2a0718d2015-01-29 11:29:12 +000048 </PropertyGroup>
49 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
50 <ImportGroup Label="ExtensionSettings">
51 </ImportGroup>
52 <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
53 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
54 </ImportGroup>
55 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets">
56 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
57 </ImportGroup>
58 <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
59 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
60 </ImportGroup>
61 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets">
62 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
63 </ImportGroup>
64 <PropertyGroup Label="UserMacros" />
65 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
66 <LinkIncremental>true</LinkIncremental>
Simon Butcher6406e812017-03-01 22:25:12 +000067 <IntDir>$(Configuration)\$(TargetName)\</IntDir>
Manuel Pégourié-Gonnard2a0718d2015-01-29 11:29:12 +000068 </PropertyGroup>
69 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
70 <LinkIncremental>true</LinkIncremental>
Simon Butcher6406e812017-03-01 22:25:12 +000071 <IntDir>$(Configuration)\$(TargetName)\</IntDir>
Manuel Pégourié-Gonnard2a0718d2015-01-29 11:29:12 +000072 </PropertyGroup>
73 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
74 <LinkIncremental>false</LinkIncremental>
Simon Butcher6406e812017-03-01 22:25:12 +000075 <IntDir>$(Configuration)\$(TargetName)\</IntDir>
Manuel Pégourié-Gonnard2a0718d2015-01-29 11:29:12 +000076 </PropertyGroup>
77 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
78 <LinkIncremental>false</LinkIncremental>
Simon Butcher6406e812017-03-01 22:25:12 +000079 <IntDir>$(Configuration)\$(TargetName)\</IntDir>
Manuel Pégourié-Gonnard2a0718d2015-01-29 11:29:12 +000080 </PropertyGroup>
81 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
82 <ClCompile>
Manuel Pégourié-Gonnard2a0718d2015-01-29 11:29:12 +000083 <WarningLevel>Level3</WarningLevel>
84 <Optimization>Disabled</Optimization>
irwirfcdea0f2020-05-19 19:48:27 +030085 <PreprocessorDefinitions>_USRDLL;MBEDTLS_EXPORTS;KRML_VERIFIED_UINT128;%(PreprocessorDefinitions)</PreprocessorDefinitions>
Andrzej Kurekb78cf2b2019-04-26 05:54:15 -040086 <AdditionalIncludeDirectories>
Gilles Peskine66c3dc42020-06-03 02:25:17 +020087../../library;../../include;../../3rdparty/everest/include/;../../3rdparty/everest/include/everest;../../3rdparty/everest/include/everest/vs2010;../../3rdparty/everest/include/everest/kremlib;../../tests/include </AdditionalIncludeDirectories>
Manuel Pégourié-Gonnard2a0718d2015-01-29 11:29:12 +000088 <CompileAs>CompileAsC</CompileAs>
89 </ClCompile>
90 <Link>
91 <SubSystem>Windows</SubSystem>
92 <GenerateDebugInformation>true</GenerateDebugInformation>
93 </Link>
94 </ItemDefinitionGroup>
95 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
96 <ClCompile>
Manuel Pégourié-Gonnard2a0718d2015-01-29 11:29:12 +000097 <WarningLevel>Level3</WarningLevel>
98 <Optimization>Disabled</Optimization>
irwirfcdea0f2020-05-19 19:48:27 +030099 <PreprocessorDefinitions>_USRDLL;MBEDTLS_EXPORTS;KRML_VERIFIED_UINT128;%(PreprocessorDefinitions)</PreprocessorDefinitions>
Andrzej Kurekb78cf2b2019-04-26 05:54:15 -0400100 <AdditionalIncludeDirectories>
Gilles Peskine66c3dc42020-06-03 02:25:17 +0200101../../library;../../include;../../3rdparty/everest/include/;../../3rdparty/everest/include/everest;../../3rdparty/everest/include/everest/vs2010;../../3rdparty/everest/include/everest/kremlib;../../tests/include </AdditionalIncludeDirectories>
Manuel Pégourié-Gonnard2a0718d2015-01-29 11:29:12 +0000102 <CompileAs>CompileAsC</CompileAs>
103 </ClCompile>
104 <Link>
105 <SubSystem>Windows</SubSystem>
106 <GenerateDebugInformation>true</GenerateDebugInformation>
107 </Link>
108 </ItemDefinitionGroup>
109 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
110 <ClCompile>
111 <WarningLevel>Level3</WarningLevel>
Manuel Pégourié-Gonnard2a0718d2015-01-29 11:29:12 +0000112 <Optimization>MaxSpeed</Optimization>
113 <FunctionLevelLinking>true</FunctionLevelLinking>
114 <IntrinsicFunctions>true</IntrinsicFunctions>
irwirfcdea0f2020-05-19 19:48:27 +0300115 <PreprocessorDefinitions>NDEBUG;_USRDLL;MBEDTLS_EXPORTS;KRML_VERIFIED_UINT128;%(PreprocessorDefinitions)</PreprocessorDefinitions>
Andrzej Kurekb78cf2b2019-04-26 05:54:15 -0400116 <AdditionalIncludeDirectories>
Gilles Peskine66c3dc42020-06-03 02:25:17 +0200117../../library;../../include;../../3rdparty/everest/include/;../../3rdparty/everest/include/everest;../../3rdparty/everest/include/everest/vs2010;../../3rdparty/everest/include/everest/kremlib;../../tests/include </AdditionalIncludeDirectories>
Manuel Pégourié-Gonnard2a0718d2015-01-29 11:29:12 +0000118 </ClCompile>
119 <Link>
120 <SubSystem>Windows</SubSystem>
121 <GenerateDebugInformation>true</GenerateDebugInformation>
122 <EnableCOMDATFolding>true</EnableCOMDATFolding>
123 <OptimizeReferences>true</OptimizeReferences>
124 </Link>
125 </ItemDefinitionGroup>
126 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
127 <ClCompile>
128 <WarningLevel>Level3</WarningLevel>
Manuel Pégourié-Gonnard2a0718d2015-01-29 11:29:12 +0000129 <Optimization>MaxSpeed</Optimization>
130 <FunctionLevelLinking>true</FunctionLevelLinking>
131 <IntrinsicFunctions>true</IntrinsicFunctions>
Gilles Peskine2ae678d2020-03-24 22:10:57 +0100132 <PreprocessorDefinitions>WIN64;NDEBUG;_WINDOWS;_USRDLL;MBEDTLS_EXPORTS;KRML_VERIFIED_UINT128;%(PreprocessorDefinitions)</PreprocessorDefinitions>
Andrzej Kurekb78cf2b2019-04-26 05:54:15 -0400133 <AdditionalIncludeDirectories>
Gilles Peskine66c3dc42020-06-03 02:25:17 +0200134../../library;../../include;../../3rdparty/everest/include/;../../3rdparty/everest/include/everest;../../3rdparty/everest/include/everest/vs2010;../../3rdparty/everest/include/everest/kremlib;../../tests/include </AdditionalIncludeDirectories>
Manuel Pégourié-Gonnard2a0718d2015-01-29 11:29:12 +0000135 </ClCompile>
136 <Link>
137 <SubSystem>Windows</SubSystem>
138 <GenerateDebugInformation>true</GenerateDebugInformation>
139 <EnableCOMDATFolding>true</EnableCOMDATFolding>
140 <OptimizeReferences>true</OptimizeReferences>
141 </Link>
142 </ItemDefinitionGroup>
143 <ItemGroup>
Manuel Pégourié-Gonnard7f809972015-03-09 17:05:11 +0000144 <ClInclude Include="..\..\include\mbedtls\aes.h" />
145 <ClInclude Include="..\..\include\mbedtls\aesni.h" />
146 <ClInclude Include="..\..\include\mbedtls\arc4.h" />
Manuel Pégourié-Gonnard707e9622018-05-09 10:57:04 +0200147 <ClInclude Include="..\..\include\mbedtls\aria.h" />
Manuel Pégourié-Gonnard7f809972015-03-09 17:05:11 +0000148 <ClInclude Include="..\..\include\mbedtls\asn1.h" />
149 <ClInclude Include="..\..\include\mbedtls\asn1write.h" />
150 <ClInclude Include="..\..\include\mbedtls\base64.h" />
151 <ClInclude Include="..\..\include\mbedtls\bignum.h" />
152 <ClInclude Include="..\..\include\mbedtls\blowfish.h" />
153 <ClInclude Include="..\..\include\mbedtls\bn_mul.h" />
154 <ClInclude Include="..\..\include\mbedtls\camellia.h" />
155 <ClInclude Include="..\..\include\mbedtls\ccm.h" />
156 <ClInclude Include="..\..\include\mbedtls\certs.h" />
Manuel Pégourié-Gonnardf30dbdc2018-06-07 13:04:35 +0200157 <ClInclude Include="..\..\include\mbedtls\chacha20.h" />
158 <ClInclude Include="..\..\include\mbedtls\chachapoly.h" />
Manuel Pégourié-Gonnard7f809972015-03-09 17:05:11 +0000159 <ClInclude Include="..\..\include\mbedtls\check_config.h" />
160 <ClInclude Include="..\..\include\mbedtls\cipher.h" />
Manuel Pégourié-Gonnardf7c42d82015-06-25 11:29:35 +0200161 <ClInclude Include="..\..\include\mbedtls\cipher_internal.h" />
Simon Butcher16c54ee2016-10-16 19:34:39 +0100162 <ClInclude Include="..\..\include\mbedtls\cmac.h" />
Manuel Pégourié-Gonnard51f14be2015-05-14 13:04:03 +0200163 <ClInclude Include="..\..\include\mbedtls\compat-1.3.h" />
Manuel Pégourié-Gonnard7f809972015-03-09 17:05:11 +0000164 <ClInclude Include="..\..\include\mbedtls\config.h" />
John Durkop736eb1d2020-09-24 21:11:10 -0700165 <ClInclude Include="..\..\include\mbedtls\config_psa.h" />
Manuel Pégourié-Gonnard7f809972015-03-09 17:05:11 +0000166 <ClInclude Include="..\..\include\mbedtls\ctr_drbg.h" />
167 <ClInclude Include="..\..\include\mbedtls\debug.h" />
168 <ClInclude Include="..\..\include\mbedtls\des.h" />
169 <ClInclude Include="..\..\include\mbedtls\dhm.h" />
170 <ClInclude Include="..\..\include\mbedtls\ecdh.h" />
171 <ClInclude Include="..\..\include\mbedtls\ecdsa.h" />
Simon Butcher8254ed22015-11-04 11:04:00 +0000172 <ClInclude Include="..\..\include\mbedtls\ecjpake.h" />
Manuel Pégourié-Gonnard7f809972015-03-09 17:05:11 +0000173 <ClInclude Include="..\..\include\mbedtls\ecp.h" />
Simon Butcherfea20782017-05-15 15:11:12 +0100174 <ClInclude Include="..\..\include\mbedtls\ecp_internal.h" />
Manuel Pégourié-Gonnard7f809972015-03-09 17:05:11 +0000175 <ClInclude Include="..\..\include\mbedtls\entropy.h" />
176 <ClInclude Include="..\..\include\mbedtls\entropy_poll.h" />
177 <ClInclude Include="..\..\include\mbedtls\error.h" />
178 <ClInclude Include="..\..\include\mbedtls\gcm.h" />
179 <ClInclude Include="..\..\include\mbedtls\havege.h" />
Thomas Fossati656864b2016-07-17 08:51:22 +0100180 <ClInclude Include="..\..\include\mbedtls\hkdf.h" />
Manuel Pégourié-Gonnard7f809972015-03-09 17:05:11 +0000181 <ClInclude Include="..\..\include\mbedtls\hmac_drbg.h" />
182 <ClInclude Include="..\..\include\mbedtls\md.h" />
183 <ClInclude Include="..\..\include\mbedtls\md2.h" />
184 <ClInclude Include="..\..\include\mbedtls\md4.h" />
185 <ClInclude Include="..\..\include\mbedtls\md5.h" />
Manuel Pégourié-Gonnardf7c42d82015-06-25 11:29:35 +0200186 <ClInclude Include="..\..\include\mbedtls\md_internal.h" />
Manuel Pégourié-Gonnard7f809972015-03-09 17:05:11 +0000187 <ClInclude Include="..\..\include\mbedtls\memory_buffer_alloc.h" />
Simon Butcher16c54ee2016-10-16 19:34:39 +0100188 <ClInclude Include="..\..\include\mbedtls\net.h" />
Andres AG788aa4a2016-09-14 14:32:09 +0100189 <ClInclude Include="..\..\include\mbedtls\net_sockets.h" />
Ron Eldorcb349ac2018-07-15 09:29:47 +0300190 <ClInclude Include="..\..\include\mbedtls\nist_kw.h" />
Manuel Pégourié-Gonnard7f809972015-03-09 17:05:11 +0000191 <ClInclude Include="..\..\include\mbedtls\oid.h" />
192 <ClInclude Include="..\..\include\mbedtls\padlock.h" />
Manuel Pégourié-Gonnard7f809972015-03-09 17:05:11 +0000193 <ClInclude Include="..\..\include\mbedtls\pem.h" />
194 <ClInclude Include="..\..\include\mbedtls\pk.h" />
Manuel Pégourié-Gonnardf7c42d82015-06-25 11:29:35 +0200195 <ClInclude Include="..\..\include\mbedtls\pk_internal.h" />
Manuel Pégourié-Gonnard7f809972015-03-09 17:05:11 +0000196 <ClInclude Include="..\..\include\mbedtls\pkcs11.h" />
197 <ClInclude Include="..\..\include\mbedtls\pkcs12.h" />
198 <ClInclude Include="..\..\include\mbedtls\pkcs5.h" />
199 <ClInclude Include="..\..\include\mbedtls\platform.h" />
Simon Butcher16c54ee2016-10-16 19:34:39 +0100200 <ClInclude Include="..\..\include\mbedtls\platform_time.h" />
Andres Amaya Garcia96449832018-04-17 10:03:44 -0500201 <ClInclude Include="..\..\include\mbedtls\platform_util.h" />
Manuel Pégourié-Gonnardf30dbdc2018-06-07 13:04:35 +0200202 <ClInclude Include="..\..\include\mbedtls\poly1305.h" />
Hanno Becker77030422018-11-18 07:16:46 +0000203 <ClInclude Include="..\..\include\mbedtls\psa_util.h" />
Manuel Pégourié-Gonnard7f809972015-03-09 17:05:11 +0000204 <ClInclude Include="..\..\include\mbedtls\ripemd160.h" />
205 <ClInclude Include="..\..\include\mbedtls\rsa.h" />
Hanno Beckeradb0b2e2018-01-10 10:35:11 +0000206 <ClInclude Include="..\..\include\mbedtls\rsa_internal.h" />
Manuel Pégourié-Gonnard7f809972015-03-09 17:05:11 +0000207 <ClInclude Include="..\..\include\mbedtls\sha1.h" />
208 <ClInclude Include="..\..\include\mbedtls\sha256.h" />
209 <ClInclude Include="..\..\include\mbedtls\sha512.h" />
210 <ClInclude Include="..\..\include\mbedtls\ssl.h" />
211 <ClInclude Include="..\..\include\mbedtls\ssl_cache.h" />
212 <ClInclude Include="..\..\include\mbedtls\ssl_ciphersuites.h" />
213 <ClInclude Include="..\..\include\mbedtls\ssl_cookie.h" />
Manuel Pégourié-Gonnardf7c42d82015-06-25 11:29:35 +0200214 <ClInclude Include="..\..\include\mbedtls\ssl_internal.h" />
215 <ClInclude Include="..\..\include\mbedtls\ssl_ticket.h" />
Manuel Pégourié-Gonnard7f809972015-03-09 17:05:11 +0000216 <ClInclude Include="..\..\include\mbedtls\threading.h" />
217 <ClInclude Include="..\..\include\mbedtls\timing.h" />
218 <ClInclude Include="..\..\include\mbedtls\version.h" />
219 <ClInclude Include="..\..\include\mbedtls\x509.h" />
220 <ClInclude Include="..\..\include\mbedtls\x509_crl.h" />
221 <ClInclude Include="..\..\include\mbedtls\x509_crt.h" />
222 <ClInclude Include="..\..\include\mbedtls\x509_csr.h" />
223 <ClInclude Include="..\..\include\mbedtls\xtea.h" />
Gilles Peskinee59236f2018-01-27 23:32:46 +0100224 <ClInclude Include="..\..\include\psa\crypto.h" />
Gilles Peskine7a894f22019-11-26 16:06:46 +0100225 <ClInclude Include="..\..\include\psa\crypto_compat.h" />
John Durkop736eb1d2020-09-24 21:11:10 -0700226 <ClInclude Include="..\..\include\psa\crypto_config.h" />
Gilles Peskine75976892018-12-12 15:55:09 +0100227 <ClInclude Include="..\..\include\psa\crypto_driver_common.h" />
Gilles Peskinee59236f2018-01-27 23:32:46 +0100228 <ClInclude Include="..\..\include\psa\crypto_extra.h" />
Darryl Green16923632018-07-20 13:29:25 +0100229 <ClInclude Include="..\..\include\psa\crypto_platform.h" />
Gilles Peskine75976892018-12-12 15:55:09 +0100230 <ClInclude Include="..\..\include\psa\crypto_se_driver.h" />
Darryl Green16923632018-07-20 13:29:25 +0100231 <ClInclude Include="..\..\include\psa\crypto_sizes.h" />
232 <ClInclude Include="..\..\include\psa\crypto_struct.h" />
Gilles Peskinef3b731e2018-12-12 13:38:31 +0100233 <ClInclude Include="..\..\include\psa\crypto_types.h" />
234 <ClInclude Include="..\..\include\psa\crypto_values.h" />
Gilles Peskine57948362021-02-13 00:14:28 +0100235 <ClInclude Include="..\..\tests\include\test\asn1_helpers.h" />
Manuel Pégourié-Gonnard6240def2020-07-10 09:35:54 +0200236 <ClInclude Include="..\..\tests\include\test\constant_flow.h" />
Gilles Peskine1af872d2021-01-20 20:02:01 +0100237 <ClInclude Include="..\..\tests\include\test\fake_external_rng_for_test.h" />
Ronald Cron8dc0af22020-06-05 16:00:22 +0200238 <ClInclude Include="..\..\tests\include\test\helpers.h" />
239 <ClInclude Include="..\..\tests\include\test\macros.h" />
240 <ClInclude Include="..\..\tests\include\test\psa_crypto_helpers.h" />
Gilles Peskine66e7b902021-02-12 23:40:58 +0100241 <ClInclude Include="..\..\tests\include\test\psa_exercise_key.h" />
Ronald Cron8dc0af22020-06-05 16:00:22 +0200242 <ClInclude Include="..\..\tests\include\test\psa_helpers.h" />
243 <ClInclude Include="..\..\tests\include\test\random.h" />
Steven Cooreman435beea2020-09-03 16:37:54 +0200244 <ClInclude Include="..\..\tests\include\test\drivers\cipher.h" />
Steven Cooremanc4813a62020-10-23 11:45:43 +0200245 <ClInclude Include="..\..\tests\include\test\drivers\key_management.h" />
Steven Cooreman0d7c64d2020-09-07 16:17:55 +0200246 <ClInclude Include="..\..\tests\include\test\drivers\signature.h" />
John Durkop9a689842020-09-22 07:39:28 -0700247 <ClInclude Include="..\..\tests\include\test\drivers\size.h" />
Steven Cooreman0d7c64d2020-09-07 16:17:55 +0200248 <ClInclude Include="..\..\tests\include\test\drivers\test_driver.h" />
John Durkop07cc04a2020-11-16 22:08:34 -0800249 <ClInclude Include="..\..\library\check_crypto_config.h" />
Gilles Peskinec4672fd2019-09-11 13:39:11 +0200250 <ClInclude Include="..\..\library\common.h" />
Gilles Peskineb41f88f2020-02-12 20:45:18 +0100251 <ClInclude Include="..\..\library\psa_crypto_core.h" />
Steven Cooremancd84cb42020-07-16 20:28:36 +0200252 <ClInclude Include="..\..\library\psa_crypto_driver_wrappers.h" />
Ronald Cron00b7bfc2020-11-25 15:25:26 +0100253 <ClInclude Include="..\..\library\psa_crypto_ecp.h" />
Gilles Peskineb41f88f2020-02-12 20:45:18 +0100254 <ClInclude Include="..\..\library\psa_crypto_invasive.h" />
255 <ClInclude Include="..\..\library\psa_crypto_its.h" />
Gilles Peskineb2b64d32020-12-14 16:43:58 +0100256 <ClInclude Include="..\..\library\psa_crypto_random_impl.h" />
Ronald Cron00b7bfc2020-11-25 15:25:26 +0100257 <ClInclude Include="..\..\library\psa_crypto_rsa.h" />
Gilles Peskineb41f88f2020-02-12 20:45:18 +0100258 <ClInclude Include="..\..\library\psa_crypto_se.h" />
259 <ClInclude Include="..\..\library\psa_crypto_service_integration.h" />
260 <ClInclude Include="..\..\library\psa_crypto_slot_management.h" />
261 <ClInclude Include="..\..\library\psa_crypto_storage.h" />
Manuel Pégourié-Gonnard045f0942020-07-02 11:34:02 +0200262 <ClInclude Include="..\..\library\ssl_invasive.h" />
Hanno Beckerbe9d6642020-08-21 13:20:06 +0100263 <ClInclude Include="..\..\library\ssl_tls13_keys.h" />
Christoph M. Wintersteiger48d26c22018-12-06 18:59:19 +0000264 <ClInclude Include="..\..\3rdparty\everest\include\everest\everest.h" />
265 <ClInclude Include="..\..\3rdparty\everest\include\everest\Hacl_Curve25519.h" />
266 <ClInclude Include="..\..\3rdparty\everest\include\everest\kremlib.h" />
267 <ClInclude Include="..\..\3rdparty\everest\include\everest\x25519.h" />
Manuel Pégourié-Gonnard2a0718d2015-01-29 11:29:12 +0000268 </ItemGroup>
269 <ItemGroup>
270 <ClCompile Include="..\..\library\aes.c" />
271 <ClCompile Include="..\..\library\aesni.c" />
272 <ClCompile Include="..\..\library\arc4.c" />
Manuel Pégourié-Gonnard707e9622018-05-09 10:57:04 +0200273 <ClCompile Include="..\..\library\aria.c" />
Manuel Pégourié-Gonnard2a0718d2015-01-29 11:29:12 +0000274 <ClCompile Include="..\..\library\asn1parse.c" />
275 <ClCompile Include="..\..\library\asn1write.c" />
276 <ClCompile Include="..\..\library\base64.c" />
277 <ClCompile Include="..\..\library\bignum.c" />
278 <ClCompile Include="..\..\library\blowfish.c" />
279 <ClCompile Include="..\..\library\camellia.c" />
280 <ClCompile Include="..\..\library\ccm.c" />
281 <ClCompile Include="..\..\library\certs.c" />
Manuel Pégourié-Gonnardf30dbdc2018-06-07 13:04:35 +0200282 <ClCompile Include="..\..\library\chacha20.c" />
283 <ClCompile Include="..\..\library\chachapoly.c" />
Manuel Pégourié-Gonnard2a0718d2015-01-29 11:29:12 +0000284 <ClCompile Include="..\..\library\cipher.c" />
285 <ClCompile Include="..\..\library\cipher_wrap.c" />
Simon Butcher16c54ee2016-10-16 19:34:39 +0100286 <ClCompile Include="..\..\library\cmac.c" />
Manuel Pégourié-Gonnard2a0718d2015-01-29 11:29:12 +0000287 <ClCompile Include="..\..\library\ctr_drbg.c" />
288 <ClCompile Include="..\..\library\debug.c" />
289 <ClCompile Include="..\..\library\des.c" />
290 <ClCompile Include="..\..\library\dhm.c" />
291 <ClCompile Include="..\..\library\ecdh.c" />
292 <ClCompile Include="..\..\library\ecdsa.c" />
Simon Butcher8254ed22015-11-04 11:04:00 +0000293 <ClCompile Include="..\..\library\ecjpake.c" />
Manuel Pégourié-Gonnard2a0718d2015-01-29 11:29:12 +0000294 <ClCompile Include="..\..\library\ecp.c" />
295 <ClCompile Include="..\..\library\ecp_curves.c" />
296 <ClCompile Include="..\..\library\entropy.c" />
297 <ClCompile Include="..\..\library\entropy_poll.c" />
298 <ClCompile Include="..\..\library\error.c" />
299 <ClCompile Include="..\..\library\gcm.c" />
300 <ClCompile Include="..\..\library\havege.c" />
Thomas Fossati656864b2016-07-17 08:51:22 +0100301 <ClCompile Include="..\..\library\hkdf.c" />
Manuel Pégourié-Gonnard2a0718d2015-01-29 11:29:12 +0000302 <ClCompile Include="..\..\library\hmac_drbg.c" />
303 <ClCompile Include="..\..\library\md.c" />
304 <ClCompile Include="..\..\library\md2.c" />
305 <ClCompile Include="..\..\library\md4.c" />
306 <ClCompile Include="..\..\library\md5.c" />
Manuel Pégourié-Gonnard2a0718d2015-01-29 11:29:12 +0000307 <ClCompile Include="..\..\library\memory_buffer_alloc.c" />
Andres AG788aa4a2016-09-14 14:32:09 +0100308 <ClCompile Include="..\..\library\net_sockets.c" />
Ron Eldorcb349ac2018-07-15 09:29:47 +0300309 <ClCompile Include="..\..\library\nist_kw.c" />
Manuel Pégourié-Gonnard2a0718d2015-01-29 11:29:12 +0000310 <ClCompile Include="..\..\library\oid.c" />
311 <ClCompile Include="..\..\library\padlock.c" />
Manuel Pégourié-Gonnard2a0718d2015-01-29 11:29:12 +0000312 <ClCompile Include="..\..\library\pem.c" />
313 <ClCompile Include="..\..\library\pk.c" />
314 <ClCompile Include="..\..\library\pk_wrap.c" />
315 <ClCompile Include="..\..\library\pkcs11.c" />
316 <ClCompile Include="..\..\library\pkcs12.c" />
317 <ClCompile Include="..\..\library\pkcs5.c" />
318 <ClCompile Include="..\..\library\pkparse.c" />
319 <ClCompile Include="..\..\library\pkwrite.c" />
320 <ClCompile Include="..\..\library\platform.c" />
Andres Amaya Garcia96449832018-04-17 10:03:44 -0500321 <ClCompile Include="..\..\library\platform_util.c" />
Manuel Pégourié-Gonnardf30dbdc2018-06-07 13:04:35 +0200322 <ClCompile Include="..\..\library\poly1305.c" />
Gilles Peskinee59236f2018-01-27 23:32:46 +0100323 <ClCompile Include="..\..\library\psa_crypto.c" />
Ronald Crond7906322021-01-28 16:07:56 +0100324 <ClCompile Include="..\..\library\psa_crypto_client.c" />
Steven Cooremancd84cb42020-07-16 20:28:36 +0200325 <ClCompile Include="..\..\library\psa_crypto_driver_wrappers.c" />
Ronald Cron00b7bfc2020-11-25 15:25:26 +0100326 <ClCompile Include="..\..\library\psa_crypto_ecp.c" />
327 <ClCompile Include="..\..\library\psa_crypto_rsa.c" />
Gilles Peskinea899a722019-06-24 14:06:43 +0200328 <ClCompile Include="..\..\library\psa_crypto_se.c" />
Gilles Peskine961849f2018-11-30 18:54:54 +0100329 <ClCompile Include="..\..\library\psa_crypto_slot_management.c" />
Darryl Greendb2b8db2018-06-15 13:06:04 +0100330 <ClCompile Include="..\..\library\psa_crypto_storage.c" />
Gilles Peskine6194dc22018-11-16 22:24:15 +0100331 <ClCompile Include="..\..\library\psa_its_file.c" />
Darryl Green16923632018-07-20 13:29:25 +0100332 <ClCompile Include="..\..\library\ripemd160.c" />
Manuel Pégourié-Gonnard2a0718d2015-01-29 11:29:12 +0000333 <ClCompile Include="..\..\library\rsa.c" />
Hanno Beckeradb0b2e2018-01-10 10:35:11 +0000334 <ClCompile Include="..\..\library\rsa_internal.c" />
Manuel Pégourié-Gonnard2a0718d2015-01-29 11:29:12 +0000335 <ClCompile Include="..\..\library\sha1.c" />
336 <ClCompile Include="..\..\library\sha256.c" />
337 <ClCompile Include="..\..\library\sha512.c" />
338 <ClCompile Include="..\..\library\ssl_cache.c" />
339 <ClCompile Include="..\..\library\ssl_ciphersuites.c" />
340 <ClCompile Include="..\..\library\ssl_cli.c" />
341 <ClCompile Include="..\..\library\ssl_cookie.c" />
Hanno Beckerabd9cef2020-02-05 11:30:37 +0000342 <ClCompile Include="..\..\library\ssl_msg.c" />
Manuel Pégourié-Gonnard2a0718d2015-01-29 11:29:12 +0000343 <ClCompile Include="..\..\library\ssl_srv.c" />
Manuel Pégourié-Gonnardf7c42d82015-06-25 11:29:35 +0200344 <ClCompile Include="..\..\library\ssl_ticket.c" />
Hanno Becker471c0c92020-02-05 11:32:03 +0000345 <ClCompile Include="..\..\library\ssl_tls.c" />
Hanno Beckerbe9d6642020-08-21 13:20:06 +0100346 <ClCompile Include="..\..\library\ssl_tls13_keys.c" />
Manuel Pégourié-Gonnard2a0718d2015-01-29 11:29:12 +0000347 <ClCompile Include="..\..\library\threading.c" />
348 <ClCompile Include="..\..\library\timing.c" />
349 <ClCompile Include="..\..\library\version.c" />
350 <ClCompile Include="..\..\library\version_features.c" />
351 <ClCompile Include="..\..\library\x509.c" />
352 <ClCompile Include="..\..\library\x509_create.c" />
353 <ClCompile Include="..\..\library\x509_crl.c" />
354 <ClCompile Include="..\..\library\x509_crt.c" />
355 <ClCompile Include="..\..\library\x509_csr.c" />
356 <ClCompile Include="..\..\library\x509write_crt.c" />
357 <ClCompile Include="..\..\library\x509write_csr.c" />
358 <ClCompile Include="..\..\library\xtea.c" />
Gilles Peskine57948362021-02-13 00:14:28 +0100359 <ClCompile Include="..\..\tests\src\asn1_helpers.c" />
Gilles Peskine1af872d2021-01-20 20:02:01 +0100360 <ClCompile Include="..\..\tests\src\fake_external_rng_for_test.c" />
Ronald Cron8dc0af22020-06-05 16:00:22 +0200361 <ClCompile Include="..\..\tests\src\helpers.c" />
Gilles Peskine514a8fd2020-11-13 17:41:53 +0100362 <ClCompile Include="..\..\tests\src\psa_crypto_helpers.c" />
Gilles Peskine66e7b902021-02-12 23:40:58 +0100363 <ClCompile Include="..\..\tests\src\psa_exercise_key.c" />
Ronald Cron8dc0af22020-06-05 16:00:22 +0200364 <ClCompile Include="..\..\tests\src\random.c" />
Gilles Peskine1061ec62021-01-29 21:17:11 +0100365 <ClCompile Include="..\..\tests\src\threading_helpers.c" />
Christoph M. Wintersteiger48d26c22018-12-06 18:59:19 +0000366 <ClCompile Include="..\..\3rdparty\everest\library\everest.c" />
Christoph M. Wintersteigerf8d4c882019-04-12 18:01:08 +0100367 <ClCompile Include="..\..\3rdparty\everest\library\Hacl_Curve25519_joined.c" />
Christoph M. Wintersteiger48d26c22018-12-06 18:59:19 +0000368 <ClCompile Include="..\..\3rdparty\everest\library\x25519.c" />
Christoph M. Wintersteiger48d26c22018-12-06 18:59:19 +0000369 <ClCompile Include="..\..\3rdparty\everest\library\kremlib\FStar_UInt128_extracted.c" />
370 <ClCompile Include="..\..\3rdparty\everest\library\kremlib\FStar_UInt64_FStar_UInt32_FStar_UInt16_FStar_UInt8.c" />
Christoph M. Wintersteiger6ea2dea12019-01-21 17:26:19 +0000371 <ClCompile Include="..\..\3rdparty\everest\library\legacy\Hacl_Curve25519.c" />
Manuel Pégourié-Gonnard2a0718d2015-01-29 11:29:12 +0000372 </ItemGroup>
373 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
374 <ImportGroup Label="ExtensionTargets">
375 </ImportGroup>
376</Project>