Manuel Pégourié-Gonnard | 2a0718d | 2015-01-29 11:29:12 +0000 | [diff] [blame^] | 1 | <<<<<<< HEAD:visualc/VS2010/PolarSSL.vcxproj |
| 2 | <?xml version="1.0" encoding="utf-8"?>
|
| 3 | <Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
| 4 | <ItemGroup Label="ProjectConfigurations">
|
| 5 | <ProjectConfiguration Include="Debug|Win32">
|
| 6 | <Configuration>Debug</Configuration>
|
| 7 | <Platform>Win32</Platform>
|
| 8 | </ProjectConfiguration>
|
| 9 | <ProjectConfiguration Include="Debug|x64">
|
| 10 | <Configuration>Debug</Configuration>
|
| 11 | <Platform>x64</Platform>
|
| 12 | </ProjectConfiguration>
|
| 13 | <ProjectConfiguration Include="Release|Win32">
|
| 14 | <Configuration>Release</Configuration>
|
| 15 | <Platform>Win32</Platform>
|
| 16 | </ProjectConfiguration>
|
| 17 | <ProjectConfiguration Include="Release|x64">
|
| 18 | <Configuration>Release</Configuration>
|
| 19 | <Platform>x64</Platform>
|
| 20 | </ProjectConfiguration>
|
| 21 | </ItemGroup>
|
| 22 | <PropertyGroup Label="Globals">
|
| 23 | <ProjectGuid>{46CF2D25-6A36-4189-B59C-E4815388E554}</ProjectGuid>
|
| 24 | <Keyword>Win32Proj</Keyword>
|
| 25 | <RootNamespace>PolarSSL</RootNamespace>
|
| 26 | </PropertyGroup>
|
| 27 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
|
| 28 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
|
| 29 | <ConfigurationType>StaticLibrary</ConfigurationType>
|
| 30 | <UseDebugLibraries>true</UseDebugLibraries>
|
| 31 | <CharacterSet>Unicode</CharacterSet>
|
| 32 | </PropertyGroup>
|
| 33 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
|
| 34 | <ConfigurationType>StaticLibrary</ConfigurationType>
|
| 35 | <UseDebugLibraries>true</UseDebugLibraries>
|
| 36 | <CharacterSet>Unicode</CharacterSet>
|
| 37 | </PropertyGroup>
|
| 38 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
|
| 39 | <ConfigurationType>StaticLibrary</ConfigurationType>
|
| 40 | <UseDebugLibraries>false</UseDebugLibraries>
|
| 41 | <WholeProgramOptimization>true</WholeProgramOptimization>
|
| 42 | <CharacterSet>Unicode</CharacterSet>
|
| 43 | </PropertyGroup>
|
| 44 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
|
| 45 | <ConfigurationType>StaticLibrary</ConfigurationType>
|
| 46 | <UseDebugLibraries>false</UseDebugLibraries>
|
| 47 | <WholeProgramOptimization>true</WholeProgramOptimization>
|
| 48 | <CharacterSet>Unicode</CharacterSet>
|
| 49 | <PlatformToolset>Windows7.1SDK</PlatformToolset>
|
| 50 | </PropertyGroup>
|
| 51 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
|
| 52 | <ImportGroup Label="ExtensionSettings">
|
| 53 | </ImportGroup>
|
| 54 | <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
| 55 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
| 56 | </ImportGroup>
|
| 57 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets">
|
| 58 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
| 59 | </ImportGroup>
|
| 60 | <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
| 61 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
| 62 | </ImportGroup>
|
| 63 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets">
|
| 64 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
| 65 | </ImportGroup>
|
| 66 | <PropertyGroup Label="UserMacros" />
|
| 67 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
| 68 | <LinkIncremental>true</LinkIncremental>
|
| 69 | </PropertyGroup>
|
| 70 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
| 71 | <LinkIncremental>true</LinkIncremental>
|
| 72 | </PropertyGroup>
|
| 73 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
| 74 | <LinkIncremental>false</LinkIncremental>
|
| 75 | </PropertyGroup>
|
| 76 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
| 77 | <LinkIncremental>false</LinkIncremental>
|
| 78 | </PropertyGroup>
|
| 79 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
| 80 | <ClCompile>
|
| 81 | <PrecompiledHeader>
|
| 82 | </PrecompiledHeader>
|
| 83 | <WarningLevel>Level3</WarningLevel>
|
| 84 | <Optimization>Disabled</Optimization>
|
| 85 | <PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;_USRDLL;POLARSSL_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
| 86 | <AdditionalIncludeDirectories>../../include</AdditionalIncludeDirectories>
|
| 87 | <CompileAs>CompileAsC</CompileAs>
|
| 88 | </ClCompile>
|
| 89 | <Link>
|
| 90 | <SubSystem>Windows</SubSystem>
|
| 91 | <GenerateDebugInformation>true</GenerateDebugInformation>
|
| 92 | </Link>
|
| 93 | </ItemDefinitionGroup>
|
| 94 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
| 95 | <ClCompile>
|
| 96 | <PrecompiledHeader>
|
| 97 | </PrecompiledHeader>
|
| 98 | <WarningLevel>Level3</WarningLevel>
|
| 99 | <Optimization>Disabled</Optimization>
|
| 100 | <PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;_USRDLL;POLARSSL_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
| 101 | <AdditionalIncludeDirectories>../../include</AdditionalIncludeDirectories>
|
| 102 | <CompileAs>CompileAsC</CompileAs>
|
| 103 | </ClCompile>
|
| 104 | <Link>
|
| 105 | <SubSystem>Windows</SubSystem>
|
| 106 | <GenerateDebugInformation>true</GenerateDebugInformation>
|
| 107 | </Link>
|
| 108 | </ItemDefinitionGroup>
|
| 109 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
| 110 | <ClCompile>
|
| 111 | <WarningLevel>Level3</WarningLevel>
|
| 112 | <PrecompiledHeader>
|
| 113 | </PrecompiledHeader>
|
| 114 | <Optimization>MaxSpeed</Optimization>
|
| 115 | <FunctionLevelLinking>true</FunctionLevelLinking>
|
| 116 | <IntrinsicFunctions>true</IntrinsicFunctions>
|
| 117 | <PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;_USRDLL;POLARSSL_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
| 118 | <AdditionalIncludeDirectories>../../include</AdditionalIncludeDirectories>
|
| 119 | </ClCompile>
|
| 120 | <Link>
|
| 121 | <SubSystem>Windows</SubSystem>
|
| 122 | <GenerateDebugInformation>true</GenerateDebugInformation>
|
| 123 | <EnableCOMDATFolding>true</EnableCOMDATFolding>
|
| 124 | <OptimizeReferences>true</OptimizeReferences>
|
| 125 | </Link>
|
| 126 | </ItemDefinitionGroup>
|
| 127 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
| 128 | <ClCompile>
|
| 129 | <WarningLevel>Level3</WarningLevel>
|
| 130 | <PrecompiledHeader>
|
| 131 | </PrecompiledHeader>
|
| 132 | <Optimization>MaxSpeed</Optimization>
|
| 133 | <FunctionLevelLinking>true</FunctionLevelLinking>
|
| 134 | <IntrinsicFunctions>true</IntrinsicFunctions>
|
| 135 | <PreprocessorDefinitions>WIN64;NDEBUG;_WINDOWS;_USRDLL;POLARSSL_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
| 136 | <AdditionalIncludeDirectories>../../include</AdditionalIncludeDirectories>
|
| 137 | </ClCompile>
|
| 138 | <Link>
|
| 139 | <SubSystem>Windows</SubSystem>
|
| 140 | <GenerateDebugInformation>true</GenerateDebugInformation>
|
| 141 | <EnableCOMDATFolding>true</EnableCOMDATFolding>
|
| 142 | <OptimizeReferences>true</OptimizeReferences>
|
| 143 | </Link>
|
| 144 | </ItemDefinitionGroup>
|
| 145 | <ItemGroup>
|
| 146 | <ClInclude Include="..\..\include\polarssl\aes.h" />
|
| 147 | <ClInclude Include="..\..\include\polarssl\aesni.h" />
|
| 148 | <ClInclude Include="..\..\include\polarssl\arc4.h" />
|
| 149 | <ClInclude Include="..\..\include\polarssl\asn1.h" />
|
| 150 | <ClInclude Include="..\..\include\polarssl\asn1write.h" />
|
| 151 | <ClInclude Include="..\..\include\polarssl\base64.h" />
|
| 152 | <ClInclude Include="..\..\include\polarssl\bignum.h" />
|
| 153 | <ClInclude Include="..\..\include\polarssl\blowfish.h" />
|
| 154 | <ClInclude Include="..\..\include\polarssl\bn_mul.h" />
|
| 155 | <ClInclude Include="..\..\include\polarssl\camellia.h" />
|
| 156 | <ClInclude Include="..\..\include\polarssl\ccm.h" />
|
| 157 | <ClInclude Include="..\..\include\polarssl\certs.h" />
|
| 158 | <ClInclude Include="..\..\include\polarssl\check_config.h" />
|
| 159 | <ClInclude Include="..\..\include\polarssl\cipher.h" />
|
| 160 | <ClInclude Include="..\..\include\polarssl\cipher_wrap.h" />
|
| 161 | <ClInclude Include="..\..\include\polarssl\compat-1.2.h" />
|
| 162 | <ClInclude Include="..\..\include\polarssl\config.h" />
|
| 163 | <ClInclude Include="..\..\include\polarssl\ctr_drbg.h" />
|
| 164 | <ClInclude Include="..\..\include\polarssl\debug.h" />
|
| 165 | <ClInclude Include="..\..\include\polarssl\des.h" />
|
| 166 | <ClInclude Include="..\..\include\polarssl\dhm.h" />
|
| 167 | <ClInclude Include="..\..\include\polarssl\ecdh.h" />
|
| 168 | <ClInclude Include="..\..\include\polarssl\ecdsa.h" />
|
| 169 | <ClInclude Include="..\..\include\polarssl\ecp.h" />
|
| 170 | <ClInclude Include="..\..\include\polarssl\entropy.h" />
|
| 171 | <ClInclude Include="..\..\include\polarssl\entropy_poll.h" />
|
| 172 | <ClInclude Include="..\..\include\polarssl\error.h" />
|
| 173 | <ClInclude Include="..\..\include\polarssl\gcm.h" />
|
| 174 | <ClInclude Include="..\..\include\polarssl\havege.h" />
|
| 175 | <ClInclude Include="..\..\include\polarssl\hmac_drbg.h" />
|
| 176 | <ClInclude Include="..\..\include\polarssl\md.h" />
|
| 177 | <ClInclude Include="..\..\include\polarssl\md2.h" />
|
| 178 | <ClInclude Include="..\..\include\polarssl\md4.h" />
|
| 179 | <ClInclude Include="..\..\include\polarssl\md5.h" />
|
| 180 | <ClInclude Include="..\..\include\polarssl\md_wrap.h" />
|
| 181 | <ClInclude Include="..\..\include\polarssl\memory.h" />
|
| 182 | <ClInclude Include="..\..\include\polarssl\memory_buffer_alloc.h" />
|
| 183 | <ClInclude Include="..\..\include\polarssl\net.h" />
|
| 184 | <ClInclude Include="..\..\include\polarssl\oid.h" />
|
| 185 | <ClInclude Include="..\..\include\polarssl\openssl.h" />
|
| 186 | <ClInclude Include="..\..\include\polarssl\padlock.h" />
|
| 187 | <ClInclude Include="..\..\include\polarssl\pbkdf2.h" />
|
| 188 | <ClInclude Include="..\..\include\polarssl\pem.h" />
|
| 189 | <ClInclude Include="..\..\include\polarssl\pk.h" />
|
| 190 | <ClInclude Include="..\..\include\polarssl\pk_wrap.h" />
|
| 191 | <ClInclude Include="..\..\include\polarssl\pkcs11.h" />
|
| 192 | <ClInclude Include="..\..\include\polarssl\pkcs12.h" />
|
| 193 | <ClInclude Include="..\..\include\polarssl\pkcs5.h" />
|
| 194 | <ClInclude Include="..\..\include\polarssl\platform.h" />
|
| 195 | <ClInclude Include="..\..\include\polarssl\ripemd160.h" />
|
| 196 | <ClInclude Include="..\..\include\polarssl\rsa.h" />
|
| 197 | <ClInclude Include="..\..\include\polarssl\sha1.h" />
|
| 198 | <ClInclude Include="..\..\include\polarssl\sha256.h" />
|
| 199 | <ClInclude Include="..\..\include\polarssl\sha512.h" />
|
| 200 | <ClInclude Include="..\..\include\polarssl\ssl.h" />
|
| 201 | <ClInclude Include="..\..\include\polarssl\ssl_cache.h" />
|
| 202 | <ClInclude Include="..\..\include\polarssl\ssl_ciphersuites.h" />
|
| 203 | <ClInclude Include="..\..\include\polarssl\ssl_cookie.h" />
|
| 204 | <ClInclude Include="..\..\include\polarssl\threading.h" />
|
| 205 | <ClInclude Include="..\..\include\polarssl\timing.h" />
|
| 206 | <ClInclude Include="..\..\include\polarssl\version.h" />
|
| 207 | <ClInclude Include="..\..\include\polarssl\x509.h" />
|
| 208 | <ClInclude Include="..\..\include\polarssl\x509_crl.h" />
|
| 209 | <ClInclude Include="..\..\include\polarssl\x509_crt.h" />
|
| 210 | <ClInclude Include="..\..\include\polarssl\x509_csr.h" />
|
| 211 | <ClInclude Include="..\..\include\polarssl\xtea.h" />
|
| 212 | </ItemGroup>
|
| 213 | <ItemGroup>
|
| 214 | <ClCompile Include="..\..\library\aes.c" />
|
| 215 | <ClCompile Include="..\..\library\aesni.c" />
|
| 216 | <ClCompile Include="..\..\library\arc4.c" />
|
| 217 | <ClCompile Include="..\..\library\asn1parse.c" />
|
| 218 | <ClCompile Include="..\..\library\asn1write.c" />
|
| 219 | <ClCompile Include="..\..\library\base64.c" />
|
| 220 | <ClCompile Include="..\..\library\bignum.c" />
|
| 221 | <ClCompile Include="..\..\library\blowfish.c" />
|
| 222 | <ClCompile Include="..\..\library\camellia.c" />
|
| 223 | <ClCompile Include="..\..\library\ccm.c" />
|
| 224 | <ClCompile Include="..\..\library\certs.c" />
|
| 225 | <ClCompile Include="..\..\library\cipher.c" />
|
| 226 | <ClCompile Include="..\..\library\cipher_wrap.c" />
|
| 227 | <ClCompile Include="..\..\library\ctr_drbg.c" />
|
| 228 | <ClCompile Include="..\..\library\debug.c" />
|
| 229 | <ClCompile Include="..\..\library\des.c" />
|
| 230 | <ClCompile Include="..\..\library\dhm.c" />
|
| 231 | <ClCompile Include="..\..\library\ecdh.c" />
|
| 232 | <ClCompile Include="..\..\library\ecdsa.c" />
|
| 233 | <ClCompile Include="..\..\library\ecp.c" />
|
| 234 | <ClCompile Include="..\..\library\ecp_curves.c" />
|
| 235 | <ClCompile Include="..\..\library\entropy.c" />
|
| 236 | <ClCompile Include="..\..\library\entropy_poll.c" />
|
| 237 | <ClCompile Include="..\..\library\error.c" />
|
| 238 | <ClCompile Include="..\..\library\gcm.c" />
|
| 239 | <ClCompile Include="..\..\library\havege.c" />
|
| 240 | <ClCompile Include="..\..\library\hmac_drbg.c" />
|
| 241 | <ClCompile Include="..\..\library\md.c" />
|
| 242 | <ClCompile Include="..\..\library\md2.c" />
|
| 243 | <ClCompile Include="..\..\library\md4.c" />
|
| 244 | <ClCompile Include="..\..\library\md5.c" />
|
| 245 | <ClCompile Include="..\..\library\md_wrap.c" />
|
| 246 | <ClCompile Include="..\..\library\memory_buffer_alloc.c" />
|
| 247 | <ClCompile Include="..\..\library\net.c" />
|
| 248 | <ClCompile Include="..\..\library\oid.c" />
|
| 249 | <ClCompile Include="..\..\library\padlock.c" />
|
| 250 | <ClCompile Include="..\..\library\pbkdf2.c" />
|
| 251 | <ClCompile Include="..\..\library\pem.c" />
|
| 252 | <ClCompile Include="..\..\library\pk.c" />
|
| 253 | <ClCompile Include="..\..\library\pk_wrap.c" />
|
| 254 | <ClCompile Include="..\..\library\pkcs11.c" />
|
| 255 | <ClCompile Include="..\..\library\pkcs12.c" />
|
| 256 | <ClCompile Include="..\..\library\pkcs5.c" />
|
| 257 | <ClCompile Include="..\..\library\pkparse.c" />
|
| 258 | <ClCompile Include="..\..\library\pkwrite.c" />
|
| 259 | <ClCompile Include="..\..\library\platform.c" />
|
| 260 | <ClCompile Include="..\..\library\ripemd160.c" />
|
| 261 | <ClCompile Include="..\..\library\rsa.c" />
|
| 262 | <ClCompile Include="..\..\library\sha1.c" />
|
| 263 | <ClCompile Include="..\..\library\sha256.c" />
|
| 264 | <ClCompile Include="..\..\library\sha512.c" />
|
| 265 | <ClCompile Include="..\..\library\ssl_cache.c" />
|
| 266 | <ClCompile Include="..\..\library\ssl_ciphersuites.c" />
|
| 267 | <ClCompile Include="..\..\library\ssl_cli.c" />
|
| 268 | <ClCompile Include="..\..\library\ssl_cookie.c" />
|
| 269 | <ClCompile Include="..\..\library\ssl_srv.c" />
|
| 270 | <ClCompile Include="..\..\library\ssl_tls.c" />
|
| 271 | <ClCompile Include="..\..\library\threading.c" />
|
| 272 | <ClCompile Include="..\..\library\timing.c" />
|
| 273 | <ClCompile Include="..\..\library\version.c" />
|
| 274 | <ClCompile Include="..\..\library\version_features.c" />
|
| 275 | <ClCompile Include="..\..\library\x509.c" />
|
| 276 | <ClCompile Include="..\..\library\x509_create.c" />
|
| 277 | <ClCompile Include="..\..\library\x509_crl.c" />
|
| 278 | <ClCompile Include="..\..\library\x509_crt.c" />
|
| 279 | <ClCompile Include="..\..\library\x509_csr.c" />
|
| 280 | <ClCompile Include="..\..\library\x509write_crt.c" />
|
| 281 | <ClCompile Include="..\..\library\x509write_csr.c" />
|
| 282 | <ClCompile Include="..\..\library\xtea.c" />
|
| 283 | </ItemGroup>
|
| 284 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
| 285 | <ImportGroup Label="ExtensionTargets">
|
| 286 | </ImportGroup>
|
| 287 | </Project>
|
| 288 | ======= |
Manuel Pégourié-Gonnard | edaa9a0 | 2015-01-26 15:43:46 +0000 | [diff] [blame] | 289 | <?xml version="1.0" encoding="utf-8"?> |
| 290 | <Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
| 291 | <ItemGroup Label="ProjectConfigurations"> |
| 292 | <ProjectConfiguration Include="Debug|Win32"> |
| 293 | <Configuration>Debug</Configuration> |
| 294 | <Platform>Win32</Platform> |
| 295 | </ProjectConfiguration> |
| 296 | <ProjectConfiguration Include="Debug|x64"> |
| 297 | <Configuration>Debug</Configuration> |
| 298 | <Platform>x64</Platform> |
| 299 | </ProjectConfiguration> |
| 300 | <ProjectConfiguration Include="Release|Win32"> |
| 301 | <Configuration>Release</Configuration> |
| 302 | <Platform>Win32</Platform> |
| 303 | </ProjectConfiguration> |
| 304 | <ProjectConfiguration Include="Release|x64"> |
| 305 | <Configuration>Release</Configuration> |
| 306 | <Platform>x64</Platform> |
| 307 | </ProjectConfiguration> |
| 308 | </ItemGroup> |
| 309 | <PropertyGroup Label="Globals"> |
| 310 | <ProjectGuid>{46CF2D25-6A36-4189-B59C-E4815388E554}</ProjectGuid> |
| 311 | <Keyword>Win32Proj</Keyword> |
| 312 | <RootNamespace>mbedTLS</RootNamespace> |
| 313 | </PropertyGroup> |
| 314 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> |
| 315 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> |
| 316 | <ConfigurationType>StaticLibrary</ConfigurationType> |
| 317 | <UseDebugLibraries>true</UseDebugLibraries> |
| 318 | <CharacterSet>Unicode</CharacterSet> |
| 319 | </PropertyGroup> |
| 320 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration"> |
| 321 | <ConfigurationType>StaticLibrary</ConfigurationType> |
| 322 | <UseDebugLibraries>true</UseDebugLibraries> |
| 323 | <CharacterSet>Unicode</CharacterSet> |
| 324 | </PropertyGroup> |
| 325 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> |
| 326 | <ConfigurationType>StaticLibrary</ConfigurationType> |
| 327 | <UseDebugLibraries>false</UseDebugLibraries> |
| 328 | <WholeProgramOptimization>true</WholeProgramOptimization> |
| 329 | <CharacterSet>Unicode</CharacterSet> |
| 330 | </PropertyGroup> |
| 331 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration"> |
| 332 | <ConfigurationType>StaticLibrary</ConfigurationType> |
| 333 | <UseDebugLibraries>false</UseDebugLibraries> |
| 334 | <WholeProgramOptimization>true</WholeProgramOptimization> |
| 335 | <CharacterSet>Unicode</CharacterSet> |
| 336 | <PlatformToolset>Windows7.1SDK</PlatformToolset> |
| 337 | </PropertyGroup> |
| 338 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> |
| 339 | <ImportGroup Label="ExtensionSettings"> |
| 340 | </ImportGroup> |
| 341 | <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> |
| 342 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
| 343 | </ImportGroup> |
| 344 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets"> |
| 345 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
| 346 | </ImportGroup> |
| 347 | <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> |
| 348 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
| 349 | </ImportGroup> |
| 350 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets"> |
| 351 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
| 352 | </ImportGroup> |
| 353 | <PropertyGroup Label="UserMacros" /> |
| 354 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> |
| 355 | <LinkIncremental>true</LinkIncremental> |
| 356 | </PropertyGroup> |
| 357 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> |
| 358 | <LinkIncremental>true</LinkIncremental> |
| 359 | </PropertyGroup> |
| 360 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> |
| 361 | <LinkIncremental>false</LinkIncremental> |
| 362 | </PropertyGroup> |
| 363 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> |
| 364 | <LinkIncremental>false</LinkIncremental> |
| 365 | </PropertyGroup> |
| 366 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> |
| 367 | <ClCompile> |
| 368 | <PrecompiledHeader> |
| 369 | </PrecompiledHeader> |
| 370 | <WarningLevel>Level3</WarningLevel> |
| 371 | <Optimization>Disabled</Optimization> |
| 372 | <PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;_USRDLL;MBEDTLS_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
| 373 | <AdditionalIncludeDirectories>../../include</AdditionalIncludeDirectories> |
| 374 | <CompileAs>CompileAsC</CompileAs> |
| 375 | </ClCompile> |
| 376 | <Link> |
| 377 | <SubSystem>Windows</SubSystem> |
| 378 | <GenerateDebugInformation>true</GenerateDebugInformation> |
| 379 | </Link> |
| 380 | </ItemDefinitionGroup> |
| 381 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> |
| 382 | <ClCompile> |
| 383 | <PrecompiledHeader> |
| 384 | </PrecompiledHeader> |
| 385 | <WarningLevel>Level3</WarningLevel> |
| 386 | <Optimization>Disabled</Optimization> |
| 387 | <PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;_USRDLL;MBEDTLS_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
| 388 | <AdditionalIncludeDirectories>../../include</AdditionalIncludeDirectories> |
| 389 | <CompileAs>CompileAsC</CompileAs> |
| 390 | </ClCompile> |
| 391 | <Link> |
| 392 | <SubSystem>Windows</SubSystem> |
| 393 | <GenerateDebugInformation>true</GenerateDebugInformation> |
| 394 | </Link> |
| 395 | </ItemDefinitionGroup> |
| 396 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> |
| 397 | <ClCompile> |
| 398 | <WarningLevel>Level3</WarningLevel> |
| 399 | <PrecompiledHeader> |
| 400 | </PrecompiledHeader> |
| 401 | <Optimization>MaxSpeed</Optimization> |
| 402 | <FunctionLevelLinking>true</FunctionLevelLinking> |
| 403 | <IntrinsicFunctions>true</IntrinsicFunctions> |
| 404 | <PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;_USRDLL;MBEDTLS_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
| 405 | <AdditionalIncludeDirectories>../../include</AdditionalIncludeDirectories> |
| 406 | </ClCompile> |
| 407 | <Link> |
| 408 | <SubSystem>Windows</SubSystem> |
| 409 | <GenerateDebugInformation>true</GenerateDebugInformation> |
| 410 | <EnableCOMDATFolding>true</EnableCOMDATFolding> |
| 411 | <OptimizeReferences>true</OptimizeReferences> |
| 412 | </Link> |
| 413 | </ItemDefinitionGroup> |
| 414 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> |
| 415 | <ClCompile> |
| 416 | <WarningLevel>Level3</WarningLevel> |
| 417 | <PrecompiledHeader> |
| 418 | </PrecompiledHeader> |
| 419 | <Optimization>MaxSpeed</Optimization> |
| 420 | <FunctionLevelLinking>true</FunctionLevelLinking> |
| 421 | <IntrinsicFunctions>true</IntrinsicFunctions> |
| 422 | <PreprocessorDefinitions>WIN64;NDEBUG;_WINDOWS;_USRDLL;MBEDTLS_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
| 423 | <AdditionalIncludeDirectories>../../include</AdditionalIncludeDirectories> |
| 424 | </ClCompile> |
| 425 | <Link> |
| 426 | <SubSystem>Windows</SubSystem> |
| 427 | <GenerateDebugInformation>true</GenerateDebugInformation> |
| 428 | <EnableCOMDATFolding>true</EnableCOMDATFolding> |
| 429 | <OptimizeReferences>true</OptimizeReferences> |
| 430 | </Link> |
| 431 | </ItemDefinitionGroup> |
| 432 | <ItemGroup> |
| 433 | <ClInclude Include="..\..\include\polarssl\aes.h" /> |
| 434 | <ClInclude Include="..\..\include\polarssl\aesni.h" /> |
| 435 | <ClInclude Include="..\..\include\polarssl\arc4.h" /> |
| 436 | <ClInclude Include="..\..\include\polarssl\asn1.h" /> |
| 437 | <ClInclude Include="..\..\include\polarssl\asn1write.h" /> |
| 438 | <ClInclude Include="..\..\include\polarssl\base64.h" /> |
| 439 | <ClInclude Include="..\..\include\polarssl\bignum.h" /> |
| 440 | <ClInclude Include="..\..\include\polarssl\blowfish.h" /> |
| 441 | <ClInclude Include="..\..\include\polarssl\bn_mul.h" /> |
| 442 | <ClInclude Include="..\..\include\polarssl\camellia.h" /> |
| 443 | <ClInclude Include="..\..\include\polarssl\ccm.h" /> |
| 444 | <ClInclude Include="..\..\include\polarssl\certs.h" /> |
| 445 | <ClInclude Include="..\..\include\polarssl\check_config.h" /> |
| 446 | <ClInclude Include="..\..\include\polarssl\cipher.h" /> |
| 447 | <ClInclude Include="..\..\include\polarssl\cipher_wrap.h" /> |
| 448 | <ClInclude Include="..\..\include\polarssl\compat-1.2.h" /> |
| 449 | <ClInclude Include="..\..\include\polarssl\config.h" /> |
| 450 | <ClInclude Include="..\..\include\polarssl\ctr_drbg.h" /> |
| 451 | <ClInclude Include="..\..\include\polarssl\debug.h" /> |
| 452 | <ClInclude Include="..\..\include\polarssl\des.h" /> |
| 453 | <ClInclude Include="..\..\include\polarssl\dhm.h" /> |
| 454 | <ClInclude Include="..\..\include\polarssl\ecdh.h" /> |
| 455 | <ClInclude Include="..\..\include\polarssl\ecdsa.h" /> |
| 456 | <ClInclude Include="..\..\include\polarssl\ecp.h" /> |
| 457 | <ClInclude Include="..\..\include\polarssl\entropy.h" /> |
| 458 | <ClInclude Include="..\..\include\polarssl\entropy_poll.h" /> |
| 459 | <ClInclude Include="..\..\include\polarssl\error.h" /> |
| 460 | <ClInclude Include="..\..\include\polarssl\gcm.h" /> |
| 461 | <ClInclude Include="..\..\include\polarssl\havege.h" /> |
| 462 | <ClInclude Include="..\..\include\polarssl\hmac_drbg.h" /> |
| 463 | <ClInclude Include="..\..\include\polarssl\md.h" /> |
| 464 | <ClInclude Include="..\..\include\polarssl\md2.h" /> |
| 465 | <ClInclude Include="..\..\include\polarssl\md4.h" /> |
| 466 | <ClInclude Include="..\..\include\polarssl\md5.h" /> |
| 467 | <ClInclude Include="..\..\include\polarssl\md_wrap.h" /> |
| 468 | <ClInclude Include="..\..\include\polarssl\memory.h" /> |
| 469 | <ClInclude Include="..\..\include\polarssl\memory_buffer_alloc.h" /> |
| 470 | <ClInclude Include="..\..\include\polarssl\net.h" /> |
| 471 | <ClInclude Include="..\..\include\polarssl\oid.h" /> |
| 472 | <ClInclude Include="..\..\include\polarssl\openssl.h" /> |
| 473 | <ClInclude Include="..\..\include\polarssl\padlock.h" /> |
| 474 | <ClInclude Include="..\..\include\polarssl\pbkdf2.h" /> |
| 475 | <ClInclude Include="..\..\include\polarssl\pem.h" /> |
| 476 | <ClInclude Include="..\..\include\polarssl\pk.h" /> |
| 477 | <ClInclude Include="..\..\include\polarssl\pk_wrap.h" /> |
| 478 | <ClInclude Include="..\..\include\polarssl\pkcs11.h" /> |
| 479 | <ClInclude Include="..\..\include\polarssl\pkcs12.h" /> |
| 480 | <ClInclude Include="..\..\include\polarssl\pkcs5.h" /> |
| 481 | <ClInclude Include="..\..\include\polarssl\platform.h" /> |
| 482 | <ClInclude Include="..\..\include\polarssl\ripemd160.h" /> |
| 483 | <ClInclude Include="..\..\include\polarssl\rsa.h" /> |
| 484 | <ClInclude Include="..\..\include\polarssl\sha1.h" /> |
| 485 | <ClInclude Include="..\..\include\polarssl\sha256.h" /> |
| 486 | <ClInclude Include="..\..\include\polarssl\sha512.h" /> |
| 487 | <ClInclude Include="..\..\include\polarssl\ssl.h" /> |
| 488 | <ClInclude Include="..\..\include\polarssl\ssl_cache.h" /> |
| 489 | <ClInclude Include="..\..\include\polarssl\ssl_ciphersuites.h" /> |
| 490 | <ClInclude Include="..\..\include\polarssl\threading.h" /> |
| 491 | <ClInclude Include="..\..\include\polarssl\timing.h" /> |
| 492 | <ClInclude Include="..\..\include\polarssl\version.h" /> |
| 493 | <ClInclude Include="..\..\include\polarssl\x509.h" /> |
| 494 | <ClInclude Include="..\..\include\polarssl\x509_crl.h" /> |
| 495 | <ClInclude Include="..\..\include\polarssl\x509_crt.h" /> |
| 496 | <ClInclude Include="..\..\include\polarssl\x509_csr.h" /> |
| 497 | <ClInclude Include="..\..\include\polarssl\xtea.h" /> |
| 498 | </ItemGroup> |
| 499 | <ItemGroup> |
| 500 | <ClCompile Include="..\..\library\aes.c" /> |
| 501 | <ClCompile Include="..\..\library\aesni.c" /> |
| 502 | <ClCompile Include="..\..\library\arc4.c" /> |
| 503 | <ClCompile Include="..\..\library\asn1parse.c" /> |
| 504 | <ClCompile Include="..\..\library\asn1write.c" /> |
| 505 | <ClCompile Include="..\..\library\base64.c" /> |
| 506 | <ClCompile Include="..\..\library\bignum.c" /> |
| 507 | <ClCompile Include="..\..\library\blowfish.c" /> |
| 508 | <ClCompile Include="..\..\library\camellia.c" /> |
| 509 | <ClCompile Include="..\..\library\ccm.c" /> |
| 510 | <ClCompile Include="..\..\library\certs.c" /> |
| 511 | <ClCompile Include="..\..\library\cipher.c" /> |
| 512 | <ClCompile Include="..\..\library\cipher_wrap.c" /> |
| 513 | <ClCompile Include="..\..\library\ctr_drbg.c" /> |
| 514 | <ClCompile Include="..\..\library\debug.c" /> |
| 515 | <ClCompile Include="..\..\library\des.c" /> |
| 516 | <ClCompile Include="..\..\library\dhm.c" /> |
| 517 | <ClCompile Include="..\..\library\ecdh.c" /> |
| 518 | <ClCompile Include="..\..\library\ecdsa.c" /> |
| 519 | <ClCompile Include="..\..\library\ecp.c" /> |
| 520 | <ClCompile Include="..\..\library\ecp_curves.c" /> |
| 521 | <ClCompile Include="..\..\library\entropy.c" /> |
| 522 | <ClCompile Include="..\..\library\entropy_poll.c" /> |
| 523 | <ClCompile Include="..\..\library\error.c" /> |
| 524 | <ClCompile Include="..\..\library\gcm.c" /> |
| 525 | <ClCompile Include="..\..\library\havege.c" /> |
| 526 | <ClCompile Include="..\..\library\hmac_drbg.c" /> |
| 527 | <ClCompile Include="..\..\library\md.c" /> |
| 528 | <ClCompile Include="..\..\library\md2.c" /> |
| 529 | <ClCompile Include="..\..\library\md4.c" /> |
| 530 | <ClCompile Include="..\..\library\md5.c" /> |
| 531 | <ClCompile Include="..\..\library\md_wrap.c" /> |
| 532 | <ClCompile Include="..\..\library\memory_buffer_alloc.c" /> |
| 533 | <ClCompile Include="..\..\library\net.c" /> |
| 534 | <ClCompile Include="..\..\library\oid.c" /> |
| 535 | <ClCompile Include="..\..\library\padlock.c" /> |
| 536 | <ClCompile Include="..\..\library\pbkdf2.c" /> |
| 537 | <ClCompile Include="..\..\library\pem.c" /> |
| 538 | <ClCompile Include="..\..\library\pk.c" /> |
| 539 | <ClCompile Include="..\..\library\pk_wrap.c" /> |
| 540 | <ClCompile Include="..\..\library\pkcs11.c" /> |
| 541 | <ClCompile Include="..\..\library\pkcs12.c" /> |
| 542 | <ClCompile Include="..\..\library\pkcs5.c" /> |
| 543 | <ClCompile Include="..\..\library\pkparse.c" /> |
| 544 | <ClCompile Include="..\..\library\pkwrite.c" /> |
| 545 | <ClCompile Include="..\..\library\platform.c" /> |
| 546 | <ClCompile Include="..\..\library\ripemd160.c" /> |
| 547 | <ClCompile Include="..\..\library\rsa.c" /> |
| 548 | <ClCompile Include="..\..\library\sha1.c" /> |
| 549 | <ClCompile Include="..\..\library\sha256.c" /> |
| 550 | <ClCompile Include="..\..\library\sha512.c" /> |
| 551 | <ClCompile Include="..\..\library\ssl_cache.c" /> |
| 552 | <ClCompile Include="..\..\library\ssl_ciphersuites.c" /> |
| 553 | <ClCompile Include="..\..\library\ssl_cli.c" /> |
| 554 | <ClCompile Include="..\..\library\ssl_srv.c" /> |
| 555 | <ClCompile Include="..\..\library\ssl_tls.c" /> |
| 556 | <ClCompile Include="..\..\library\threading.c" /> |
| 557 | <ClCompile Include="..\..\library\timing.c" /> |
| 558 | <ClCompile Include="..\..\library\version.c" /> |
| 559 | <ClCompile Include="..\..\library\version_features.c" /> |
| 560 | <ClCompile Include="..\..\library\x509.c" /> |
| 561 | <ClCompile Include="..\..\library\x509_create.c" /> |
| 562 | <ClCompile Include="..\..\library\x509_crl.c" /> |
| 563 | <ClCompile Include="..\..\library\x509_crt.c" /> |
| 564 | <ClCompile Include="..\..\library\x509_csr.c" /> |
| 565 | <ClCompile Include="..\..\library\x509write_crt.c" /> |
| 566 | <ClCompile Include="..\..\library\x509write_csr.c" /> |
| 567 | <ClCompile Include="..\..\library\xtea.c" /> |
| 568 | </ItemGroup> |
| 569 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> |
| 570 | <ImportGroup Label="ExtensionTargets"> |
| 571 | </ImportGroup> |
| 572 | </Project> |
Manuel Pégourié-Gonnard | 2a0718d | 2015-01-29 11:29:12 +0000 | [diff] [blame^] | 573 | >>>>>>> development:visualc/VS2010/mbedTLS.vcxproj |