blob: 404a5c1231aa493625390b9c559123305c744d33 [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>
Manuel Pégourié-Gonnardedaa9a02015-01-26 15:43:46 +000024 <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>
48 <PlatformToolset>Windows7.1SDK</PlatformToolset>
49 </PropertyGroup>
50 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
51 <ImportGroup Label="ExtensionSettings">
52 </ImportGroup>
53 <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
54 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
55 </ImportGroup>
56 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets">
57 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
58 </ImportGroup>
59 <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
60 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
61 </ImportGroup>
62 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets">
63 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
64 </ImportGroup>
65 <PropertyGroup Label="UserMacros" />
66 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
67 <LinkIncremental>true</LinkIncremental>
Simon Butcher6406e812017-03-01 22:25:12 +000068 <IntDir>$(Configuration)\$(TargetName)\</IntDir>
Manuel Pégourié-Gonnard2a0718d2015-01-29 11:29:12 +000069 </PropertyGroup>
70 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
71 <LinkIncremental>true</LinkIncremental>
Simon Butcher6406e812017-03-01 22:25:12 +000072 <IntDir>$(Configuration)\$(TargetName)\</IntDir>
Manuel Pégourié-Gonnard2a0718d2015-01-29 11:29:12 +000073 </PropertyGroup>
74 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
75 <LinkIncremental>false</LinkIncremental>
Simon Butcher6406e812017-03-01 22:25:12 +000076 <IntDir>$(Configuration)\$(TargetName)\</IntDir>
Manuel Pégourié-Gonnard2a0718d2015-01-29 11:29:12 +000077 </PropertyGroup>
78 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
79 <LinkIncremental>false</LinkIncremental>
Simon Butcher6406e812017-03-01 22:25:12 +000080 <IntDir>$(Configuration)\$(TargetName)\</IntDir>
Manuel Pégourié-Gonnard2a0718d2015-01-29 11:29:12 +000081 </PropertyGroup>
82 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
83 <ClCompile>
84 <PrecompiledHeader>
85 </PrecompiledHeader>
86 <WarningLevel>Level3</WarningLevel>
87 <Optimization>Disabled</Optimization>
Manuel Pégourié-Gonnardedaa9a02015-01-26 15:43:46 +000088 <PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;_USRDLL;MBEDTLS_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
Andrzej Kurekb78cf2b2019-04-26 05:54:15 -040089 <AdditionalIncludeDirectories>
Andrzej Kurek9f3d39d2019-05-07 07:28:30 -040090../../include;../../crypto/include
Andrzej Kurekb78cf2b2019-04-26 05:54:15 -040091 </AdditionalIncludeDirectories>
Manuel Pégourié-Gonnard2a0718d2015-01-29 11:29:12 +000092 <CompileAs>CompileAsC</CompileAs>
93 </ClCompile>
94 <Link>
95 <SubSystem>Windows</SubSystem>
96 <GenerateDebugInformation>true</GenerateDebugInformation>
97 </Link>
98 </ItemDefinitionGroup>
99 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
100 <ClCompile>
101 <PrecompiledHeader>
102 </PrecompiledHeader>
103 <WarningLevel>Level3</WarningLevel>
104 <Optimization>Disabled</Optimization>
Manuel Pégourié-Gonnardedaa9a02015-01-26 15:43:46 +0000105 <PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;_USRDLL;MBEDTLS_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
Andrzej Kurekb78cf2b2019-04-26 05:54:15 -0400106 <AdditionalIncludeDirectories>
Andrzej Kurek9f3d39d2019-05-07 07:28:30 -0400107../../include;../../crypto/include
Andrzej Kurekb78cf2b2019-04-26 05:54:15 -0400108 </AdditionalIncludeDirectories>
Manuel Pégourié-Gonnard2a0718d2015-01-29 11:29:12 +0000109 <CompileAs>CompileAsC</CompileAs>
110 </ClCompile>
111 <Link>
112 <SubSystem>Windows</SubSystem>
113 <GenerateDebugInformation>true</GenerateDebugInformation>
114 </Link>
115 </ItemDefinitionGroup>
116 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
117 <ClCompile>
118 <WarningLevel>Level3</WarningLevel>
119 <PrecompiledHeader>
120 </PrecompiledHeader>
121 <Optimization>MaxSpeed</Optimization>
122 <FunctionLevelLinking>true</FunctionLevelLinking>
123 <IntrinsicFunctions>true</IntrinsicFunctions>
Manuel Pégourié-Gonnardedaa9a02015-01-26 15:43:46 +0000124 <PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;_USRDLL;MBEDTLS_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
Andrzej Kurekb78cf2b2019-04-26 05:54:15 -0400125 <AdditionalIncludeDirectories>
Andrzej Kurek9f3d39d2019-05-07 07:28:30 -0400126../../include;../../crypto/include
Andrzej Kurekb78cf2b2019-04-26 05:54:15 -0400127 </AdditionalIncludeDirectories>
Manuel Pégourié-Gonnard2a0718d2015-01-29 11:29:12 +0000128 </ClCompile>
129 <Link>
130 <SubSystem>Windows</SubSystem>
131 <GenerateDebugInformation>true</GenerateDebugInformation>
132 <EnableCOMDATFolding>true</EnableCOMDATFolding>
133 <OptimizeReferences>true</OptimizeReferences>
134 </Link>
135 </ItemDefinitionGroup>
136 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
137 <ClCompile>
138 <WarningLevel>Level3</WarningLevel>
139 <PrecompiledHeader>
140 </PrecompiledHeader>
141 <Optimization>MaxSpeed</Optimization>
142 <FunctionLevelLinking>true</FunctionLevelLinking>
143 <IntrinsicFunctions>true</IntrinsicFunctions>
Manuel Pégourié-Gonnardedaa9a02015-01-26 15:43:46 +0000144 <PreprocessorDefinitions>WIN64;NDEBUG;_WINDOWS;_USRDLL;MBEDTLS_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
Andrzej Kurekb78cf2b2019-04-26 05:54:15 -0400145 <AdditionalIncludeDirectories>
Andrzej Kurek9f3d39d2019-05-07 07:28:30 -0400146../../include;../../crypto/include
Andrzej Kurekb78cf2b2019-04-26 05:54:15 -0400147 </AdditionalIncludeDirectories>
Manuel Pégourié-Gonnard2a0718d2015-01-29 11:29:12 +0000148 </ClCompile>
149 <Link>
150 <SubSystem>Windows</SubSystem>
151 <GenerateDebugInformation>true</GenerateDebugInformation>
152 <EnableCOMDATFolding>true</EnableCOMDATFolding>
153 <OptimizeReferences>true</OptimizeReferences>
154 </Link>
155 </ItemDefinitionGroup>
156 <ItemGroup>
Manuel Pégourié-Gonnard7f809972015-03-09 17:05:11 +0000157 <ClInclude Include="..\..\include\mbedtls\aes.h" />
158 <ClInclude Include="..\..\include\mbedtls\aesni.h" />
159 <ClInclude Include="..\..\include\mbedtls\arc4.h" />
Manuel Pégourié-Gonnard707e9622018-05-09 10:57:04 +0200160 <ClInclude Include="..\..\include\mbedtls\aria.h" />
Manuel Pégourié-Gonnard7f809972015-03-09 17:05:11 +0000161 <ClInclude Include="..\..\include\mbedtls\asn1.h" />
162 <ClInclude Include="..\..\include\mbedtls\asn1write.h" />
163 <ClInclude Include="..\..\include\mbedtls\base64.h" />
164 <ClInclude Include="..\..\include\mbedtls\bignum.h" />
165 <ClInclude Include="..\..\include\mbedtls\blowfish.h" />
166 <ClInclude Include="..\..\include\mbedtls\bn_mul.h" />
167 <ClInclude Include="..\..\include\mbedtls\camellia.h" />
168 <ClInclude Include="..\..\include\mbedtls\ccm.h" />
169 <ClInclude Include="..\..\include\mbedtls\certs.h" />
Manuel Pégourié-Gonnardf30dbdc2018-06-07 13:04:35 +0200170 <ClInclude Include="..\..\include\mbedtls\chacha20.h" />
171 <ClInclude Include="..\..\include\mbedtls\chachapoly.h" />
Manuel Pégourié-Gonnard7f809972015-03-09 17:05:11 +0000172 <ClInclude Include="..\..\include\mbedtls\check_config.h" />
173 <ClInclude Include="..\..\include\mbedtls\cipher.h" />
Manuel Pégourié-Gonnardf7c42d82015-06-25 11:29:35 +0200174 <ClInclude Include="..\..\include\mbedtls\cipher_internal.h" />
Simon Butcher16c54ee2016-10-16 19:34:39 +0100175 <ClInclude Include="..\..\include\mbedtls\cmac.h" />
Manuel Pégourié-Gonnard51f14be2015-05-14 13:04:03 +0200176 <ClInclude Include="..\..\include\mbedtls\compat-1.3.h" />
Manuel Pégourié-Gonnard7f809972015-03-09 17:05:11 +0000177 <ClInclude Include="..\..\include\mbedtls\config.h" />
178 <ClInclude Include="..\..\include\mbedtls\ctr_drbg.h" />
179 <ClInclude Include="..\..\include\mbedtls\debug.h" />
180 <ClInclude Include="..\..\include\mbedtls\des.h" />
181 <ClInclude Include="..\..\include\mbedtls\dhm.h" />
182 <ClInclude Include="..\..\include\mbedtls\ecdh.h" />
183 <ClInclude Include="..\..\include\mbedtls\ecdsa.h" />
Simon Butcher8254ed22015-11-04 11:04:00 +0000184 <ClInclude Include="..\..\include\mbedtls\ecjpake.h" />
Manuel Pégourié-Gonnard7f809972015-03-09 17:05:11 +0000185 <ClInclude Include="..\..\include\mbedtls\ecp.h" />
Simon Butcherfea20782017-05-15 15:11:12 +0100186 <ClInclude Include="..\..\include\mbedtls\ecp_internal.h" />
Manuel Pégourié-Gonnard7f809972015-03-09 17:05:11 +0000187 <ClInclude Include="..\..\include\mbedtls\entropy.h" />
188 <ClInclude Include="..\..\include\mbedtls\entropy_poll.h" />
189 <ClInclude Include="..\..\include\mbedtls\error.h" />
190 <ClInclude Include="..\..\include\mbedtls\gcm.h" />
191 <ClInclude Include="..\..\include\mbedtls\havege.h" />
Thomas Fossati656864b2016-07-17 08:51:22 +0100192 <ClInclude Include="..\..\include\mbedtls\hkdf.h" />
Manuel Pégourié-Gonnard7f809972015-03-09 17:05:11 +0000193 <ClInclude Include="..\..\include\mbedtls\hmac_drbg.h" />
194 <ClInclude Include="..\..\include\mbedtls\md.h" />
195 <ClInclude Include="..\..\include\mbedtls\md2.h" />
196 <ClInclude Include="..\..\include\mbedtls\md4.h" />
197 <ClInclude Include="..\..\include\mbedtls\md5.h" />
Manuel Pégourié-Gonnardf7c42d82015-06-25 11:29:35 +0200198 <ClInclude Include="..\..\include\mbedtls\md_internal.h" />
Manuel Pégourié-Gonnard7f809972015-03-09 17:05:11 +0000199 <ClInclude Include="..\..\include\mbedtls\memory_buffer_alloc.h" />
Simon Butcher16c54ee2016-10-16 19:34:39 +0100200 <ClInclude Include="..\..\include\mbedtls\net.h" />
Andres AG788aa4a2016-09-14 14:32:09 +0100201 <ClInclude Include="..\..\include\mbedtls\net_sockets.h" />
Ron Eldorcb349ac2018-07-15 09:29:47 +0300202 <ClInclude Include="..\..\include\mbedtls\nist_kw.h" />
Manuel Pégourié-Gonnard7f809972015-03-09 17:05:11 +0000203 <ClInclude Include="..\..\include\mbedtls\oid.h" />
204 <ClInclude Include="..\..\include\mbedtls\padlock.h" />
Manuel Pégourié-Gonnard7f809972015-03-09 17:05:11 +0000205 <ClInclude Include="..\..\include\mbedtls\pem.h" />
206 <ClInclude Include="..\..\include\mbedtls\pk.h" />
Manuel Pégourié-Gonnardf7c42d82015-06-25 11:29:35 +0200207 <ClInclude Include="..\..\include\mbedtls\pk_internal.h" />
Manuel Pégourié-Gonnard7f809972015-03-09 17:05:11 +0000208 <ClInclude Include="..\..\include\mbedtls\pkcs11.h" />
209 <ClInclude Include="..\..\include\mbedtls\pkcs12.h" />
210 <ClInclude Include="..\..\include\mbedtls\pkcs5.h" />
211 <ClInclude Include="..\..\include\mbedtls\platform.h" />
Simon Butcher16c54ee2016-10-16 19:34:39 +0100212 <ClInclude Include="..\..\include\mbedtls\platform_time.h" />
Andres Amaya Garcia96449832018-04-17 10:03:44 -0500213 <ClInclude Include="..\..\include\mbedtls\platform_util.h" />
Manuel Pégourié-Gonnardf30dbdc2018-06-07 13:04:35 +0200214 <ClInclude Include="..\..\include\mbedtls\poly1305.h" />
Hanno Beckerf0cd6192018-11-18 07:16:46 +0000215 <ClInclude Include="..\..\include\mbedtls\psa_util.h" />
Manuel Pégourié-Gonnard7f809972015-03-09 17:05:11 +0000216 <ClInclude Include="..\..\include\mbedtls\ripemd160.h" />
217 <ClInclude Include="..\..\include\mbedtls\rsa.h" />
Hanno Beckeradb0b2e2018-01-10 10:35:11 +0000218 <ClInclude Include="..\..\include\mbedtls\rsa_internal.h" />
Manuel Pégourié-Gonnard7f809972015-03-09 17:05:11 +0000219 <ClInclude Include="..\..\include\mbedtls\sha1.h" />
220 <ClInclude Include="..\..\include\mbedtls\sha256.h" />
221 <ClInclude Include="..\..\include\mbedtls\sha512.h" />
222 <ClInclude Include="..\..\include\mbedtls\ssl.h" />
223 <ClInclude Include="..\..\include\mbedtls\ssl_cache.h" />
224 <ClInclude Include="..\..\include\mbedtls\ssl_ciphersuites.h" />
225 <ClInclude Include="..\..\include\mbedtls\ssl_cookie.h" />
Manuel Pégourié-Gonnardf7c42d82015-06-25 11:29:35 +0200226 <ClInclude Include="..\..\include\mbedtls\ssl_internal.h" />
227 <ClInclude Include="..\..\include\mbedtls\ssl_ticket.h" />
Manuel Pégourié-Gonnard7f809972015-03-09 17:05:11 +0000228 <ClInclude Include="..\..\include\mbedtls\threading.h" />
229 <ClInclude Include="..\..\include\mbedtls\timing.h" />
230 <ClInclude Include="..\..\include\mbedtls\version.h" />
231 <ClInclude Include="..\..\include\mbedtls\x509.h" />
232 <ClInclude Include="..\..\include\mbedtls\x509_crl.h" />
233 <ClInclude Include="..\..\include\mbedtls\x509_crt.h" />
234 <ClInclude Include="..\..\include\mbedtls\x509_csr.h" />
235 <ClInclude Include="..\..\include\mbedtls\xtea.h" />
Andrzej Kurekb78cf2b2019-04-26 05:54:15 -0400236 <ClInclude Include="..\..\crypto\include\psa\crypto.h" />
237 <ClInclude Include="..\..\crypto\include\psa\crypto_accel_driver.h" />
238 <ClInclude Include="..\..\crypto\include\psa\crypto_driver_common.h" />
239 <ClInclude Include="..\..\crypto\include\psa\crypto_entropy_driver.h" />
240 <ClInclude Include="..\..\crypto\include\psa\crypto_extra.h" />
241 <ClInclude Include="..\..\crypto\include\psa\crypto_platform.h" />
242 <ClInclude Include="..\..\crypto\include\psa\crypto_se_driver.h" />
243 <ClInclude Include="..\..\crypto\include\psa\crypto_sizes.h" />
244 <ClInclude Include="..\..\crypto\include\psa\crypto_struct.h" />
245 <ClInclude Include="..\..\crypto\include\psa\crypto_types.h" />
246 <ClInclude Include="..\..\crypto\include\psa\crypto_values.h" />
Manuel Pégourié-Gonnard2a0718d2015-01-29 11:29:12 +0000247 </ItemGroup>
248 <ItemGroup>
Andrzej Kurekb78cf2b2019-04-26 05:54:15 -0400249 <ClCompile Include="..\..\crypto\library\aes.c" />
250 <ClCompile Include="..\..\crypto\library\aesni.c" />
251 <ClCompile Include="..\..\crypto\library\arc4.c" />
252 <ClCompile Include="..\..\crypto\library\aria.c" />
253 <ClCompile Include="..\..\crypto\library\asn1parse.c" />
254 <ClCompile Include="..\..\crypto\library\asn1write.c" />
255 <ClCompile Include="..\..\crypto\library\base64.c" />
256 <ClCompile Include="..\..\crypto\library\bignum.c" />
257 <ClCompile Include="..\..\crypto\library\blowfish.c" />
258 <ClCompile Include="..\..\crypto\library\camellia.c" />
259 <ClCompile Include="..\..\crypto\library\ccm.c" />
260 <ClCompile Include="..\..\crypto\library\chacha20.c" />
261 <ClCompile Include="..\..\crypto\library\chachapoly.c" />
262 <ClCompile Include="..\..\crypto\library\cipher.c" />
263 <ClCompile Include="..\..\crypto\library\cipher_wrap.c" />
264 <ClCompile Include="..\..\crypto\library\cmac.c" />
265 <ClCompile Include="..\..\crypto\library\ctr_drbg.c" />
266 <ClCompile Include="..\..\crypto\library\des.c" />
267 <ClCompile Include="..\..\crypto\library\dhm.c" />
268 <ClCompile Include="..\..\crypto\library\ecdh.c" />
269 <ClCompile Include="..\..\crypto\library\ecdsa.c" />
270 <ClCompile Include="..\..\crypto\library\ecjpake.c" />
271 <ClCompile Include="..\..\crypto\library\ecp.c" />
272 <ClCompile Include="..\..\crypto\library\ecp_curves.c" />
273 <ClCompile Include="..\..\crypto\library\entropy.c" />
274 <ClCompile Include="..\..\crypto\library\entropy_poll.c" />
275 <ClCompile Include="..\..\crypto\library\error.c" />
276 <ClCompile Include="..\..\crypto\library\gcm.c" />
277 <ClCompile Include="..\..\crypto\library\havege.c" />
278 <ClCompile Include="..\..\crypto\library\hkdf.c" />
279 <ClCompile Include="..\..\crypto\library\hmac_drbg.c" />
280 <ClCompile Include="..\..\crypto\library\md.c" />
281 <ClCompile Include="..\..\crypto\library\md2.c" />
282 <ClCompile Include="..\..\crypto\library\md4.c" />
283 <ClCompile Include="..\..\crypto\library\md5.c" />
284 <ClCompile Include="..\..\crypto\library\md_wrap.c" />
285 <ClCompile Include="..\..\crypto\library\memory_buffer_alloc.c" />
286 <ClCompile Include="..\..\crypto\library\nist_kw.c" />
287 <ClCompile Include="..\..\crypto\library\oid.c" />
288 <ClCompile Include="..\..\crypto\library\padlock.c" />
289 <ClCompile Include="..\..\crypto\library\pem.c" />
290 <ClCompile Include="..\..\crypto\library\pk.c" />
291 <ClCompile Include="..\..\crypto\library\pk_wrap.c" />
292 <ClCompile Include="..\..\crypto\library\pkcs12.c" />
293 <ClCompile Include="..\..\crypto\library\pkcs5.c" />
294 <ClCompile Include="..\..\crypto\library\pkparse.c" />
295 <ClCompile Include="..\..\crypto\library\pkwrite.c" />
296 <ClCompile Include="..\..\crypto\library\platform.c" />
297 <ClCompile Include="..\..\crypto\library\platform_util.c" />
298 <ClCompile Include="..\..\crypto\library\poly1305.c" />
299 <ClCompile Include="..\..\crypto\library\psa_crypto.c" />
300 <ClCompile Include="..\..\crypto\library\psa_crypto_slot_management.c" />
301 <ClCompile Include="..\..\crypto\library\psa_crypto_storage.c" />
302 <ClCompile Include="..\..\crypto\library\psa_its_file.c" />
303 <ClCompile Include="..\..\crypto\library\ripemd160.c" />
304 <ClCompile Include="..\..\crypto\library\rsa.c" />
305 <ClCompile Include="..\..\crypto\library\rsa_internal.c" />
306 <ClCompile Include="..\..\crypto\library\sha1.c" />
307 <ClCompile Include="..\..\crypto\library\sha256.c" />
308 <ClCompile Include="..\..\crypto\library\sha512.c" />
309 <ClCompile Include="..\..\crypto\library\threading.c" />
310 <ClCompile Include="..\..\crypto\library\timing.c" />
311 <ClCompile Include="..\..\crypto\library\version.c" />
312 <ClCompile Include="..\..\crypto\library\version_features.c" />
313 <ClCompile Include="..\..\crypto\library\xtea.c" />
Manuel Pégourié-Gonnard2a0718d2015-01-29 11:29:12 +0000314 <ClCompile Include="..\..\library\certs.c" />
Manuel Pégourié-Gonnard2a0718d2015-01-29 11:29:12 +0000315 <ClCompile Include="..\..\library\debug.c" />
Andres AG788aa4a2016-09-14 14:32:09 +0100316 <ClCompile Include="..\..\library\net_sockets.c" />
Manuel Pégourié-Gonnard2a0718d2015-01-29 11:29:12 +0000317 <ClCompile Include="..\..\library\pkcs11.c" />
Manuel Pégourié-Gonnard2a0718d2015-01-29 11:29:12 +0000318 <ClCompile Include="..\..\library\ssl_cache.c" />
319 <ClCompile Include="..\..\library\ssl_ciphersuites.c" />
320 <ClCompile Include="..\..\library\ssl_cli.c" />
321 <ClCompile Include="..\..\library\ssl_cookie.c" />
322 <ClCompile Include="..\..\library\ssl_srv.c" />
Manuel Pégourié-Gonnardf7c42d82015-06-25 11:29:35 +0200323 <ClCompile Include="..\..\library\ssl_ticket.c" />
Manuel Pégourié-Gonnard2a0718d2015-01-29 11:29:12 +0000324 <ClCompile Include="..\..\library\ssl_tls.c" />
Manuel Pégourié-Gonnard2a0718d2015-01-29 11:29:12 +0000325 <ClCompile Include="..\..\library\x509.c" />
326 <ClCompile Include="..\..\library\x509_create.c" />
327 <ClCompile Include="..\..\library\x509_crl.c" />
328 <ClCompile Include="..\..\library\x509_crt.c" />
329 <ClCompile Include="..\..\library\x509_csr.c" />
330 <ClCompile Include="..\..\library\x509write_crt.c" />
331 <ClCompile Include="..\..\library\x509write_csr.c" />
Manuel Pégourié-Gonnard2a0718d2015-01-29 11:29:12 +0000332 </ItemGroup>
333 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
334 <ImportGroup Label="ExtensionTargets">
335 </ImportGroup>
336</Project>