• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1<?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>
24    <RootNamespace>mbedTLS</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>
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  </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>
67    <IntDir>$(Configuration)\$(TargetName)\</IntDir>
68  </PropertyGroup>
69  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
70    <LinkIncremental>true</LinkIncremental>
71    <IntDir>$(Configuration)\$(TargetName)\</IntDir>
72  </PropertyGroup>
73  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
74    <LinkIncremental>false</LinkIncremental>
75    <IntDir>$(Configuration)\$(TargetName)\</IntDir>
76  </PropertyGroup>
77  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
78    <LinkIncremental>false</LinkIncremental>
79    <IntDir>$(Configuration)\$(TargetName)\</IntDir>
80  </PropertyGroup>
81  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
82    <ClCompile>
83      <PrecompiledHeader>
84      </PrecompiledHeader>
85      <WarningLevel>Level3</WarningLevel>
86      <Optimization>Disabled</Optimization>
87      <PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;_USRDLL;MBEDTLS_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
88      <AdditionalIncludeDirectories>../../include</AdditionalIncludeDirectories>
89      <CompileAs>CompileAsC</CompileAs>
90    </ClCompile>
91    <Link>
92      <SubSystem>Windows</SubSystem>
93      <GenerateDebugInformation>true</GenerateDebugInformation>
94    </Link>
95  </ItemDefinitionGroup>
96  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
97    <ClCompile>
98      <PrecompiledHeader>
99      </PrecompiledHeader>
100      <WarningLevel>Level3</WarningLevel>
101      <Optimization>Disabled</Optimization>
102      <PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;_USRDLL;MBEDTLS_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
103      <AdditionalIncludeDirectories>../../include</AdditionalIncludeDirectories>
104      <CompileAs>CompileAsC</CompileAs>
105    </ClCompile>
106    <Link>
107      <SubSystem>Windows</SubSystem>
108      <GenerateDebugInformation>true</GenerateDebugInformation>
109    </Link>
110  </ItemDefinitionGroup>
111  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
112    <ClCompile>
113      <WarningLevel>Level3</WarningLevel>
114      <PrecompiledHeader>
115      </PrecompiledHeader>
116      <Optimization>MaxSpeed</Optimization>
117      <FunctionLevelLinking>true</FunctionLevelLinking>
118      <IntrinsicFunctions>true</IntrinsicFunctions>
119      <PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;_USRDLL;MBEDTLS_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
120      <AdditionalIncludeDirectories>../../include</AdditionalIncludeDirectories>
121    </ClCompile>
122    <Link>
123      <SubSystem>Windows</SubSystem>
124      <GenerateDebugInformation>true</GenerateDebugInformation>
125      <EnableCOMDATFolding>true</EnableCOMDATFolding>
126      <OptimizeReferences>true</OptimizeReferences>
127    </Link>
128  </ItemDefinitionGroup>
129  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
130    <ClCompile>
131      <WarningLevel>Level3</WarningLevel>
132      <PrecompiledHeader>
133      </PrecompiledHeader>
134      <Optimization>MaxSpeed</Optimization>
135      <FunctionLevelLinking>true</FunctionLevelLinking>
136      <IntrinsicFunctions>true</IntrinsicFunctions>
137      <PreprocessorDefinitions>WIN64;NDEBUG;_WINDOWS;_USRDLL;MBEDTLS_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
138      <AdditionalIncludeDirectories>../../include</AdditionalIncludeDirectories>
139    </ClCompile>
140    <Link>
141      <SubSystem>Windows</SubSystem>
142      <GenerateDebugInformation>true</GenerateDebugInformation>
143      <EnableCOMDATFolding>true</EnableCOMDATFolding>
144      <OptimizeReferences>true</OptimizeReferences>
145    </Link>
146  </ItemDefinitionGroup>
147  <ItemGroup>
148    <ClInclude Include="..\..\include\mbedtls\aes.h" />
149    <ClInclude Include="..\..\include\mbedtls\aesni.h" />
150    <ClInclude Include="..\..\include\mbedtls\arc4.h" />
151    <ClInclude Include="..\..\include\mbedtls\aria.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" />
161    <ClInclude Include="..\..\include\mbedtls\chacha20.h" />
162    <ClInclude Include="..\..\include\mbedtls\chachapoly.h" />
163    <ClInclude Include="..\..\include\mbedtls\check_config.h" />
164    <ClInclude Include="..\..\include\mbedtls\cipher.h" />
165    <ClInclude Include="..\..\include\mbedtls\cipher_internal.h" />
166    <ClInclude Include="..\..\include\mbedtls\cmac.h" />
167    <ClInclude Include="..\..\include\mbedtls\compat-1.3.h" />
168    <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" />
175    <ClInclude Include="..\..\include\mbedtls\ecjpake.h" />
176    <ClInclude Include="..\..\include\mbedtls\ecp.h" />
177    <ClInclude Include="..\..\include\mbedtls\ecp_internal.h" />
178    <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" />
183    <ClInclude Include="..\..\include\mbedtls\hkdf.h" />
184    <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" />
189    <ClInclude Include="..\..\include\mbedtls\md_internal.h" />
190    <ClInclude Include="..\..\include\mbedtls\memory_buffer_alloc.h" />
191    <ClInclude Include="..\..\include\mbedtls\net.h" />
192    <ClInclude Include="..\..\include\mbedtls\net_sockets.h" />
193    <ClInclude Include="..\..\include\mbedtls\nist_kw.h" />
194    <ClInclude Include="..\..\include\mbedtls\oid.h" />
195    <ClInclude Include="..\..\include\mbedtls\padlock.h" />
196    <ClInclude Include="..\..\include\mbedtls\pem.h" />
197    <ClInclude Include="..\..\include\mbedtls\pk.h" />
198    <ClInclude Include="..\..\include\mbedtls\pk_internal.h" />
199    <ClInclude Include="..\..\include\mbedtls\pkcs11.h" />
200    <ClInclude Include="..\..\include\mbedtls\pkcs12.h" />
201    <ClInclude Include="..\..\include\mbedtls\pkcs5.h" />
202    <ClInclude Include="..\..\include\mbedtls\platform.h" />
203    <ClInclude Include="..\..\include\mbedtls\platform_time.h" />
204    <ClInclude Include="..\..\include\mbedtls\platform_util.h" />
205    <ClInclude Include="..\..\include\mbedtls\poly1305.h" />
206    <ClInclude Include="..\..\include\mbedtls\ripemd160.h" />
207    <ClInclude Include="..\..\include\mbedtls\rsa.h" />
208    <ClInclude Include="..\..\include\mbedtls\rsa_internal.h" />
209    <ClInclude Include="..\..\include\mbedtls\sha1.h" />
210    <ClInclude Include="..\..\include\mbedtls\sha256.h" />
211    <ClInclude Include="..\..\include\mbedtls\sha512.h" />
212    <ClInclude Include="..\..\include\mbedtls\ssl.h" />
213    <ClInclude Include="..\..\include\mbedtls\ssl_cache.h" />
214    <ClInclude Include="..\..\include\mbedtls\ssl_ciphersuites.h" />
215    <ClInclude Include="..\..\include\mbedtls\ssl_cookie.h" />
216    <ClInclude Include="..\..\include\mbedtls\ssl_internal.h" />
217    <ClInclude Include="..\..\include\mbedtls\ssl_ticket.h" />
218    <ClInclude Include="..\..\include\mbedtls\threading.h" />
219    <ClInclude Include="..\..\include\mbedtls\timing.h" />
220    <ClInclude Include="..\..\include\mbedtls\version.h" />
221    <ClInclude Include="..\..\include\mbedtls\x509.h" />
222    <ClInclude Include="..\..\include\mbedtls\x509_crl.h" />
223    <ClInclude Include="..\..\include\mbedtls\x509_crt.h" />
224    <ClInclude Include="..\..\include\mbedtls\x509_csr.h" />
225    <ClInclude Include="..\..\include\mbedtls\xtea.h" />
226  </ItemGroup>
227  <ItemGroup>
228    <ClCompile Include="..\..\library\aes.c" />
229    <ClCompile Include="..\..\library\aesni.c" />
230    <ClCompile Include="..\..\library\arc4.c" />
231    <ClCompile Include="..\..\library\aria.c" />
232    <ClCompile Include="..\..\library\asn1parse.c" />
233    <ClCompile Include="..\..\library\asn1write.c" />
234    <ClCompile Include="..\..\library\base64.c" />
235    <ClCompile Include="..\..\library\bignum.c" />
236    <ClCompile Include="..\..\library\blowfish.c" />
237    <ClCompile Include="..\..\library\camellia.c" />
238    <ClCompile Include="..\..\library\ccm.c" />
239    <ClCompile Include="..\..\library\certs.c" />
240    <ClCompile Include="..\..\library\chacha20.c" />
241    <ClCompile Include="..\..\library\chachapoly.c" />
242    <ClCompile Include="..\..\library\cipher.c" />
243    <ClCompile Include="..\..\library\cipher_wrap.c" />
244    <ClCompile Include="..\..\library\cmac.c" />
245    <ClCompile Include="..\..\library\ctr_drbg.c" />
246    <ClCompile Include="..\..\library\debug.c" />
247    <ClCompile Include="..\..\library\des.c" />
248    <ClCompile Include="..\..\library\dhm.c" />
249    <ClCompile Include="..\..\library\ecdh.c" />
250    <ClCompile Include="..\..\library\ecdsa.c" />
251    <ClCompile Include="..\..\library\ecjpake.c" />
252    <ClCompile Include="..\..\library\ecp.c" />
253    <ClCompile Include="..\..\library\ecp_curves.c" />
254    <ClCompile Include="..\..\library\entropy.c" />
255    <ClCompile Include="..\..\library\entropy_poll.c" />
256    <ClCompile Include="..\..\library\error.c" />
257    <ClCompile Include="..\..\library\gcm.c" />
258    <ClCompile Include="..\..\library\havege.c" />
259    <ClCompile Include="..\..\library\hkdf.c" />
260    <ClCompile Include="..\..\library\hmac_drbg.c" />
261    <ClCompile Include="..\..\library\md.c" />
262    <ClCompile Include="..\..\library\md2.c" />
263    <ClCompile Include="..\..\library\md4.c" />
264    <ClCompile Include="..\..\library\md5.c" />
265    <ClCompile Include="..\..\library\md_wrap.c" />
266    <ClCompile Include="..\..\library\memory_buffer_alloc.c" />
267    <ClCompile Include="..\..\library\net_sockets.c" />
268    <ClCompile Include="..\..\library\nist_kw.c" />
269    <ClCompile Include="..\..\library\oid.c" />
270    <ClCompile Include="..\..\library\padlock.c" />
271    <ClCompile Include="..\..\library\pem.c" />
272    <ClCompile Include="..\..\library\pk.c" />
273    <ClCompile Include="..\..\library\pk_wrap.c" />
274    <ClCompile Include="..\..\library\pkcs11.c" />
275    <ClCompile Include="..\..\library\pkcs12.c" />
276    <ClCompile Include="..\..\library\pkcs5.c" />
277    <ClCompile Include="..\..\library\pkparse.c" />
278    <ClCompile Include="..\..\library\pkwrite.c" />
279    <ClCompile Include="..\..\library\platform.c" />
280    <ClCompile Include="..\..\library\platform_util.c" />
281    <ClCompile Include="..\..\library\poly1305.c" />
282    <ClCompile Include="..\..\library\ripemd160.c" />
283    <ClCompile Include="..\..\library\rsa.c" />
284    <ClCompile Include="..\..\library\rsa_internal.c" />
285    <ClCompile Include="..\..\library\sha1.c" />
286    <ClCompile Include="..\..\library\sha256.c" />
287    <ClCompile Include="..\..\library\sha512.c" />
288    <ClCompile Include="..\..\library\ssl_cache.c" />
289    <ClCompile Include="..\..\library\ssl_ciphersuites.c" />
290    <ClCompile Include="..\..\library\ssl_cli.c" />
291    <ClCompile Include="..\..\library\ssl_cookie.c" />
292    <ClCompile Include="..\..\library\ssl_srv.c" />
293    <ClCompile Include="..\..\library\ssl_ticket.c" />
294    <ClCompile Include="..\..\library\ssl_tls.c" />
295    <ClCompile Include="..\..\library\threading.c" />
296    <ClCompile Include="..\..\library\timing.c" />
297    <ClCompile Include="..\..\library\version.c" />
298    <ClCompile Include="..\..\library\version_features.c" />
299    <ClCompile Include="..\..\library\x509.c" />
300    <ClCompile Include="..\..\library\x509_create.c" />
301    <ClCompile Include="..\..\library\x509_crl.c" />
302    <ClCompile Include="..\..\library\x509_crt.c" />
303    <ClCompile Include="..\..\library\x509_csr.c" />
304    <ClCompile Include="..\..\library\x509write_crt.c" />
305    <ClCompile Include="..\..\library\x509write_csr.c" />
306    <ClCompile Include="..\..\library\xtea.c" />
307  </ItemGroup>
308  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
309  <ImportGroup Label="ExtensionTargets">
310  </ImportGroup>
311</Project>
312