blob: 84a23eebefbfd5555e44b056ded8f49aaceb3cbe [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>
68 <IncludePath>$(VCInstallDir)include;$(VCInstallDir)atlmfc\include;$(WindowsSdkDir)include;$(FrameworkSDKDir)\include;</IncludePath>
69 </PropertyGroup>
Paul Bakker8101cd22011-04-24 15:42:06 +000070 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
71 <LinkIncremental>true</LinkIncremental>
72 <IncludePath>$(VCInstallDir)include;$(VCInstallDir)atlmfc\include;$(WindowsSdkDir)include;$(FrameworkSDKDir)\include;</IncludePath>
73 </PropertyGroup>
Paul Bakkeraf5c85f2011-04-18 03:47:52 +000074 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
75 <LinkIncremental>false</LinkIncremental>
76 </PropertyGroup>
Paul Bakker8101cd22011-04-24 15:42:06 +000077 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
78 <LinkIncremental>false</LinkIncremental>
79 </PropertyGroup>
Paul Bakkeraf5c85f2011-04-18 03:47:52 +000080 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
81 <ClCompile>
82 <PrecompiledHeader>
83 </PrecompiledHeader>
84 <WarningLevel>Level3</WarningLevel>
85 <Optimization>Disabled</Optimization>
86 <PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;_USRDLL;POLARSSL_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
87 <AdditionalIncludeDirectories>../../include</AdditionalIncludeDirectories>
88 <CompileAs>CompileAsC</CompileAs>
89 </ClCompile>
90 <Link>
91 <SubSystem>Windows</SubSystem>
92 <GenerateDebugInformation>true</GenerateDebugInformation>
93 </Link>
94 </ItemDefinitionGroup>
Paul Bakker8101cd22011-04-24 15:42:06 +000095 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
96 <ClCompile>
97 <PrecompiledHeader>
98 </PrecompiledHeader>
99 <WarningLevel>Level3</WarningLevel>
100 <Optimization>Disabled</Optimization>
101 <PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;_USRDLL;POLARSSL_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
102 <AdditionalIncludeDirectories>../../include</AdditionalIncludeDirectories>
103 <CompileAs>CompileAsC</CompileAs>
104 </ClCompile>
105 <Link>
106 <SubSystem>Windows</SubSystem>
107 <GenerateDebugInformation>true</GenerateDebugInformation>
108 </Link>
109 </ItemDefinitionGroup>
Paul Bakkeraf5c85f2011-04-18 03:47:52 +0000110 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
111 <ClCompile>
112 <WarningLevel>Level3</WarningLevel>
113 <PrecompiledHeader>
114 </PrecompiledHeader>
115 <Optimization>MaxSpeed</Optimization>
116 <FunctionLevelLinking>true</FunctionLevelLinking>
117 <IntrinsicFunctions>true</IntrinsicFunctions>
118 <PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;_USRDLL;POLARSSL_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
119 <AdditionalIncludeDirectories>../../include</AdditionalIncludeDirectories>
120 </ClCompile>
121 <Link>
122 <SubSystem>Windows</SubSystem>
123 <GenerateDebugInformation>true</GenerateDebugInformation>
124 <EnableCOMDATFolding>true</EnableCOMDATFolding>
125 <OptimizeReferences>true</OptimizeReferences>
126 </Link>
127 </ItemDefinitionGroup>
Paul Bakker8101cd22011-04-24 15:42:06 +0000128 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
129 <ClCompile>
130 <WarningLevel>Level3</WarningLevel>
131 <PrecompiledHeader>
132 </PrecompiledHeader>
133 <Optimization>MaxSpeed</Optimization>
134 <FunctionLevelLinking>true</FunctionLevelLinking>
135 <IntrinsicFunctions>true</IntrinsicFunctions>
136 <PreprocessorDefinitions>WIN64;NDEBUG;_WINDOWS;_USRDLL;POLARSSL_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
137 <AdditionalIncludeDirectories>../../include</AdditionalIncludeDirectories>
138 </ClCompile>
139 <Link>
140 <SubSystem>Windows</SubSystem>
141 <GenerateDebugInformation>true</GenerateDebugInformation>
142 <EnableCOMDATFolding>true</EnableCOMDATFolding>
143 <OptimizeReferences>true</OptimizeReferences>
144 </Link>
145 </ItemDefinitionGroup>
Paul Bakkeraf5c85f2011-04-18 03:47:52 +0000146 <ItemGroup>
147 <ClInclude Include="..\..\include\polarssl\aes.h" />
148 <ClInclude Include="..\..\include\polarssl\arc4.h" />
Paul Bakker00c1c422011-12-04 22:20:33 +0000149 <ClInclude Include="..\..\include\polarssl\asn1.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" />
155 <ClInclude Include="..\..\include\polarssl\certs.h" />
156 <ClInclude Include="..\..\include\polarssl\cipher.h" />
157 <ClInclude Include="..\..\include\polarssl\cipher_wrap.h" />
158 <ClInclude Include="..\..\include\polarssl\config.h" />
Paul Bakker384b75a2012-05-08 08:40:00 +0000159 <ClInclude Include="..\..\include\polarssl\ctr_drbg.h" />
Paul Bakkeraf5c85f2011-04-18 03:47:52 +0000160 <ClInclude Include="..\..\include\polarssl\debug.h" />
161 <ClInclude Include="..\..\include\polarssl\des.h" />
162 <ClInclude Include="..\..\include\polarssl\dhm.h" />
Paul Bakker00c1c422011-12-04 22:20:33 +0000163 <ClInclude Include="..\..\include\polarssl\entropy.h" />
164 <ClInclude Include="..\..\include\polarssl\entropy_poll.h" />
165 <ClInclude Include="..\..\include\polarssl\error.h" />
Paul Bakkeraf5c85f2011-04-18 03:47:52 +0000166 <ClInclude Include="..\..\include\polarssl\havege.h" />
167 <ClInclude Include="..\..\include\polarssl\md.h" />
168 <ClInclude Include="..\..\include\polarssl\md2.h" />
169 <ClInclude Include="..\..\include\polarssl\md4.h" />
170 <ClInclude Include="..\..\include\polarssl\md5.h" />
171 <ClInclude Include="..\..\include\polarssl\md_wrap.h" />
172 <ClInclude Include="..\..\include\polarssl\net.h" />
173 <ClInclude Include="..\..\include\polarssl\openssl.h" />
174 <ClInclude Include="..\..\include\polarssl\padlock.h" />
175 <ClInclude Include="..\..\include\polarssl\pem.h" />
176 <ClInclude Include="..\..\include\polarssl\pkcs11.h" />
Paul Bakkeraf5c85f2011-04-18 03:47:52 +0000177 <ClInclude Include="..\..\include\polarssl\rsa.h" />
178 <ClInclude Include="..\..\include\polarssl\sha1.h" />
179 <ClInclude Include="..\..\include\polarssl\sha2.h" />
180 <ClInclude Include="..\..\include\polarssl\sha4.h" />
181 <ClInclude Include="..\..\include\polarssl\ssl.h" />
182 <ClInclude Include="..\..\include\polarssl\timing.h" />
183 <ClInclude Include="..\..\include\polarssl\version.h" />
184 <ClInclude Include="..\..\include\polarssl\x509.h" />
185 <ClInclude Include="..\..\include\polarssl\xtea.h" />
186 </ItemGroup>
187 <ItemGroup>
188 <ClCompile Include="..\..\library\aes.c" />
189 <ClCompile Include="..\..\library\arc4.c" />
Paul Bakker00c1c422011-12-04 22:20:33 +0000190 <ClCompile Include="..\..\library\asn1parse.c" />
Paul Bakkeraf5c85f2011-04-18 03:47:52 +0000191 <ClCompile Include="..\..\library\base64.c" />
192 <ClCompile Include="..\..\library\bignum.c" />
Paul Bakkera9379c02012-07-04 11:02:11 +0000193 <ClCompile Include="..\..\library\blowfish.c" />
Paul Bakkeraf5c85f2011-04-18 03:47:52 +0000194 <ClCompile Include="..\..\library\camellia.c" />
195 <ClCompile Include="..\..\library\certs.c" />
196 <ClCompile Include="..\..\library\cipher.c" />
197 <ClCompile Include="..\..\library\cipher_wrap.c" />
Paul Bakker00c1c422011-12-04 22:20:33 +0000198 <ClCompile Include="..\..\library\ctr_drbg.c" />
Paul Bakkeraf5c85f2011-04-18 03:47:52 +0000199 <ClCompile Include="..\..\library\debug.c" />
200 <ClCompile Include="..\..\library\des.c" />
201 <ClCompile Include="..\..\library\dhm.c" />
Paul Bakker00c1c422011-12-04 22:20:33 +0000202 <ClCompile Include="..\..\library\entropy.c" />
203 <ClCompile Include="..\..\library\entropy_poll.c" />
204 <ClCompile Include="..\..\library\error.c" />
Paul Bakker93784e12012-10-01 20:57:09 +0000205 <ClCompile Include="..\..\library\gcm.c" />
Paul Bakkeraf5c85f2011-04-18 03:47:52 +0000206 <ClCompile Include="..\..\library\havege.c" />
207 <ClCompile Include="..\..\library\md.c" />
208 <ClCompile Include="..\..\library\md2.c" />
209 <ClCompile Include="..\..\library\md4.c" />
210 <ClCompile Include="..\..\library\md5.c" />
211 <ClCompile Include="..\..\library\md_wrap.c" />
212 <ClCompile Include="..\..\library\net.c" />
213 <ClCompile Include="..\..\library\padlock.c" />
214 <ClCompile Include="..\..\library\pem.c" />
215 <ClCompile Include="..\..\library\pkcs11.c" />
216 <ClCompile Include="..\..\library\rsa.c" />
217 <ClCompile Include="..\..\library\sha1.c" />
218 <ClCompile Include="..\..\library\sha2.c" />
219 <ClCompile Include="..\..\library\sha4.c" />
Paul Bakker93784e12012-10-01 20:57:09 +0000220 <ClCompile Include="..\..\library\ssl_cache.c" />
Paul Bakkeraf5c85f2011-04-18 03:47:52 +0000221 <ClCompile Include="..\..\library\ssl_cli.c" />
222 <ClCompile Include="..\..\library\ssl_srv.c" />
223 <ClCompile Include="..\..\library\ssl_tls.c" />
224 <ClCompile Include="..\..\library\timing.c" />
225 <ClCompile Include="..\..\library\version.c" />
226 <ClCompile Include="..\..\library\x509parse.c" />
227 <ClCompile Include="..\..\library\xtea.c" />
228 </ItemGroup>
229 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
230 <ImportGroup Label="ExtensionTargets">
231 </ImportGroup>
Paul Bakker93784e12012-10-01 20:57:09 +0000232</Project>