Manuel Pégourié-Gonnard | 1b57878 | 2013-09-16 13:33:42 +0200 | [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="Debug|x64">
|
| 9 | <Configuration>Debug</Configuration>
|
| 10 | <Platform>x64</Platform>
|
| 11 | </ProjectConfiguration>
|
| 12 | <ProjectConfiguration Include="Release|Win32">
|
| 13 | <Configuration>Release</Configuration>
|
| 14 | <Platform>Win32</Platform>
|
| 15 | </ProjectConfiguration>
|
| 16 | <ProjectConfiguration Include="Release|x64">
|
| 17 | <Configuration>Release</Configuration>
|
| 18 | <Platform>x64</Platform>
|
| 19 | </ProjectConfiguration>
|
| 20 | </ItemGroup>
|
| 21 | <ItemGroup>
|
| 22 | <ClCompile Include="..\..\programs\ssl\ssl_server2.c" />
|
Jaeden Amero | 7cb47de | 2019-02-28 11:37:23 +0000 | [diff] [blame] | 23 | <ClCompile Include="..\..\programs\test\query_config.c" />
|
Gilles Peskine | a3ed34f | 2021-01-05 21:11:16 +0100 | [diff] [blame] | 24 | <ClCompile Include="..\..\programs\ssl\ssl_test_lib.c" />
|
Manuel Pégourié-Gonnard | 1b57878 | 2013-09-16 13:33:42 +0200 | [diff] [blame] | 25 | </ItemGroup>
|
| 26 | <ItemGroup>
|
Gilles Peskine | 2ae678d | 2020-03-24 22:10:57 +0100 | [diff] [blame] | 27 | <ProjectReference Include="mbedTLS.vcxproj">
|
Manuel Pégourié-Gonnard | 1b57878 | 2013-09-16 13:33:42 +0200 | [diff] [blame] | 28 | <Project>{46cf2d25-6a36-4189-b59c-e4815388e554}</Project>
|
Krzysztof Stachowiak | 5fa9876 | 2018-02-20 10:03:59 +0100 | [diff] [blame] | 29 | <LinkLibraryDependencies>true</LinkLibraryDependencies>
|
Manuel Pégourié-Gonnard | 1b57878 | 2013-09-16 13:33:42 +0200 | [diff] [blame] | 30 | </ProjectReference>
|
| 31 | </ItemGroup>
|
| 32 | <PropertyGroup Label="Globals">
|
Paul Bakker | daae3b7 | 2015-02-08 15:49:54 +0100 | [diff] [blame] | 33 | <ProjectGuid>{A4DA7463-1047-BDF5-E1B3-5632CB573F41}</ProjectGuid>
|
Manuel Pégourié-Gonnard | 1b57878 | 2013-09-16 13:33:42 +0200 | [diff] [blame] | 34 | <Keyword>Win32Proj</Keyword>
|
| 35 | <RootNamespace>ssl_server2</RootNamespace>
|
| 36 | </PropertyGroup>
|
| 37 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
|
| 38 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
|
| 39 | <ConfigurationType>Application</ConfigurationType>
|
| 40 | <UseDebugLibraries>true</UseDebugLibraries>
|
| 41 | <CharacterSet>Unicode</CharacterSet>
|
| 42 | </PropertyGroup>
|
| 43 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
|
| 44 | <ConfigurationType>Application</ConfigurationType>
|
| 45 | <UseDebugLibraries>true</UseDebugLibraries>
|
| 46 | <CharacterSet>Unicode</CharacterSet>
|
| 47 | </PropertyGroup>
|
| 48 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
|
| 49 | <ConfigurationType>Application</ConfigurationType>
|
| 50 | <UseDebugLibraries>false</UseDebugLibraries>
|
| 51 | <WholeProgramOptimization>true</WholeProgramOptimization>
|
| 52 | <CharacterSet>Unicode</CharacterSet>
|
| 53 | </PropertyGroup>
|
| 54 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
|
| 55 | <ConfigurationType>Application</ConfigurationType>
|
| 56 | <UseDebugLibraries>false</UseDebugLibraries>
|
| 57 | <WholeProgramOptimization>true</WholeProgramOptimization>
|
| 58 | <CharacterSet>Unicode</CharacterSet>
|
Manuel Pégourié-Gonnard | 1b57878 | 2013-09-16 13:33:42 +0200 | [diff] [blame] | 59 | </PropertyGroup>
|
| 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>
|
| 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>
|
| 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>
|
| 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>
|
| 75 | <PropertyGroup Label="UserMacros" />
|
Gilles Peskine | 2ae678d | 2020-03-24 22:10:57 +0100 | [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>
|
Manuel Pégourié-Gonnard | 1b57878 | 2013-09-16 13:33:42 +0200 | [diff] [blame] | 92 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
| 93 | <ClCompile>
|
Manuel Pégourié-Gonnard | 1b57878 | 2013-09-16 13:33:42 +0200 | [diff] [blame] | 94 | <WarningLevel>Level3</WarningLevel>
|
| 95 | <Optimization>Disabled</Optimization>
|
irwir | fcdea0f | 2020-05-19 19:48:27 +0300 | [diff] [blame] | 96 | <PreprocessorDefinitions>%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
Andrzej Kurek | b78cf2b | 2019-04-26 05:54:15 -0400 | [diff] [blame] | 97 | <AdditionalIncludeDirectories>
|
Ronald Cron | 8dc0af2 | 2020-06-05 16:00:22 +0200 | [diff] [blame] | 98 | ../../include;../../3rdparty/everest/include/;../../3rdparty/everest/include/everest;../../3rdparty/everest/include/everest/vs2010;../../3rdparty/everest/include/everest/kremlib;../../tests/include </AdditionalIncludeDirectories>
|
Manuel Pégourié-Gonnard | 1b57878 | 2013-09-16 13:33:42 +0200 | [diff] [blame] | 99 | </ClCompile>
|
| 100 | <Link>
|
| 101 | <SubSystem>Console</SubSystem>
|
| 102 | <GenerateDebugInformation>true</GenerateDebugInformation>
|
Gilles Peskine | 2ae678d | 2020-03-24 22:10:57 +0100 | [diff] [blame] | 103 | <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>
|
Manuel Pégourié-Gonnard | 1b57878 | 2013-09-16 13:33:42 +0200 | [diff] [blame] | 104 | <AdditionalLibraryDirectories>Debug</AdditionalLibraryDirectories>
|
| 105 | </Link>
|
| 106 | <ProjectReference>
|
| 107 | <LinkLibraryDependencies>false</LinkLibraryDependencies>
|
| 108 | </ProjectReference>
|
| 109 | </ItemDefinitionGroup>
|
| 110 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
| 111 | <ClCompile>
|
Manuel Pégourié-Gonnard | 1b57878 | 2013-09-16 13:33:42 +0200 | [diff] [blame] | 112 | <WarningLevel>Level3</WarningLevel>
|
| 113 | <Optimization>Disabled</Optimization>
|
irwir | fcdea0f | 2020-05-19 19:48:27 +0300 | [diff] [blame] | 114 | <PreprocessorDefinitions>%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
Andrzej Kurek | b78cf2b | 2019-04-26 05:54:15 -0400 | [diff] [blame] | 115 | <AdditionalIncludeDirectories>
|
Ronald Cron | 8dc0af2 | 2020-06-05 16:00:22 +0200 | [diff] [blame] | 116 | ../../include;../../3rdparty/everest/include/;../../3rdparty/everest/include/everest;../../3rdparty/everest/include/everest/vs2010;../../3rdparty/everest/include/everest/kremlib;../../tests/include </AdditionalIncludeDirectories>
|
Manuel Pégourié-Gonnard | 1b57878 | 2013-09-16 13:33:42 +0200 | [diff] [blame] | 117 | </ClCompile>
|
| 118 | <Link>
|
| 119 | <SubSystem>Console</SubSystem>
|
| 120 | <GenerateDebugInformation>true</GenerateDebugInformation>
|
Gilles Peskine | 2ae678d | 2020-03-24 22:10:57 +0100 | [diff] [blame] | 121 | <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>
|
Manuel Pégourié-Gonnard | 1b57878 | 2013-09-16 13:33:42 +0200 | [diff] [blame] | 122 | <AdditionalLibraryDirectories>Debug</AdditionalLibraryDirectories>
|
| 123 | </Link>
|
| 124 | <ProjectReference>
|
| 125 | <LinkLibraryDependencies>false</LinkLibraryDependencies>
|
| 126 | </ProjectReference>
|
| 127 | </ItemDefinitionGroup>
|
| 128 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
| 129 | <ClCompile>
|
| 130 | <WarningLevel>Level3</WarningLevel>
|
Manuel Pégourié-Gonnard | 1b57878 | 2013-09-16 13:33:42 +0200 | [diff] [blame] | 131 | <Optimization>MaxSpeed</Optimization>
|
| 132 | <FunctionLevelLinking>true</FunctionLevelLinking>
|
| 133 | <IntrinsicFunctions>true</IntrinsicFunctions>
|
irwir | fcdea0f | 2020-05-19 19:48:27 +0300 | [diff] [blame] | 134 | <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
Andrzej Kurek | b78cf2b | 2019-04-26 05:54:15 -0400 | [diff] [blame] | 135 | <AdditionalIncludeDirectories>
|
Ronald Cron | 8dc0af2 | 2020-06-05 16:00:22 +0200 | [diff] [blame] | 136 | ../../include;../../3rdparty/everest/include/;../../3rdparty/everest/include/everest;../../3rdparty/everest/include/everest/vs2010;../../3rdparty/everest/include/everest/kremlib;../../tests/include </AdditionalIncludeDirectories>
|
Manuel Pégourié-Gonnard | 1b57878 | 2013-09-16 13:33:42 +0200 | [diff] [blame] | 137 | </ClCompile>
|
| 138 | <Link>
|
| 139 | <SubSystem>Console</SubSystem>
|
| 140 | <GenerateDebugInformation>true</GenerateDebugInformation>
|
| 141 | <EnableCOMDATFolding>true</EnableCOMDATFolding>
|
| 142 | <OptimizeReferences>true</OptimizeReferences>
|
| 143 | <AdditionalLibraryDirectories>Release</AdditionalLibraryDirectories>
|
Gilles Peskine | 2ae678d | 2020-03-24 22:10:57 +0100 | [diff] [blame] | 144 | <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>
|
Manuel Pégourié-Gonnard | 1b57878 | 2013-09-16 13:33:42 +0200 | [diff] [blame] | 145 | </Link>
|
| 146 | </ItemDefinitionGroup>
|
| 147 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
| 148 | <ClCompile>
|
| 149 | <WarningLevel>Level3</WarningLevel>
|
Manuel Pégourié-Gonnard | 1b57878 | 2013-09-16 13:33:42 +0200 | [diff] [blame] | 150 | <Optimization>MaxSpeed</Optimization>
|
| 151 | <FunctionLevelLinking>true</FunctionLevelLinking>
|
| 152 | <IntrinsicFunctions>true</IntrinsicFunctions>
|
irwir | fcdea0f | 2020-05-19 19:48:27 +0300 | [diff] [blame] | 153 | <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
Andrzej Kurek | b78cf2b | 2019-04-26 05:54:15 -0400 | [diff] [blame] | 154 | <AdditionalIncludeDirectories>
|
Ronald Cron | 8dc0af2 | 2020-06-05 16:00:22 +0200 | [diff] [blame] | 155 | ../../include;../../3rdparty/everest/include/;../../3rdparty/everest/include/everest;../../3rdparty/everest/include/everest/vs2010;../../3rdparty/everest/include/everest/kremlib;../../tests/include </AdditionalIncludeDirectories>
|
Manuel Pégourié-Gonnard | 1b57878 | 2013-09-16 13:33:42 +0200 | [diff] [blame] | 156 | </ClCompile>
|
| 157 | <Link>
|
| 158 | <SubSystem>Console</SubSystem>
|
| 159 | <GenerateDebugInformation>true</GenerateDebugInformation>
|
| 160 | <EnableCOMDATFolding>true</EnableCOMDATFolding>
|
| 161 | <OptimizeReferences>true</OptimizeReferences>
|
| 162 | <AdditionalLibraryDirectories>Release</AdditionalLibraryDirectories>
|
| 163 | <AdditionalDependencies>%(AdditionalDependencies);</AdditionalDependencies>
|
| 164 | </Link>
|
| 165 | </ItemDefinitionGroup>
|
| 166 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
| 167 | <ImportGroup Label="ExtensionTargets">
|
| 168 | </ImportGroup>
|
| 169 | </Project>
|