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" />
|
Jaeden Amero | 7cb47de | 2019-02-28 11:37:23 +0000 | [diff] [blame] | 23 | <ClCompile Include="..\..\programs\test\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>
|
Gilles Peskine | 2ae678d | 2020-03-24 22:10:57 +0100 | [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>
|
Paul Bakker | 8101cd2 | 2011-04-24 15:42:06 +0000 | [diff] [blame] | 58 | </PropertyGroup>
|
Paul Bakker | af5c85f | 2011-04-18 03:47:52 +0000 | [diff] [blame] | 59 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
|
| 60 | <ImportGroup Label="ExtensionSettings">
|
| 61 | </ImportGroup>
|
| 62 | <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
| 63 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
| 64 | </ImportGroup>
|
Paul Bakker | 8101cd2 | 2011-04-24 15:42:06 +0000 | [diff] [blame] | 65 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets">
|
| 66 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
| 67 | </ImportGroup>
|
Paul Bakker | af5c85f | 2011-04-18 03:47:52 +0000 | [diff] [blame] | 68 | <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
| 69 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
| 70 | </ImportGroup>
|
Paul Bakker | 8101cd2 | 2011-04-24 15:42:06 +0000 | [diff] [blame] | 71 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets">
|
| 72 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
| 73 | </ImportGroup>
|
Paul Bakker | af5c85f | 2011-04-18 03:47:52 +0000 | [diff] [blame] | 74 | <PropertyGroup Label="UserMacros" />
|
Gilles Peskine | 2ae678d | 2020-03-24 22:10:57 +0100 | [diff] [blame] | 75 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
| 76 | <LinkIncremental>true</LinkIncremental>
|
| 77 | <IntDir>$(Configuration)\$(TargetName)\</IntDir>
|
| 78 | </PropertyGroup>
|
| 79 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
| 80 | <LinkIncremental>true</LinkIncremental>
|
| 81 | <IntDir>$(Configuration)\$(TargetName)\</IntDir>
|
| 82 | </PropertyGroup>
|
| 83 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
| 84 | <LinkIncremental>false</LinkIncremental>
|
| 85 | <IntDir>$(Configuration)\$(TargetName)\</IntDir>
|
| 86 | </PropertyGroup>
|
| 87 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
| 88 | <LinkIncremental>false</LinkIncremental>
|
| 89 | <IntDir>$(Configuration)\$(TargetName)\</IntDir>
|
| 90 | </PropertyGroup>
|
Paul Bakker | af5c85f | 2011-04-18 03:47:52 +0000 | [diff] [blame] | 91 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
| 92 | <ClCompile>
|
Paul Bakker | af5c85f | 2011-04-18 03:47:52 +0000 | [diff] [blame] | 93 | <WarningLevel>Level3</WarningLevel>
|
| 94 | <Optimization>Disabled</Optimization>
|
irwir | fcdea0f | 2020-05-19 19:48:27 +0300 | [diff] [blame] | 95 | <PreprocessorDefinitions>%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
Andrzej Kurek | b78cf2b | 2019-04-26 05:54:15 -0400 | [diff] [blame] | 96 | <AdditionalIncludeDirectories>
|
Ronald Cron | 8dc0af2 | 2020-06-05 16:00:22 +0200 | [diff] [blame] | 97 | ../../include;../../3rdparty/everest/include/;../../3rdparty/everest/include/everest;../../3rdparty/everest/include/everest/vs2010;../../3rdparty/everest/include/everest/kremlib;../../tests/include </AdditionalIncludeDirectories>
|
Paul Bakker | af5c85f | 2011-04-18 03:47:52 +0000 | [diff] [blame] | 98 | </ClCompile>
|
| 99 | <Link>
|
| 100 | <SubSystem>Console</SubSystem>
|
| 101 | <GenerateDebugInformation>true</GenerateDebugInformation>
|
Gilles Peskine | 2ae678d | 2020-03-24 22:10:57 +0100 | [diff] [blame] | 102 | <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] | 103 | <AdditionalLibraryDirectories>Debug</AdditionalLibraryDirectories>
|
| 104 | </Link>
|
| 105 | <ProjectReference>
|
| 106 | <LinkLibraryDependencies>false</LinkLibraryDependencies>
|
| 107 | </ProjectReference>
|
| 108 | </ItemDefinitionGroup>
|
Paul Bakker | 8101cd2 | 2011-04-24 15:42:06 +0000 | [diff] [blame] | 109 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
| 110 | <ClCompile>
|
Paul Bakker | 8101cd2 | 2011-04-24 15:42:06 +0000 | [diff] [blame] | 111 | <WarningLevel>Level3</WarningLevel>
|
| 112 | <Optimization>Disabled</Optimization>
|
irwir | fcdea0f | 2020-05-19 19:48:27 +0300 | [diff] [blame] | 113 | <PreprocessorDefinitions>%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
Andrzej Kurek | b78cf2b | 2019-04-26 05:54:15 -0400 | [diff] [blame] | 114 | <AdditionalIncludeDirectories>
|
Ronald Cron | 8dc0af2 | 2020-06-05 16:00:22 +0200 | [diff] [blame] | 115 | ../../include;../../3rdparty/everest/include/;../../3rdparty/everest/include/everest;../../3rdparty/everest/include/everest/vs2010;../../3rdparty/everest/include/everest/kremlib;../../tests/include </AdditionalIncludeDirectories>
|
Paul Bakker | 8101cd2 | 2011-04-24 15:42:06 +0000 | [diff] [blame] | 116 | </ClCompile>
|
| 117 | <Link>
|
| 118 | <SubSystem>Console</SubSystem>
|
| 119 | <GenerateDebugInformation>true</GenerateDebugInformation>
|
Gilles Peskine | 2ae678d | 2020-03-24 22:10:57 +0100 | [diff] [blame] | 120 | <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] | 121 | <AdditionalLibraryDirectories>Debug</AdditionalLibraryDirectories>
|
| 122 | </Link>
|
| 123 | <ProjectReference>
|
| 124 | <LinkLibraryDependencies>false</LinkLibraryDependencies>
|
| 125 | </ProjectReference>
|
| 126 | </ItemDefinitionGroup>
|
Paul Bakker | af5c85f | 2011-04-18 03:47:52 +0000 | [diff] [blame] | 127 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
| 128 | <ClCompile>
|
| 129 | <WarningLevel>Level3</WarningLevel>
|
Paul Bakker | af5c85f | 2011-04-18 03:47:52 +0000 | [diff] [blame] | 130 | <Optimization>MaxSpeed</Optimization>
|
| 131 | <FunctionLevelLinking>true</FunctionLevelLinking>
|
| 132 | <IntrinsicFunctions>true</IntrinsicFunctions>
|
irwir | fcdea0f | 2020-05-19 19:48:27 +0300 | [diff] [blame] | 133 | <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
Andrzej Kurek | b78cf2b | 2019-04-26 05:54:15 -0400 | [diff] [blame] | 134 | <AdditionalIncludeDirectories>
|
Ronald Cron | 8dc0af2 | 2020-06-05 16:00:22 +0200 | [diff] [blame] | 135 | ../../include;../../3rdparty/everest/include/;../../3rdparty/everest/include/everest;../../3rdparty/everest/include/everest/vs2010;../../3rdparty/everest/include/everest/kremlib;../../tests/include </AdditionalIncludeDirectories>
|
Paul Bakker | af5c85f | 2011-04-18 03:47:52 +0000 | [diff] [blame] | 136 | </ClCompile>
|
| 137 | <Link>
|
| 138 | <SubSystem>Console</SubSystem>
|
| 139 | <GenerateDebugInformation>true</GenerateDebugInformation>
|
| 140 | <EnableCOMDATFolding>true</EnableCOMDATFolding>
|
| 141 | <OptimizeReferences>true</OptimizeReferences>
|
| 142 | <AdditionalLibraryDirectories>Release</AdditionalLibraryDirectories>
|
Gilles Peskine | 2ae678d | 2020-03-24 22:10:57 +0100 | [diff] [blame] | 143 | <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] | 144 | </Link>
|
| 145 | </ItemDefinitionGroup>
|
Paul Bakker | 8101cd2 | 2011-04-24 15:42:06 +0000 | [diff] [blame] | 146 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
| 147 | <ClCompile>
|
| 148 | <WarningLevel>Level3</WarningLevel>
|
Paul Bakker | 8101cd2 | 2011-04-24 15:42:06 +0000 | [diff] [blame] | 149 | <Optimization>MaxSpeed</Optimization>
|
| 150 | <FunctionLevelLinking>true</FunctionLevelLinking>
|
| 151 | <IntrinsicFunctions>true</IntrinsicFunctions>
|
irwir | fcdea0f | 2020-05-19 19:48:27 +0300 | [diff] [blame] | 152 | <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
Andrzej Kurek | b78cf2b | 2019-04-26 05:54:15 -0400 | [diff] [blame] | 153 | <AdditionalIncludeDirectories>
|
Ronald Cron | 8dc0af2 | 2020-06-05 16:00:22 +0200 | [diff] [blame] | 154 | ../../include;../../3rdparty/everest/include/;../../3rdparty/everest/include/everest;../../3rdparty/everest/include/everest/vs2010;../../3rdparty/everest/include/everest/kremlib;../../tests/include </AdditionalIncludeDirectories>
|
Paul Bakker | 8101cd2 | 2011-04-24 15:42:06 +0000 | [diff] [blame] | 155 | </ClCompile>
|
| 156 | <Link>
|
| 157 | <SubSystem>Console</SubSystem>
|
| 158 | <GenerateDebugInformation>true</GenerateDebugInformation>
|
| 159 | <EnableCOMDATFolding>true</EnableCOMDATFolding>
|
| 160 | <OptimizeReferences>true</OptimizeReferences>
|
| 161 | <AdditionalLibraryDirectories>Release</AdditionalLibraryDirectories>
|
| 162 | <AdditionalDependencies>%(AdditionalDependencies);</AdditionalDependencies>
|
| 163 | </Link>
|
| 164 | </ItemDefinitionGroup>
|
Paul Bakker | af5c85f | 2011-04-18 03:47:52 +0000 | [diff] [blame] | 165 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
| 166 | <ImportGroup Label="ExtensionTargets">
|
| 167 | </ImportGroup>
|
Manuel Pégourié-Gonnard | 1b57878 | 2013-09-16 13:33:42 +0200 | [diff] [blame] | 168 | </Project>
|