blob: 5ea5b15ad9419272f553371da77cc5cc157f7b1d [file] [log] [blame]
Paul Bakkeraf5c85f2011-04-18 03:47:52 +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>
Paul Bakker8101cd22011-04-24 15:42:06 +00008 <ProjectConfiguration Include="Debug|x64">
9 <Configuration>Debug</Configuration>
10 <Platform>x64</Platform>
11 </ProjectConfiguration>
Paul Bakkeraf5c85f2011-04-18 03:47:52 +000012 <ProjectConfiguration Include="Release|Win32">
13 <Configuration>Release</Configuration>
14 <Platform>Win32</Platform>
15 </ProjectConfiguration>
Paul Bakker8101cd22011-04-24 15:42:06 +000016 <ProjectConfiguration Include="Release|x64">
17 <Configuration>Release</Configuration>
18 <Platform>x64</Platform>
19 </ProjectConfiguration>
Paul Bakkeraf5c85f2011-04-18 03:47:52 +000020 </ItemGroup>
21 <PropertyGroup Label="Globals">
22 <ProjectGuid>{46CF2D25-6A36-4189-B59C-E4815388E554}</ProjectGuid>
23 <Keyword>Win32Proj</Keyword>
24 <RootNamespace>PolarSSL</RootNamespace>
25 </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>
Paul Bakker8101cd22011-04-24 15:42:06 +000032 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
33 <ConfigurationType>StaticLibrary</ConfigurationType>
34 <UseDebugLibraries>true</UseDebugLibraries>
35 <CharacterSet>Unicode</CharacterSet>
36 </PropertyGroup>
Paul Bakkeraf5c85f2011-04-18 03:47:52 +000037 <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>
Paul Bakker8101cd22011-04-24 15:42:06 +000043 <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>
Paul Bakkeraf5c85f2011-04-18 03:47:52 +000050 <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>
Paul Bakker8101cd22011-04-24 15:42:06 +000056 <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>
Paul Bakkeraf5c85f2011-04-18 03:47:52 +000059 <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>
Paul Bakker8101cd22011-04-24 15:42:06 +000062 <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>
Paul Bakkeraf5c85f2011-04-18 03:47:52 +000065 <PropertyGroup Label="UserMacros" />
66 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
67 <LinkIncremental>true</LinkIncremental>
Paul Bakkeraf5c85f2011-04-18 03:47:52 +000068 </PropertyGroup>
Paul Bakker8101cd22011-04-24 15:42:06 +000069 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
70 <LinkIncremental>true</LinkIncremental>
Paul Bakker8101cd22011-04-24 15:42:06 +000071 </PropertyGroup>
Paul Bakkeraf5c85f2011-04-18 03:47:52 +000072 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
73 <LinkIncremental>false</LinkIncremental>
74 </PropertyGroup>
Paul Bakker8101cd22011-04-24 15:42:06 +000075 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
76 <LinkIncremental>false</LinkIncremental>
77 </PropertyGroup>
Paul Bakkeraf5c85f2011-04-18 03:47:52 +000078 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
79 <ClCompile>
80 <PrecompiledHeader>
81 </PrecompiledHeader>
82 <WarningLevel>Level3</WarningLevel>
83 <Optimization>Disabled</Optimization>
84 <PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;_USRDLL;POLARSSL_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
85 <AdditionalIncludeDirectories>../../include</AdditionalIncludeDirectories>
86 <CompileAs>CompileAsC</CompileAs>
87 </ClCompile>
88 <Link>
89 <SubSystem>Windows</SubSystem>
90 <GenerateDebugInformation>true</GenerateDebugInformation>
91 </Link>
92 </ItemDefinitionGroup>
Paul Bakker8101cd22011-04-24 15:42:06 +000093 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
94 <ClCompile>
95 <PrecompiledHeader>
96 </PrecompiledHeader>
97 <WarningLevel>Level3</WarningLevel>
98 <Optimization>Disabled</Optimization>
99 <PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;_USRDLL;POLARSSL_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
100 <AdditionalIncludeDirectories>../../include</AdditionalIncludeDirectories>
101 <CompileAs>CompileAsC</CompileAs>
102 </ClCompile>
103 <Link>
104 <SubSystem>Windows</SubSystem>
105 <GenerateDebugInformation>true</GenerateDebugInformation>
106 </Link>
107 </ItemDefinitionGroup>
Paul Bakkeraf5c85f2011-04-18 03:47:52 +0000108 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
109 <ClCompile>
110 <WarningLevel>Level3</WarningLevel>
111 <PrecompiledHeader>
112 </PrecompiledHeader>
113 <Optimization>MaxSpeed</Optimization>
114 <FunctionLevelLinking>true</FunctionLevelLinking>
115 <IntrinsicFunctions>true</IntrinsicFunctions>
116 <PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;_USRDLL;POLARSSL_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
117 <AdditionalIncludeDirectories>../../include</AdditionalIncludeDirectories>
118 </ClCompile>
119 <Link>
120 <SubSystem>Windows</SubSystem>
121 <GenerateDebugInformation>true</GenerateDebugInformation>
122 <EnableCOMDATFolding>true</EnableCOMDATFolding>
123 <OptimizeReferences>true</OptimizeReferences>
124 </Link>
125 </ItemDefinitionGroup>
Paul Bakker8101cd22011-04-24 15:42:06 +0000126 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
127 <ClCompile>
128 <WarningLevel>Level3</WarningLevel>
129 <PrecompiledHeader>
130 </PrecompiledHeader>
131 <Optimization>MaxSpeed</Optimization>
132 <FunctionLevelLinking>true</FunctionLevelLinking>
133 <IntrinsicFunctions>true</IntrinsicFunctions>
134 <PreprocessorDefinitions>WIN64;NDEBUG;_WINDOWS;_USRDLL;POLARSSL_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
135 <AdditionalIncludeDirectories>../../include</AdditionalIncludeDirectories>
136 </ClCompile>
137 <Link>
138 <SubSystem>Windows</SubSystem>
139 <GenerateDebugInformation>true</GenerateDebugInformation>
140 <EnableCOMDATFolding>true</EnableCOMDATFolding>
141 <OptimizeReferences>true</OptimizeReferences>
142 </Link>
143 </ItemDefinitionGroup>
Paul Bakkeraf5c85f2011-04-18 03:47:52 +0000144 <ItemGroup>
145 <ClInclude Include="..\..\include\polarssl\aes.h" />
Paul Bakker4c412772014-04-04 15:26:47 +0200146 <ClInclude Include="..\..\include\polarssl\aesni.h" />
Paul Bakkeraf5c85f2011-04-18 03:47:52 +0000147 <ClInclude Include="..\..\include\polarssl\arc4.h" />
Paul Bakker00c1c422011-12-04 22:20:33 +0000148 <ClInclude Include="..\..\include\polarssl\asn1.h" />
Manuel Pégourié-Gonnard356da162013-08-23 11:51:39 +0200149 <ClInclude Include="..\..\include\polarssl\asn1write.h" />
Paul Bakkeraf5c85f2011-04-18 03:47:52 +0000150 <ClInclude Include="..\..\include\polarssl\base64.h" />
151 <ClInclude Include="..\..\include\polarssl\bignum.h" />
Paul Bakkera9379c02012-07-04 11:02:11 +0000152 <ClInclude Include="..\..\include\polarssl\blowfish.h" />
Paul Bakkeraf5c85f2011-04-18 03:47:52 +0000153 <ClInclude Include="..\..\include\polarssl\bn_mul.h" />
154 <ClInclude Include="..\..\include\polarssl\camellia.h" />
Manuel Pégourié-Gonnarda6916fa2014-05-02 15:17:29 +0200155 <ClInclude Include="..\..\include\polarssl\ccm.h" />
Paul Bakkeraf5c85f2011-04-18 03:47:52 +0000156 <ClInclude Include="..\..\include\polarssl\certs.h" />
Manuel Pégourié-Gonnard0aafa5c2014-05-08 11:33:30 +0200157 <ClInclude Include="..\..\include\polarssl\check_config.h" />
Paul Bakkeraf5c85f2011-04-18 03:47:52 +0000158 <ClInclude Include="..\..\include\polarssl\cipher.h" />
159 <ClInclude Include="..\..\include\polarssl\cipher_wrap.h" />
Manuel Pégourié-Gonnard0aafa5c2014-05-08 11:33:30 +0200160 <ClInclude Include="..\..\include\polarssl\compat-1.2.h" />
Paul Bakkeraf5c85f2011-04-18 03:47:52 +0000161 <ClInclude Include="..\..\include\polarssl\config.h" />
Paul Bakker384b75a2012-05-08 08:40:00 +0000162 <ClInclude Include="..\..\include\polarssl\ctr_drbg.h" />
Paul Bakkeraf5c85f2011-04-18 03:47:52 +0000163 <ClInclude Include="..\..\include\polarssl\debug.h" />
164 <ClInclude Include="..\..\include\polarssl\des.h" />
165 <ClInclude Include="..\..\include\polarssl\dhm.h" />
Manuel Pégourié-Gonnard356da162013-08-23 11:51:39 +0200166 <ClInclude Include="..\..\include\polarssl\ecdh.h" />
167 <ClInclude Include="..\..\include\polarssl\ecdsa.h" />
168 <ClInclude Include="..\..\include\polarssl\ecp.h" />
Paul Bakker00c1c422011-12-04 22:20:33 +0000169 <ClInclude Include="..\..\include\polarssl\entropy.h" />
170 <ClInclude Include="..\..\include\polarssl\entropy_poll.h" />
171 <ClInclude Include="..\..\include\polarssl\error.h" />
Manuel Pégourié-Gonnard356da162013-08-23 11:51:39 +0200172 <ClInclude Include="..\..\include\polarssl\gcm.h" />
Paul Bakkeraf5c85f2011-04-18 03:47:52 +0000173 <ClInclude Include="..\..\include\polarssl\havege.h" />
Paul Bakker4c412772014-04-04 15:26:47 +0200174 <ClInclude Include="..\..\include\polarssl\hmac_drbg.h" />
Manuel Pégourié-Gonnard0aafa5c2014-05-08 11:33:30 +0200175 <ClInclude Include="..\..\include\polarssl\md.h" />
Paul Bakkeraf5c85f2011-04-18 03:47:52 +0000176 <ClInclude Include="..\..\include\polarssl\md2.h" />
177 <ClInclude Include="..\..\include\polarssl\md4.h" />
178 <ClInclude Include="..\..\include\polarssl\md5.h" />
179 <ClInclude Include="..\..\include\polarssl\md_wrap.h" />
Manuel Pégourié-Gonnard356da162013-08-23 11:51:39 +0200180 <ClInclude Include="..\..\include\polarssl\memory.h" />
Paul Bakker4c412772014-04-04 15:26:47 +0200181 <ClInclude Include="..\..\include\polarssl\memory_buffer_alloc.h" />
Paul Bakkeraf5c85f2011-04-18 03:47:52 +0000182 <ClInclude Include="..\..\include\polarssl\net.h" />
Manuel Pégourié-Gonnard356da162013-08-23 11:51:39 +0200183 <ClInclude Include="..\..\include\polarssl\oid.h" />
Paul Bakkeraf5c85f2011-04-18 03:47:52 +0000184 <ClInclude Include="..\..\include\polarssl\openssl.h" />
185 <ClInclude Include="..\..\include\polarssl\padlock.h" />
Manuel Pégourié-Gonnard356da162013-08-23 11:51:39 +0200186 <ClInclude Include="..\..\include\polarssl\pbkdf2.h" />
Paul Bakkeraf5c85f2011-04-18 03:47:52 +0000187 <ClInclude Include="..\..\include\polarssl\pem.h" />
Manuel Pégourié-Gonnard0aafa5c2014-05-08 11:33:30 +0200188 <ClInclude Include="..\..\include\polarssl\pk.h" />
189 <ClInclude Include="..\..\include\polarssl\pk_wrap.h" />
Paul Bakkeraf5c85f2011-04-18 03:47:52 +0000190 <ClInclude Include="..\..\include\polarssl\pkcs11.h" />
Manuel Pégourié-Gonnard356da162013-08-23 11:51:39 +0200191 <ClInclude Include="..\..\include\polarssl\pkcs12.h" />
192 <ClInclude Include="..\..\include\polarssl\pkcs5.h" />
Paul Bakker4c412772014-04-04 15:26:47 +0200193 <ClInclude Include="..\..\include\polarssl\platform.h" />
Paul Bakker61b699e2014-01-22 13:35:29 +0100194 <ClInclude Include="..\..\include\polarssl\ripemd160.h" />
Paul Bakkeraf5c85f2011-04-18 03:47:52 +0000195 <ClInclude Include="..\..\include\polarssl\rsa.h" />
196 <ClInclude Include="..\..\include\polarssl\sha1.h" />
Manuel Pégourié-Gonnard356da162013-08-23 11:51:39 +0200197 <ClInclude Include="..\..\include\polarssl\sha256.h" />
198 <ClInclude Include="..\..\include\polarssl\sha512.h" />
Manuel Pégourié-Gonnard0aafa5c2014-05-08 11:33:30 +0200199 <ClInclude Include="..\..\include\polarssl\ssl.h" />
Manuel Pégourié-Gonnard356da162013-08-23 11:51:39 +0200200 <ClInclude Include="..\..\include\polarssl\ssl_cache.h" />
201 <ClInclude Include="..\..\include\polarssl\ssl_ciphersuites.h" />
Paul Bakker356b0ad2013-10-01 10:11:38 +0200202 <ClInclude Include="..\..\include\polarssl\threading.h" />
Paul Bakkeraf5c85f2011-04-18 03:47:52 +0000203 <ClInclude Include="..\..\include\polarssl\timing.h" />
204 <ClInclude Include="..\..\include\polarssl\version.h" />
Manuel Pégourié-Gonnard0aafa5c2014-05-08 11:33:30 +0200205 <ClInclude Include="..\..\include\polarssl\x509.h" />
Paul Bakkeree0844a2013-09-23 15:20:01 +0200206 <ClInclude Include="..\..\include\polarssl\x509_crl.h" />
207 <ClInclude Include="..\..\include\polarssl\x509_crt.h" />
208 <ClInclude Include="..\..\include\polarssl\x509_csr.h" />
Paul Bakkeraf5c85f2011-04-18 03:47:52 +0000209 <ClInclude Include="..\..\include\polarssl\xtea.h" />
210 </ItemGroup>
211 <ItemGroup>
212 <ClCompile Include="..\..\library\aes.c" />
Paul Bakker4c412772014-04-04 15:26:47 +0200213 <ClCompile Include="..\..\library\aesni.c" />
Paul Bakkeraf5c85f2011-04-18 03:47:52 +0000214 <ClCompile Include="..\..\library\arc4.c" />
Paul Bakker00c1c422011-12-04 22:20:33 +0000215 <ClCompile Include="..\..\library\asn1parse.c" />
Manuel Pégourié-Gonnard356da162013-08-23 11:51:39 +0200216 <ClCompile Include="..\..\library\asn1write.c" />
Paul Bakkeraf5c85f2011-04-18 03:47:52 +0000217 <ClCompile Include="..\..\library\base64.c" />
218 <ClCompile Include="..\..\library\bignum.c" />
Paul Bakkera9379c02012-07-04 11:02:11 +0000219 <ClCompile Include="..\..\library\blowfish.c" />
Paul Bakkeraf5c85f2011-04-18 03:47:52 +0000220 <ClCompile Include="..\..\library\camellia.c" />
Manuel Pégourié-Gonnarda6916fa2014-05-02 15:17:29 +0200221 <ClCompile Include="..\..\library\ccm.c" />
Paul Bakkeraf5c85f2011-04-18 03:47:52 +0000222 <ClCompile Include="..\..\library\certs.c" />
223 <ClCompile Include="..\..\library\cipher.c" />
224 <ClCompile Include="..\..\library\cipher_wrap.c" />
Paul Bakker00c1c422011-12-04 22:20:33 +0000225 <ClCompile Include="..\..\library\ctr_drbg.c" />
Paul Bakkeraf5c85f2011-04-18 03:47:52 +0000226 <ClCompile Include="..\..\library\debug.c" />
227 <ClCompile Include="..\..\library\des.c" />
228 <ClCompile Include="..\..\library\dhm.c" />
Manuel Pégourié-Gonnard356da162013-08-23 11:51:39 +0200229 <ClCompile Include="..\..\library\ecdh.c" />
230 <ClCompile Include="..\..\library\ecdsa.c" />
231 <ClCompile Include="..\..\library\ecp.c" />
Paul Bakker4c412772014-04-04 15:26:47 +0200232 <ClCompile Include="..\..\library\ecp_curves.c" />
Paul Bakker00c1c422011-12-04 22:20:33 +0000233 <ClCompile Include="..\..\library\entropy.c" />
234 <ClCompile Include="..\..\library\entropy_poll.c" />
235 <ClCompile Include="..\..\library\error.c" />
Paul Bakker93784e12012-10-01 20:57:09 +0000236 <ClCompile Include="..\..\library\gcm.c" />
Paul Bakkeraf5c85f2011-04-18 03:47:52 +0000237 <ClCompile Include="..\..\library\havege.c" />
Paul Bakker4c412772014-04-04 15:26:47 +0200238 <ClCompile Include="..\..\library\hmac_drbg.c" />
Manuel Pégourié-Gonnard0aafa5c2014-05-08 11:33:30 +0200239 <ClCompile Include="..\..\library\md.c" />
Paul Bakkeraf5c85f2011-04-18 03:47:52 +0000240 <ClCompile Include="..\..\library\md2.c" />
241 <ClCompile Include="..\..\library\md4.c" />
242 <ClCompile Include="..\..\library\md5.c" />
243 <ClCompile Include="..\..\library\md_wrap.c" />
Manuel Pégourié-Gonnard356da162013-08-23 11:51:39 +0200244 <ClCompile Include="..\..\library\memory_buffer_alloc.c" />
Paul Bakkeraf5c85f2011-04-18 03:47:52 +0000245 <ClCompile Include="..\..\library\net.c" />
Manuel Pégourié-Gonnard356da162013-08-23 11:51:39 +0200246 <ClCompile Include="..\..\library\oid.c" />
Paul Bakkeraf5c85f2011-04-18 03:47:52 +0000247 <ClCompile Include="..\..\library\padlock.c" />
Manuel Pégourié-Gonnard356da162013-08-23 11:51:39 +0200248 <ClCompile Include="..\..\library\pbkdf2.c" />
Paul Bakkeraf5c85f2011-04-18 03:47:52 +0000249 <ClCompile Include="..\..\library\pem.c" />
Manuel Pégourié-Gonnard356da162013-08-23 11:51:39 +0200250 <ClCompile Include="..\..\library\pk.c" />
Manuel Pégourié-Gonnard0aafa5c2014-05-08 11:33:30 +0200251 <ClCompile Include="..\..\library\pk_wrap.c" />
Paul Bakkeraf5c85f2011-04-18 03:47:52 +0000252 <ClCompile Include="..\..\library\pkcs11.c" />
Manuel Pégourié-Gonnard356da162013-08-23 11:51:39 +0200253 <ClCompile Include="..\..\library\pkcs12.c" />
254 <ClCompile Include="..\..\library\pkcs5.c" />
Paul Bakkeree0844a2013-09-23 15:20:01 +0200255 <ClCompile Include="..\..\library\pkparse.c" />
Paul Bakkeree0844a2013-09-23 15:20:01 +0200256 <ClCompile Include="..\..\library\pkwrite.c" />
Paul Bakker4c412772014-04-04 15:26:47 +0200257 <ClCompile Include="..\..\library\platform.c" />
Paul Bakker61b699e2014-01-22 13:35:29 +0100258 <ClCompile Include="..\..\library\ripemd160.c" />
Paul Bakkeraf5c85f2011-04-18 03:47:52 +0000259 <ClCompile Include="..\..\library\rsa.c" />
260 <ClCompile Include="..\..\library\sha1.c" />
Manuel Pégourié-Gonnard356da162013-08-23 11:51:39 +0200261 <ClCompile Include="..\..\library\sha256.c" />
262 <ClCompile Include="..\..\library\sha512.c" />
Paul Bakker93784e12012-10-01 20:57:09 +0000263 <ClCompile Include="..\..\library\ssl_cache.c" />
Manuel Pégourié-Gonnard356da162013-08-23 11:51:39 +0200264 <ClCompile Include="..\..\library\ssl_ciphersuites.c" />
Paul Bakkeraf5c85f2011-04-18 03:47:52 +0000265 <ClCompile Include="..\..\library\ssl_cli.c" />
266 <ClCompile Include="..\..\library\ssl_srv.c" />
267 <ClCompile Include="..\..\library\ssl_tls.c" />
Paul Bakker356b0ad2013-10-01 10:11:38 +0200268 <ClCompile Include="..\..\library\threading.c" />
Paul Bakkeraf5c85f2011-04-18 03:47:52 +0000269 <ClCompile Include="..\..\library\timing.c" />
270 <ClCompile Include="..\..\library\version.c" />
Paul Bakker790e3952014-04-30 16:48:32 +0200271 <ClCompile Include="..\..\library\version_features.c" />
Paul Bakkeree0844a2013-09-23 15:20:01 +0200272 <ClCompile Include="..\..\library\x509.c" />
273 <ClCompile Include="..\..\library\x509_create.c" />
274 <ClCompile Include="..\..\library\x509_crl.c" />
275 <ClCompile Include="..\..\library\x509_crt.c" />
276 <ClCompile Include="..\..\library\x509_csr.c" />
277 <ClCompile Include="..\..\library\x509write_crt.c" />
278 <ClCompile Include="..\..\library\x509write_csr.c" />
Paul Bakkeraf5c85f2011-04-18 03:47:52 +0000279 <ClCompile Include="..\..\library\xtea.c" />
280 </ItemGroup>
281 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
282 <ImportGroup Label="ExtensionTargets">
283 </ImportGroup>
Manuel Pégourié-Gonnard356da162013-08-23 11:51:39 +0200284</Project>