blob: 664bcad50c25271a9495b7a2a5697e488a4617b9 [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>
Manuel Pégourié-Gonnard2a0718d2015-01-29 11:29:12 +000089 <AdditionalIncludeDirectories>../../include</AdditionalIncludeDirectories>
90 <CompileAs>CompileAsC</CompileAs>
91 </ClCompile>
92 <Link>
93 <SubSystem>Windows</SubSystem>
94 <GenerateDebugInformation>true</GenerateDebugInformation>
95 </Link>
96 </ItemDefinitionGroup>
97 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
98 <ClCompile>
99 <PrecompiledHeader>
100 </PrecompiledHeader>
101 <WarningLevel>Level3</WarningLevel>
102 <Optimization>Disabled</Optimization>
Manuel Pégourié-Gonnardedaa9a02015-01-26 15:43:46 +0000103 <PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;_USRDLL;MBEDTLS_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
Manuel Pégourié-Gonnard2a0718d2015-01-29 11:29:12 +0000104 <AdditionalIncludeDirectories>../../include</AdditionalIncludeDirectories>
105 <CompileAs>CompileAsC</CompileAs>
106 </ClCompile>
107 <Link>
108 <SubSystem>Windows</SubSystem>
109 <GenerateDebugInformation>true</GenerateDebugInformation>
110 </Link>
111 </ItemDefinitionGroup>
112 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
113 <ClCompile>
114 <WarningLevel>Level3</WarningLevel>
115 <PrecompiledHeader>
116 </PrecompiledHeader>
117 <Optimization>MaxSpeed</Optimization>
118 <FunctionLevelLinking>true</FunctionLevelLinking>
119 <IntrinsicFunctions>true</IntrinsicFunctions>
Manuel Pégourié-Gonnardedaa9a02015-01-26 15:43:46 +0000120 <PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;_USRDLL;MBEDTLS_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
Manuel Pégourié-Gonnard2a0718d2015-01-29 11:29:12 +0000121 <AdditionalIncludeDirectories>../../include</AdditionalIncludeDirectories>
122 </ClCompile>
123 <Link>
124 <SubSystem>Windows</SubSystem>
125 <GenerateDebugInformation>true</GenerateDebugInformation>
126 <EnableCOMDATFolding>true</EnableCOMDATFolding>
127 <OptimizeReferences>true</OptimizeReferences>
128 </Link>
129 </ItemDefinitionGroup>
130 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
131 <ClCompile>
132 <WarningLevel>Level3</WarningLevel>
133 <PrecompiledHeader>
134 </PrecompiledHeader>
135 <Optimization>MaxSpeed</Optimization>
136 <FunctionLevelLinking>true</FunctionLevelLinking>
137 <IntrinsicFunctions>true</IntrinsicFunctions>
Manuel Pégourié-Gonnardedaa9a02015-01-26 15:43:46 +0000138 <PreprocessorDefinitions>WIN64;NDEBUG;_WINDOWS;_USRDLL;MBEDTLS_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
Manuel Pégourié-Gonnard2a0718d2015-01-29 11:29:12 +0000139 <AdditionalIncludeDirectories>../../include</AdditionalIncludeDirectories>
140 </ClCompile>
141 <Link>
142 <SubSystem>Windows</SubSystem>
143 <GenerateDebugInformation>true</GenerateDebugInformation>
144 <EnableCOMDATFolding>true</EnableCOMDATFolding>
145 <OptimizeReferences>true</OptimizeReferences>
146 </Link>
147 </ItemDefinitionGroup>
148 <ItemGroup>
Manuel Pégourié-Gonnard7f809972015-03-09 17:05:11 +0000149 <ClInclude Include="..\..\include\mbedtls\aes.h" />
150 <ClInclude Include="..\..\include\mbedtls\aesni.h" />
151 <ClInclude Include="..\..\include\mbedtls\arc4.h" />
152 <ClInclude Include="..\..\include\mbedtls\asn1.h" />
153 <ClInclude Include="..\..\include\mbedtls\asn1write.h" />
154 <ClInclude Include="..\..\include\mbedtls\base64.h" />
155 <ClInclude Include="..\..\include\mbedtls\bignum.h" />
156 <ClInclude Include="..\..\include\mbedtls\blowfish.h" />
157 <ClInclude Include="..\..\include\mbedtls\bn_mul.h" />
158 <ClInclude Include="..\..\include\mbedtls\camellia.h" />
159 <ClInclude Include="..\..\include\mbedtls\ccm.h" />
160 <ClInclude Include="..\..\include\mbedtls\certs.h" />
Manuel Pégourié-Gonnardd4bd8562018-05-07 10:43:27 +0200161 <ClInclude Include="..\..\include\mbedtls\chacha20.h" />
162 <ClInclude Include="..\..\include\mbedtls\chachapoly.h" />
Manuel Pégourié-Gonnard7f809972015-03-09 17:05:11 +0000163 <ClInclude Include="..\..\include\mbedtls\check_config.h" />
164 <ClInclude Include="..\..\include\mbedtls\cipher.h" />
Manuel Pégourié-Gonnardf7c42d82015-06-25 11:29:35 +0200165 <ClInclude Include="..\..\include\mbedtls\cipher_internal.h" />
Simon Butcher16c54ee2016-10-16 19:34:39 +0100166 <ClInclude Include="..\..\include\mbedtls\cmac.h" />
Manuel Pégourié-Gonnard51f14be2015-05-14 13:04:03 +0200167 <ClInclude Include="..\..\include\mbedtls\compat-1.3.h" />
Manuel Pégourié-Gonnard7f809972015-03-09 17:05:11 +0000168 <ClInclude Include="..\..\include\mbedtls\config.h" />
169 <ClInclude Include="..\..\include\mbedtls\ctr_drbg.h" />
170 <ClInclude Include="..\..\include\mbedtls\debug.h" />
171 <ClInclude Include="..\..\include\mbedtls\des.h" />
172 <ClInclude Include="..\..\include\mbedtls\dhm.h" />
173 <ClInclude Include="..\..\include\mbedtls\ecdh.h" />
174 <ClInclude Include="..\..\include\mbedtls\ecdsa.h" />
Simon Butcher8254ed22015-11-04 11:04:00 +0000175 <ClInclude Include="..\..\include\mbedtls\ecjpake.h" />
Manuel Pégourié-Gonnard7f809972015-03-09 17:05:11 +0000176 <ClInclude Include="..\..\include\mbedtls\ecp.h" />
Simon Butcherfea20782017-05-15 15:11:12 +0100177 <ClInclude Include="..\..\include\mbedtls\ecp_internal.h" />
Manuel Pégourié-Gonnard7f809972015-03-09 17:05:11 +0000178 <ClInclude Include="..\..\include\mbedtls\entropy.h" />
179 <ClInclude Include="..\..\include\mbedtls\entropy_poll.h" />
180 <ClInclude Include="..\..\include\mbedtls\error.h" />
181 <ClInclude Include="..\..\include\mbedtls\gcm.h" />
182 <ClInclude Include="..\..\include\mbedtls\havege.h" />
Thomas Fossatieb010242016-07-17 08:51:22 +0100183 <ClInclude Include="..\..\include\mbedtls\hkdf.h" />
Manuel Pégourié-Gonnard7f809972015-03-09 17:05:11 +0000184 <ClInclude Include="..\..\include\mbedtls\hmac_drbg.h" />
185 <ClInclude Include="..\..\include\mbedtls\md.h" />
186 <ClInclude Include="..\..\include\mbedtls\md2.h" />
187 <ClInclude Include="..\..\include\mbedtls\md4.h" />
188 <ClInclude Include="..\..\include\mbedtls\md5.h" />
Manuel Pégourié-Gonnardf7c42d82015-06-25 11:29:35 +0200189 <ClInclude Include="..\..\include\mbedtls\md_internal.h" />
Manuel Pégourié-Gonnard7f809972015-03-09 17:05:11 +0000190 <ClInclude Include="..\..\include\mbedtls\memory_buffer_alloc.h" />
Simon Butcher16c54ee2016-10-16 19:34:39 +0100191 <ClInclude Include="..\..\include\mbedtls\net.h" />
Andres AG788aa4a2016-09-14 14:32:09 +0100192 <ClInclude Include="..\..\include\mbedtls\net_sockets.h" />
Manuel Pégourié-Gonnard7f809972015-03-09 17:05:11 +0000193 <ClInclude Include="..\..\include\mbedtls\oid.h" />
194 <ClInclude Include="..\..\include\mbedtls\padlock.h" />
Manuel Pégourié-Gonnard7f809972015-03-09 17:05:11 +0000195 <ClInclude Include="..\..\include\mbedtls\pem.h" />
196 <ClInclude Include="..\..\include\mbedtls\pk.h" />
Manuel Pégourié-Gonnardf7c42d82015-06-25 11:29:35 +0200197 <ClInclude Include="..\..\include\mbedtls\pk_internal.h" />
Manuel Pégourié-Gonnard7f809972015-03-09 17:05:11 +0000198 <ClInclude Include="..\..\include\mbedtls\pkcs11.h" />
199 <ClInclude Include="..\..\include\mbedtls\pkcs12.h" />
200 <ClInclude Include="..\..\include\mbedtls\pkcs5.h" />
201 <ClInclude Include="..\..\include\mbedtls\platform.h" />
Simon Butcher16c54ee2016-10-16 19:34:39 +0100202 <ClInclude Include="..\..\include\mbedtls\platform_time.h" />
Andres Amaya Garcia96449832018-04-17 10:03:44 -0500203 <ClInclude Include="..\..\include\mbedtls\platform_util.h" />
Manuel Pégourié-Gonnardd4bd8562018-05-07 10:43:27 +0200204 <ClInclude Include="..\..\include\mbedtls\poly1305.h" />
Manuel Pégourié-Gonnard7f809972015-03-09 17:05:11 +0000205 <ClInclude Include="..\..\include\mbedtls\ripemd160.h" />
206 <ClInclude Include="..\..\include\mbedtls\rsa.h" />
Hanno Beckeradb0b2e2018-01-10 10:35:11 +0000207 <ClInclude Include="..\..\include\mbedtls\rsa_internal.h" />
Manuel Pégourié-Gonnard7f809972015-03-09 17:05:11 +0000208 <ClInclude Include="..\..\include\mbedtls\sha1.h" />
209 <ClInclude Include="..\..\include\mbedtls\sha256.h" />
210 <ClInclude Include="..\..\include\mbedtls\sha512.h" />
211 <ClInclude Include="..\..\include\mbedtls\ssl.h" />
212 <ClInclude Include="..\..\include\mbedtls\ssl_cache.h" />
213 <ClInclude Include="..\..\include\mbedtls\ssl_ciphersuites.h" />
214 <ClInclude Include="..\..\include\mbedtls\ssl_cookie.h" />
Manuel Pégourié-Gonnardf7c42d82015-06-25 11:29:35 +0200215 <ClInclude Include="..\..\include\mbedtls\ssl_internal.h" />
216 <ClInclude Include="..\..\include\mbedtls\ssl_ticket.h" />
Manuel Pégourié-Gonnard7f809972015-03-09 17:05:11 +0000217 <ClInclude Include="..\..\include\mbedtls\threading.h" />
218 <ClInclude Include="..\..\include\mbedtls\timing.h" />
219 <ClInclude Include="..\..\include\mbedtls\version.h" />
220 <ClInclude Include="..\..\include\mbedtls\x509.h" />
221 <ClInclude Include="..\..\include\mbedtls\x509_crl.h" />
222 <ClInclude Include="..\..\include\mbedtls\x509_crt.h" />
223 <ClInclude Include="..\..\include\mbedtls\x509_csr.h" />
224 <ClInclude Include="..\..\include\mbedtls\xtea.h" />
Manuel Pégourié-Gonnard2a0718d2015-01-29 11:29:12 +0000225 </ItemGroup>
226 <ItemGroup>
227 <ClCompile Include="..\..\library\aes.c" />
228 <ClCompile Include="..\..\library\aesni.c" />
229 <ClCompile Include="..\..\library\arc4.c" />
230 <ClCompile Include="..\..\library\asn1parse.c" />
231 <ClCompile Include="..\..\library\asn1write.c" />
232 <ClCompile Include="..\..\library\base64.c" />
233 <ClCompile Include="..\..\library\bignum.c" />
234 <ClCompile Include="..\..\library\blowfish.c" />
235 <ClCompile Include="..\..\library\camellia.c" />
236 <ClCompile Include="..\..\library\ccm.c" />
237 <ClCompile Include="..\..\library\certs.c" />
Manuel Pégourié-Gonnardd4bd8562018-05-07 10:43:27 +0200238 <ClCompile Include="..\..\library\chacha20.c" />
239 <ClCompile Include="..\..\library\chachapoly.c" />
Manuel Pégourié-Gonnard2a0718d2015-01-29 11:29:12 +0000240 <ClCompile Include="..\..\library\cipher.c" />
241 <ClCompile Include="..\..\library\cipher_wrap.c" />
Simon Butcher16c54ee2016-10-16 19:34:39 +0100242 <ClCompile Include="..\..\library\cmac.c" />
Manuel Pégourié-Gonnard2a0718d2015-01-29 11:29:12 +0000243 <ClCompile Include="..\..\library\ctr_drbg.c" />
244 <ClCompile Include="..\..\library\debug.c" />
245 <ClCompile Include="..\..\library\des.c" />
246 <ClCompile Include="..\..\library\dhm.c" />
247 <ClCompile Include="..\..\library\ecdh.c" />
248 <ClCompile Include="..\..\library\ecdsa.c" />
Simon Butcher8254ed22015-11-04 11:04:00 +0000249 <ClCompile Include="..\..\library\ecjpake.c" />
Manuel Pégourié-Gonnard2a0718d2015-01-29 11:29:12 +0000250 <ClCompile Include="..\..\library\ecp.c" />
251 <ClCompile Include="..\..\library\ecp_curves.c" />
252 <ClCompile Include="..\..\library\entropy.c" />
253 <ClCompile Include="..\..\library\entropy_poll.c" />
254 <ClCompile Include="..\..\library\error.c" />
255 <ClCompile Include="..\..\library\gcm.c" />
256 <ClCompile Include="..\..\library\havege.c" />
Thomas Fossatieb010242016-07-17 08:51:22 +0100257 <ClCompile Include="..\..\library\hkdf.c" />
Manuel Pégourié-Gonnard2a0718d2015-01-29 11:29:12 +0000258 <ClCompile Include="..\..\library\hmac_drbg.c" />
259 <ClCompile Include="..\..\library\md.c" />
260 <ClCompile Include="..\..\library\md2.c" />
261 <ClCompile Include="..\..\library\md4.c" />
262 <ClCompile Include="..\..\library\md5.c" />
263 <ClCompile Include="..\..\library\md_wrap.c" />
264 <ClCompile Include="..\..\library\memory_buffer_alloc.c" />
Andres AG788aa4a2016-09-14 14:32:09 +0100265 <ClCompile Include="..\..\library\net_sockets.c" />
Manuel Pégourié-Gonnard2a0718d2015-01-29 11:29:12 +0000266 <ClCompile Include="..\..\library\oid.c" />
267 <ClCompile Include="..\..\library\padlock.c" />
Manuel Pégourié-Gonnard2a0718d2015-01-29 11:29:12 +0000268 <ClCompile Include="..\..\library\pem.c" />
269 <ClCompile Include="..\..\library\pk.c" />
270 <ClCompile Include="..\..\library\pk_wrap.c" />
271 <ClCompile Include="..\..\library\pkcs11.c" />
272 <ClCompile Include="..\..\library\pkcs12.c" />
273 <ClCompile Include="..\..\library\pkcs5.c" />
274 <ClCompile Include="..\..\library\pkparse.c" />
275 <ClCompile Include="..\..\library\pkwrite.c" />
276 <ClCompile Include="..\..\library\platform.c" />
Andres Amaya Garcia96449832018-04-17 10:03:44 -0500277 <ClCompile Include="..\..\library\platform_util.c" />
Manuel Pégourié-Gonnardd4bd8562018-05-07 10:43:27 +0200278 <ClCompile Include="..\..\library\poly1305.c" />
Manuel Pégourié-Gonnard2a0718d2015-01-29 11:29:12 +0000279 <ClCompile Include="..\..\library\ripemd160.c" />
280 <ClCompile Include="..\..\library\rsa.c" />
Hanno Beckeradb0b2e2018-01-10 10:35:11 +0000281 <ClCompile Include="..\..\library\rsa_internal.c" />
Manuel Pégourié-Gonnard2a0718d2015-01-29 11:29:12 +0000282 <ClCompile Include="..\..\library\sha1.c" />
283 <ClCompile Include="..\..\library\sha256.c" />
284 <ClCompile Include="..\..\library\sha512.c" />
285 <ClCompile Include="..\..\library\ssl_cache.c" />
286 <ClCompile Include="..\..\library\ssl_ciphersuites.c" />
287 <ClCompile Include="..\..\library\ssl_cli.c" />
288 <ClCompile Include="..\..\library\ssl_cookie.c" />
289 <ClCompile Include="..\..\library\ssl_srv.c" />
Manuel Pégourié-Gonnardf7c42d82015-06-25 11:29:35 +0200290 <ClCompile Include="..\..\library\ssl_ticket.c" />
Manuel Pégourié-Gonnard2a0718d2015-01-29 11:29:12 +0000291 <ClCompile Include="..\..\library\ssl_tls.c" />
292 <ClCompile Include="..\..\library\threading.c" />
293 <ClCompile Include="..\..\library\timing.c" />
294 <ClCompile Include="..\..\library\version.c" />
295 <ClCompile Include="..\..\library\version_features.c" />
296 <ClCompile Include="..\..\library\x509.c" />
297 <ClCompile Include="..\..\library\x509_create.c" />
298 <ClCompile Include="..\..\library\x509_crl.c" />
299 <ClCompile Include="..\..\library\x509_crt.c" />
300 <ClCompile Include="..\..\library\x509_csr.c" />
301 <ClCompile Include="..\..\library\x509write_crt.c" />
302 <ClCompile Include="..\..\library\x509write_csr.c" />
303 <ClCompile Include="..\..\library\xtea.c" />
304 </ItemGroup>
305 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
306 <ImportGroup Label="ExtensionTargets">
307 </ImportGroup>
308</Project>