1<?xml version="1.0" encoding="utf-8"?>
2<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3  <Import Project="..\..\Source\VSProps\Base.Macros.props" />
4  <Import Project="$(VSPropsDir)Base.Targets.props" />
5  <PropertyGroup Label="Globals">
6    <ProjectGuid>{BDB6578B-0691-4E80-A46C-DF21639FD3B8}</ProjectGuid>
7  </PropertyGroup>
8  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
9  <Import Project="$(VSPropsDir)Configuration.StaticLibrary.props" />
10  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
11  <ImportGroup Label="ExtensionSettings" />
12  <ImportGroup Label="PropertySheets">
13    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
14    <Import Project="$(VSPropsDir)Base.props" />
15    <Import Project="$(VSPropsDir)ClDisableAllWarnings.props" />
16  </ImportGroup>
17  <PropertyGroup Label="UserMacros" />
18  <ItemGroup>
19    <ClCompile Include="library\aes.c" />
20    <ClCompile Include="library\aesni.c">
21      <ExcludedFromBuild>true</ExcludedFromBuild>
22    </ClCompile>
23    <ClCompile Include="library\arc4.c" />
24    <ClCompile Include="library\aria.c" />
25    <ClCompile Include="library\asn1parse.c" />
26    <ClCompile Include="library\asn1write.c" />
27    <ClCompile Include="library\base64.c" />
28    <ClCompile Include="library\bignum.c" />
29    <ClCompile Include="library\blowfish.c" />
30    <ClCompile Include="library\camellia.c" />
31    <ClCompile Include="library\ccm.c" />
32    <ClCompile Include="library\certs.c" />
33    <ClCompile Include="library\chacha20.c" />
34    <ClCompile Include="library\chachapoly.c" />
35    <ClCompile Include="library\cipher.c" />
36    <ClCompile Include="library\cipher_wrap.c" />
37    <ClCompile Include="library\cmac.c" />
38    <ClCompile Include="library\ctr_drbg.c" />
39    <ClCompile Include="library\debug.c" />
40    <ClCompile Include="library\des.c" />
41    <ClCompile Include="library\dhm.c" />
42    <ClCompile Include="library\ecdh.c" />
43    <ClCompile Include="library\ecdsa.c" />
44    <ClCompile Include="library\ecjpake.c" />
45    <ClCompile Include="library\ecp.c" />
46    <ClCompile Include="library\ecp_curves.c" />
47    <ClCompile Include="library\entropy.c" />
48    <ClCompile Include="library\entropy_poll.c" />
49    <ClCompile Include="library\error.c" />
50    <ClCompile Include="library\gcm.c" />
51    <ClCompile Include="library\havege.c" />
52    <ClCompile Include="library\hkdf.c" />
53    <ClCompile Include="library\hmac_drbg.c" />
54    <ClCompile Include="library\md.c" />
55    <ClCompile Include="library\md2.c" />
56    <ClCompile Include="library\md4.c" />
57    <ClCompile Include="library\md5.c" />
58    <ClCompile Include="library\md_wrap.c" />
59    <ClCompile Include="library\memory_buffer_alloc.c" />
60    <ClCompile Include="library\net_sockets.c" />
61    <ClCompile Include="library\nist_kw.c" />
62    <ClCompile Include="library\oid.c" />
63    <ClCompile Include="library\padlock.c">
64      <ExcludedFromBuild>true</ExcludedFromBuild>
65    </ClCompile>
66    <ClCompile Include="library\pem.c" />
67    <ClCompile Include="library\pk.c" />
68    <ClCompile Include="library\pk_wrap.c" />
69    <ClCompile Include="library\pkcs11.c" />
70    <ClCompile Include="library\pkcs12.c" />
71    <ClCompile Include="library\pkcs5.c" />
72    <ClCompile Include="library\pkparse.c" />
73    <ClCompile Include="library\pkwrite.c" />
74    <ClCompile Include="library\platform.c" />
75    <ClCompile Include="library\platform_util.c" />
76    <ClCompile Include="library\poly1305.c" />
77    <ClCompile Include="library\ripemd160.c" />
78    <ClCompile Include="library\rsa.c" />
79    <ClCompile Include="library\rsa_internal.c" />
80    <ClCompile Include="library\sha1.c" />
81    <ClCompile Include="library\sha256.c" />
82    <ClCompile Include="library\sha512.c" />
83    <ClCompile Include="library\ssl_cache.c" />
84    <ClCompile Include="library\ssl_ciphersuites.c" />
85    <ClCompile Include="library\ssl_cli.c" />
86    <ClCompile Include="library\ssl_cookie.c" />
87    <ClCompile Include="library\ssl_srv.c" />
88    <ClCompile Include="library\ssl_ticket.c" />
89    <ClCompile Include="library\ssl_tls.c" />
90    <ClCompile Include="library\threading.c" />
91    <ClCompile Include="library\timing.c" />
92    <ClCompile Include="library\version.c" />
93    <ClCompile Include="library\version_features.c" />
94    <ClCompile Include="library\x509.c" />
95    <ClCompile Include="library\x509_create.c" />
96    <ClCompile Include="library\x509_crl.c" />
97    <ClCompile Include="library\x509_crt.c" />
98    <ClCompile Include="library\x509_csr.c" />
99    <ClCompile Include="library\x509write_crt.c" />
100    <ClCompile Include="library\x509write_csr.c" />
101    <ClCompile Include="library\xtea.c" />
102  </ItemGroup>
103  <ItemGroup>
104    <Text Include="library\CMakeLists.txt" />
105  </ItemGroup>
106  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
107  <ImportGroup Label="ExtensionTargets">
108  </ImportGroup>
109</Project>