Paul Bakker | af5c85f | 2011-04-18 03:47:52 +0000 | [diff] [blame^] | 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="Release|Win32">
|
| 9 | <Configuration>Release</Configuration>
|
| 10 | <Platform>Win32</Platform>
|
| 11 | </ProjectConfiguration>
|
| 12 | </ItemGroup>
|
| 13 | <PropertyGroup Label="Globals">
|
| 14 | <ProjectGuid>{46CF2D25-6A36-4189-B59C-E4815388E554}</ProjectGuid>
|
| 15 | <Keyword>Win32Proj</Keyword>
|
| 16 | <RootNamespace>PolarSSL</RootNamespace>
|
| 17 | </PropertyGroup>
|
| 18 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
|
| 19 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
|
| 20 | <ConfigurationType>StaticLibrary</ConfigurationType>
|
| 21 | <UseDebugLibraries>true</UseDebugLibraries>
|
| 22 | <CharacterSet>Unicode</CharacterSet>
|
| 23 | </PropertyGroup>
|
| 24 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
|
| 25 | <ConfigurationType>StaticLibrary</ConfigurationType>
|
| 26 | <UseDebugLibraries>false</UseDebugLibraries>
|
| 27 | <WholeProgramOptimization>true</WholeProgramOptimization>
|
| 28 | <CharacterSet>Unicode</CharacterSet>
|
| 29 | </PropertyGroup>
|
| 30 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
|
| 31 | <ImportGroup Label="ExtensionSettings">
|
| 32 | </ImportGroup>
|
| 33 | <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
| 34 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
| 35 | </ImportGroup>
|
| 36 | <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
| 37 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
| 38 | </ImportGroup>
|
| 39 | <PropertyGroup Label="UserMacros" />
|
| 40 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
| 41 | <LinkIncremental>true</LinkIncremental>
|
| 42 | <IncludePath>$(VCInstallDir)include;$(VCInstallDir)atlmfc\include;$(WindowsSdkDir)include;$(FrameworkSDKDir)\include;</IncludePath>
|
| 43 | </PropertyGroup>
|
| 44 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
| 45 | <LinkIncremental>false</LinkIncremental>
|
| 46 | </PropertyGroup>
|
| 47 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
| 48 | <ClCompile>
|
| 49 | <PrecompiledHeader>
|
| 50 | </PrecompiledHeader>
|
| 51 | <WarningLevel>Level3</WarningLevel>
|
| 52 | <Optimization>Disabled</Optimization>
|
| 53 | <PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;_USRDLL;POLARSSL_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
| 54 | <AdditionalIncludeDirectories>../../include</AdditionalIncludeDirectories>
|
| 55 | <CompileAs>CompileAsC</CompileAs>
|
| 56 | </ClCompile>
|
| 57 | <Link>
|
| 58 | <SubSystem>Windows</SubSystem>
|
| 59 | <GenerateDebugInformation>true</GenerateDebugInformation>
|
| 60 | </Link>
|
| 61 | </ItemDefinitionGroup>
|
| 62 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
| 63 | <ClCompile>
|
| 64 | <WarningLevel>Level3</WarningLevel>
|
| 65 | <PrecompiledHeader>
|
| 66 | </PrecompiledHeader>
|
| 67 | <Optimization>MaxSpeed</Optimization>
|
| 68 | <FunctionLevelLinking>true</FunctionLevelLinking>
|
| 69 | <IntrinsicFunctions>true</IntrinsicFunctions>
|
| 70 | <PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;_USRDLL;POLARSSL_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
| 71 | <AdditionalIncludeDirectories>../../include</AdditionalIncludeDirectories>
|
| 72 | </ClCompile>
|
| 73 | <Link>
|
| 74 | <SubSystem>Windows</SubSystem>
|
| 75 | <GenerateDebugInformation>true</GenerateDebugInformation>
|
| 76 | <EnableCOMDATFolding>true</EnableCOMDATFolding>
|
| 77 | <OptimizeReferences>true</OptimizeReferences>
|
| 78 | </Link>
|
| 79 | </ItemDefinitionGroup>
|
| 80 | <ItemGroup>
|
| 81 | <ClInclude Include="..\..\include\polarssl\aes.h" />
|
| 82 | <ClInclude Include="..\..\include\polarssl\arc4.h" />
|
| 83 | <ClInclude Include="..\..\include\polarssl\base64.h" />
|
| 84 | <ClInclude Include="..\..\include\polarssl\bignum.h" />
|
| 85 | <ClInclude Include="..\..\include\polarssl\bn_mul.h" />
|
| 86 | <ClInclude Include="..\..\include\polarssl\camellia.h" />
|
| 87 | <ClInclude Include="..\..\include\polarssl\certs.h" />
|
| 88 | <ClInclude Include="..\..\include\polarssl\cipher.h" />
|
| 89 | <ClInclude Include="..\..\include\polarssl\cipher_wrap.h" />
|
| 90 | <ClInclude Include="..\..\include\polarssl\config.h" />
|
| 91 | <ClInclude Include="..\..\include\polarssl\debug.h" />
|
| 92 | <ClInclude Include="..\..\include\polarssl\des.h" />
|
| 93 | <ClInclude Include="..\..\include\polarssl\dhm.h" />
|
| 94 | <ClInclude Include="..\..\include\polarssl\havege.h" />
|
| 95 | <ClInclude Include="..\..\include\polarssl\md.h" />
|
| 96 | <ClInclude Include="..\..\include\polarssl\md2.h" />
|
| 97 | <ClInclude Include="..\..\include\polarssl\md4.h" />
|
| 98 | <ClInclude Include="..\..\include\polarssl\md5.h" />
|
| 99 | <ClInclude Include="..\..\include\polarssl\md_wrap.h" />
|
| 100 | <ClInclude Include="..\..\include\polarssl\net.h" />
|
| 101 | <ClInclude Include="..\..\include\polarssl\openssl.h" />
|
| 102 | <ClInclude Include="..\..\include\polarssl\padlock.h" />
|
| 103 | <ClInclude Include="..\..\include\polarssl\pem.h" />
|
| 104 | <ClInclude Include="..\..\include\polarssl\pkcs11.h" />
|
| 105 | <ClInclude Include="..\..\include\polarssl\port.h" />
|
| 106 | <ClInclude Include="..\..\include\polarssl\rsa.h" />
|
| 107 | <ClInclude Include="..\..\include\polarssl\sha1.h" />
|
| 108 | <ClInclude Include="..\..\include\polarssl\sha2.h" />
|
| 109 | <ClInclude Include="..\..\include\polarssl\sha4.h" />
|
| 110 | <ClInclude Include="..\..\include\polarssl\ssl.h" />
|
| 111 | <ClInclude Include="..\..\include\polarssl\timing.h" />
|
| 112 | <ClInclude Include="..\..\include\polarssl\version.h" />
|
| 113 | <ClInclude Include="..\..\include\polarssl\x509.h" />
|
| 114 | <ClInclude Include="..\..\include\polarssl\xtea.h" />
|
| 115 | </ItemGroup>
|
| 116 | <ItemGroup>
|
| 117 | <ClCompile Include="..\..\library\aes.c" />
|
| 118 | <ClCompile Include="..\..\library\arc4.c" />
|
| 119 | <ClCompile Include="..\..\library\base64.c" />
|
| 120 | <ClCompile Include="..\..\library\bignum.c" />
|
| 121 | <ClCompile Include="..\..\library\camellia.c" />
|
| 122 | <ClCompile Include="..\..\library\certs.c" />
|
| 123 | <ClCompile Include="..\..\library\cipher.c" />
|
| 124 | <ClCompile Include="..\..\library\cipher_wrap.c" />
|
| 125 | <ClCompile Include="..\..\library\debug.c" />
|
| 126 | <ClCompile Include="..\..\library\des.c" />
|
| 127 | <ClCompile Include="..\..\library\dhm.c" />
|
| 128 | <ClCompile Include="..\..\library\havege.c" />
|
| 129 | <ClCompile Include="..\..\library\md.c" />
|
| 130 | <ClCompile Include="..\..\library\md2.c" />
|
| 131 | <ClCompile Include="..\..\library\md4.c" />
|
| 132 | <ClCompile Include="..\..\library\md5.c" />
|
| 133 | <ClCompile Include="..\..\library\md_wrap.c" />
|
| 134 | <ClCompile Include="..\..\library\net.c" />
|
| 135 | <ClCompile Include="..\..\library\padlock.c" />
|
| 136 | <ClCompile Include="..\..\library\pem.c" />
|
| 137 | <ClCompile Include="..\..\library\pkcs11.c" />
|
| 138 | <ClCompile Include="..\..\library\rsa.c" />
|
| 139 | <ClCompile Include="..\..\library\sha1.c" />
|
| 140 | <ClCompile Include="..\..\library\sha2.c" />
|
| 141 | <ClCompile Include="..\..\library\sha4.c" />
|
| 142 | <ClCompile Include="..\..\library\ssl_cli.c" />
|
| 143 | <ClCompile Include="..\..\library\ssl_srv.c" />
|
| 144 | <ClCompile Include="..\..\library\ssl_tls.c" />
|
| 145 | <ClCompile Include="..\..\library\timing.c" />
|
| 146 | <ClCompile Include="..\..\library\version.c" />
|
| 147 | <ClCompile Include="..\..\library\x509parse.c" />
|
| 148 | <ClCompile Include="..\..\library\xtea.c" />
|
| 149 | </ItemGroup>
|
| 150 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
| 151 | <ImportGroup Label="ExtensionTargets">
|
| 152 | </ImportGroup>
|
| 153 | </Project> |