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>
|
Paul Bakker | 8101cd2 | 2011-04-24 15:42:06 +0000 | [diff] [blame] | 8 | <ProjectConfiguration Include="Debug|x64">
|
| 9 | <Configuration>Debug</Configuration>
|
| 10 | <Platform>x64</Platform>
|
| 11 | </ProjectConfiguration>
|
Paul Bakker | af5c85f | 2011-04-18 03:47:52 +0000 | [diff] [blame] | 12 | <ProjectConfiguration Include="Release|Win32">
|
| 13 | <Configuration>Release</Configuration>
|
| 14 | <Platform>Win32</Platform>
|
| 15 | </ProjectConfiguration>
|
Paul Bakker | 8101cd2 | 2011-04-24 15:42:06 +0000 | [diff] [blame] | 16 | <ProjectConfiguration Include="Release|x64">
|
| 17 | <Configuration>Release</Configuration>
|
| 18 | <Platform>x64</Platform>
|
| 19 | </ProjectConfiguration>
|
Paul Bakker | af5c85f | 2011-04-18 03:47:52 +0000 | [diff] [blame] | 20 | </ItemGroup>
|
| 21 | <ItemGroup>
|
| 22 | <ClCompile Include="..\..\programs\ssl\ssl_client2.c" />
|
Andres Amaya Garcia | c84a65d | 2018-10-30 21:46:21 +0000 | [diff] [blame] | 23 | <ClCompile Include="..\..\programs\ssl\query_config.c" />
|
Paul Bakker | af5c85f | 2011-04-18 03:47:52 +0000 | [diff] [blame] | 24 | </ItemGroup>
|
Paul Bakker | 8101cd2 | 2011-04-24 15:42:06 +0000 | [diff] [blame] | 25 | <ItemGroup>
|
Manuel Pégourié-Gonnard | edaa9a0 | 2015-01-26 15:43:46 +0000 | [diff] [blame] | 26 | <ProjectReference Include="mbedTLS.vcxproj"> |
Paul Bakker | 8101cd2 | 2011-04-24 15:42:06 +0000 | [diff] [blame] | 27 | <Project>{46cf2d25-6a36-4189-b59c-e4815388e554}</Project>
|
Krzysztof Stachowiak | 5fa9876 | 2018-02-20 10:03:59 +0100 | [diff] [blame] | 28 | <LinkLibraryDependencies>true</LinkLibraryDependencies>
|
Paul Bakker | 8101cd2 | 2011-04-24 15:42:06 +0000 | [diff] [blame] | 29 | </ProjectReference>
|
| 30 | </ItemGroup>
|
Paul Bakker | af5c85f | 2011-04-18 03:47:52 +0000 | [diff] [blame] | 31 | <PropertyGroup Label="Globals">
|
Paul Bakker | daae3b7 | 2015-02-08 15:49:54 +0100 | [diff] [blame] | 32 | <ProjectGuid>{4E590E9D-E28F-87FF-385B-D58736388231}</ProjectGuid>
|
Paul Bakker | af5c85f | 2011-04-18 03:47:52 +0000 | [diff] [blame] | 33 | <Keyword>Win32Proj</Keyword>
|
| 34 | <RootNamespace>ssl_client2</RootNamespace>
|
| 35 | </PropertyGroup>
|
| 36 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
|
| 37 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
|
| 38 | <ConfigurationType>Application</ConfigurationType>
|
| 39 | <UseDebugLibraries>true</UseDebugLibraries>
|
| 40 | <CharacterSet>Unicode</CharacterSet>
|
| 41 | </PropertyGroup>
|
Paul Bakker | 8101cd2 | 2011-04-24 15:42:06 +0000 | [diff] [blame] | 42 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
|
| 43 | <ConfigurationType>Application</ConfigurationType>
|
| 44 | <UseDebugLibraries>true</UseDebugLibraries>
|
| 45 | <CharacterSet>Unicode</CharacterSet>
|
| 46 | </PropertyGroup>
|
Paul Bakker | af5c85f | 2011-04-18 03:47:52 +0000 | [diff] [blame] | 47 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
|
| 48 | <ConfigurationType>Application</ConfigurationType>
|
| 49 | <UseDebugLibraries>false</UseDebugLibraries>
|
| 50 | <WholeProgramOptimization>true</WholeProgramOptimization>
|
| 51 | <CharacterSet>Unicode</CharacterSet>
|
| 52 | </PropertyGroup>
|
Paul Bakker | 8101cd2 | 2011-04-24 15:42:06 +0000 | [diff] [blame] | 53 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
|
| 54 | <ConfigurationType>Application</ConfigurationType>
|
| 55 | <UseDebugLibraries>false</UseDebugLibraries>
|
| 56 | <WholeProgramOptimization>true</WholeProgramOptimization>
|
| 57 | <CharacterSet>Unicode</CharacterSet>
|
| 58 | <PlatformToolset>Windows7.1SDK</PlatformToolset>
|
| 59 | </PropertyGroup>
|
Paul Bakker | af5c85f | 2011-04-18 03:47:52 +0000 | [diff] [blame] | 60 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
|
| 61 | <ImportGroup Label="ExtensionSettings">
|
| 62 | </ImportGroup>
|
| 63 | <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
| 64 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
| 65 | </ImportGroup>
|
Paul Bakker | 8101cd2 | 2011-04-24 15:42:06 +0000 | [diff] [blame] | 66 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets">
|
| 67 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
| 68 | </ImportGroup>
|
Paul Bakker | af5c85f | 2011-04-18 03:47:52 +0000 | [diff] [blame] | 69 | <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
| 70 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
| 71 | </ImportGroup>
|
Paul Bakker | 8101cd2 | 2011-04-24 15:42:06 +0000 | [diff] [blame] | 72 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets">
|
| 73 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
| 74 | </ImportGroup>
|
Paul Bakker | af5c85f | 2011-04-18 03:47:52 +0000 | [diff] [blame] | 75 | <PropertyGroup Label="UserMacros" />
|
Simon Butcher | 6406e81 | 2017-03-01 22:25:12 +0000 | [diff] [blame] | 76 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> |
| 77 | <LinkIncremental>true</LinkIncremental> |
| 78 | <IntDir>$(Configuration)\$(TargetName)\</IntDir> |
| 79 | </PropertyGroup> |
| 80 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> |
| 81 | <LinkIncremental>true</LinkIncremental> |
| 82 | <IntDir>$(Configuration)\$(TargetName)\</IntDir> |
| 83 | </PropertyGroup> |
| 84 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> |
| 85 | <LinkIncremental>false</LinkIncremental> |
| 86 | <IntDir>$(Configuration)\$(TargetName)\</IntDir> |
| 87 | </PropertyGroup> |
| 88 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> |
| 89 | <LinkIncremental>false</LinkIncremental> |
| 90 | <IntDir>$(Configuration)\$(TargetName)\</IntDir> |
| 91 | </PropertyGroup> |
Paul Bakker | af5c85f | 2011-04-18 03:47:52 +0000 | [diff] [blame] | 92 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
| 93 | <ClCompile>
|
| 94 | <PrecompiledHeader>
|
| 95 | </PrecompiledHeader>
|
| 96 | <WarningLevel>Level3</WarningLevel>
|
| 97 | <Optimization>Disabled</Optimization>
|
| 98 | <PreprocessorDefinitions>WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
Andrzej Kurek | b78cf2b | 2019-04-26 05:54:15 -0400 | [diff] [blame] | 99 | <AdditionalIncludeDirectories>
|
Andrzej Kurek | 9f3d39d | 2019-05-07 07:28:30 -0400 | [diff] [blame] | 100 | ../../include;../../crypto/include
|
Andrzej Kurek | b78cf2b | 2019-04-26 05:54:15 -0400 | [diff] [blame] | 101 | </AdditionalIncludeDirectories>
|
Paul Bakker | af5c85f | 2011-04-18 03:47:52 +0000 | [diff] [blame] | 102 | </ClCompile>
|
| 103 | <Link>
|
| 104 | <SubSystem>Console</SubSystem>
|
| 105 | <GenerateDebugInformation>true</GenerateDebugInformation>
|
| 106 | <ShowProgress>NotSet</ShowProgress>
|
Krzysztof Stachowiak | 5fa9876 | 2018-02-20 10:03:59 +0100 | [diff] [blame] | 107 | <AdditionalDependencies>kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies)</AdditionalDependencies> |
Paul Bakker | af5c85f | 2011-04-18 03:47:52 +0000 | [diff] [blame] | 108 | <AdditionalLibraryDirectories>Debug</AdditionalLibraryDirectories>
|
| 109 | </Link>
|
| 110 | <ProjectReference>
|
| 111 | <LinkLibraryDependencies>false</LinkLibraryDependencies>
|
| 112 | </ProjectReference>
|
| 113 | </ItemDefinitionGroup>
|
Paul Bakker | 8101cd2 | 2011-04-24 15:42:06 +0000 | [diff] [blame] | 114 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
| 115 | <ClCompile>
|
| 116 | <PrecompiledHeader>
|
| 117 | </PrecompiledHeader>
|
| 118 | <WarningLevel>Level3</WarningLevel>
|
| 119 | <Optimization>Disabled</Optimization>
|
| 120 | <PreprocessorDefinitions>WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
Andrzej Kurek | b78cf2b | 2019-04-26 05:54:15 -0400 | [diff] [blame] | 121 | <AdditionalIncludeDirectories>
|
Andrzej Kurek | 9f3d39d | 2019-05-07 07:28:30 -0400 | [diff] [blame] | 122 | ../../include;../../crypto/include
|
Andrzej Kurek | b78cf2b | 2019-04-26 05:54:15 -0400 | [diff] [blame] | 123 | </AdditionalIncludeDirectories>
|
Paul Bakker | 8101cd2 | 2011-04-24 15:42:06 +0000 | [diff] [blame] | 124 | </ClCompile>
|
| 125 | <Link>
|
| 126 | <SubSystem>Console</SubSystem>
|
| 127 | <GenerateDebugInformation>true</GenerateDebugInformation>
|
| 128 | <ShowProgress>NotSet</ShowProgress>
|
Krzysztof Stachowiak | 5fa9876 | 2018-02-20 10:03:59 +0100 | [diff] [blame] | 129 | <AdditionalDependencies>kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies)</AdditionalDependencies> |
Paul Bakker | 8101cd2 | 2011-04-24 15:42:06 +0000 | [diff] [blame] | 130 | <AdditionalLibraryDirectories>Debug</AdditionalLibraryDirectories>
|
| 131 | </Link>
|
| 132 | <ProjectReference>
|
| 133 | <LinkLibraryDependencies>false</LinkLibraryDependencies>
|
| 134 | </ProjectReference>
|
| 135 | </ItemDefinitionGroup>
|
Paul Bakker | af5c85f | 2011-04-18 03:47:52 +0000 | [diff] [blame] | 136 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
| 137 | <ClCompile>
|
| 138 | <WarningLevel>Level3</WarningLevel>
|
| 139 | <PrecompiledHeader>
|
| 140 | </PrecompiledHeader>
|
| 141 | <Optimization>MaxSpeed</Optimization>
|
| 142 | <FunctionLevelLinking>true</FunctionLevelLinking>
|
| 143 | <IntrinsicFunctions>true</IntrinsicFunctions>
|
| 144 | <PreprocessorDefinitions>WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
Andrzej Kurek | b78cf2b | 2019-04-26 05:54:15 -0400 | [diff] [blame] | 145 | <AdditionalIncludeDirectories>
|
Andrzej Kurek | 9f3d39d | 2019-05-07 07:28:30 -0400 | [diff] [blame] | 146 | ../../include;../../crypto/include
|
Andrzej Kurek | b78cf2b | 2019-04-26 05:54:15 -0400 | [diff] [blame] | 147 | </AdditionalIncludeDirectories>
|
Paul Bakker | af5c85f | 2011-04-18 03:47:52 +0000 | [diff] [blame] | 148 | </ClCompile>
|
| 149 | <Link>
|
| 150 | <SubSystem>Console</SubSystem>
|
| 151 | <GenerateDebugInformation>true</GenerateDebugInformation>
|
| 152 | <EnableCOMDATFolding>true</EnableCOMDATFolding>
|
| 153 | <OptimizeReferences>true</OptimizeReferences>
|
| 154 | <AdditionalLibraryDirectories>Release</AdditionalLibraryDirectories>
|
Krzysztof Stachowiak | 5fa9876 | 2018-02-20 10:03:59 +0100 | [diff] [blame] | 155 | <AdditionalDependencies>kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies)</AdditionalDependencies> |
Paul Bakker | af5c85f | 2011-04-18 03:47:52 +0000 | [diff] [blame] | 156 | </Link>
|
| 157 | </ItemDefinitionGroup>
|
Paul Bakker | 8101cd2 | 2011-04-24 15:42:06 +0000 | [diff] [blame] | 158 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
| 159 | <ClCompile>
|
| 160 | <WarningLevel>Level3</WarningLevel>
|
| 161 | <PrecompiledHeader>
|
| 162 | </PrecompiledHeader>
|
| 163 | <Optimization>MaxSpeed</Optimization>
|
| 164 | <FunctionLevelLinking>true</FunctionLevelLinking>
|
| 165 | <IntrinsicFunctions>true</IntrinsicFunctions>
|
| 166 | <PreprocessorDefinitions>WIN64;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
Andrzej Kurek | b78cf2b | 2019-04-26 05:54:15 -0400 | [diff] [blame] | 167 | <AdditionalIncludeDirectories>
|
Andrzej Kurek | 9f3d39d | 2019-05-07 07:28:30 -0400 | [diff] [blame] | 168 | ../../include;../../crypto/include
|
Andrzej Kurek | b78cf2b | 2019-04-26 05:54:15 -0400 | [diff] [blame] | 169 | </AdditionalIncludeDirectories>
|
Paul Bakker | 8101cd2 | 2011-04-24 15:42:06 +0000 | [diff] [blame] | 170 | </ClCompile>
|
| 171 | <Link>
|
| 172 | <SubSystem>Console</SubSystem>
|
| 173 | <GenerateDebugInformation>true</GenerateDebugInformation>
|
| 174 | <EnableCOMDATFolding>true</EnableCOMDATFolding>
|
| 175 | <OptimizeReferences>true</OptimizeReferences>
|
| 176 | <AdditionalLibraryDirectories>Release</AdditionalLibraryDirectories>
|
| 177 | <AdditionalDependencies>%(AdditionalDependencies);</AdditionalDependencies>
|
| 178 | </Link>
|
| 179 | </ItemDefinitionGroup>
|
Paul Bakker | af5c85f | 2011-04-18 03:47:52 +0000 | [diff] [blame] | 180 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
| 181 | <ImportGroup Label="ExtensionTargets">
|
| 182 | </ImportGroup>
|
Manuel Pégourié-Gonnard | 1b57878 | 2013-09-16 13:33:42 +0200 | [diff] [blame] | 183 | </Project>
|