Tom Rini | 0344c60 | 2024-10-08 13:56:50 -0600 | [diff] [blame^] | 1 | <?xml version="1.0" encoding="utf-8"?>
|
| 2 | <Project DefaultTargets="Build" ToolsVersion="15.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\dtls_server.c" />
|
| 23 | </ItemGroup>
|
| 24 | <ItemGroup>
|
| 25 | <ProjectReference Include="mbedTLS.vcxproj">
|
| 26 | <Project>{46cf2d25-6a36-4189-b59c-e4815388e554}</Project>
|
| 27 | <LinkLibraryDependencies>true</LinkLibraryDependencies>
|
| 28 | </ProjectReference>
|
| 29 | </ItemGroup>
|
| 30 | <PropertyGroup Label="Globals">
|
| 31 | <ProjectGuid>{BFE89EAA-D98B-34E1-C5A4-4080F6FFE317}</ProjectGuid>
|
| 32 | <Keyword>Win32Proj</Keyword>
|
| 33 | <RootNamespace>dtls_server</RootNamespace>
|
| 34 | </PropertyGroup>
|
| 35 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
|
| 36 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
|
| 37 | <ConfigurationType>Application</ConfigurationType>
|
| 38 | <UseDebugLibraries>true</UseDebugLibraries>
|
| 39 | <CharacterSet>Unicode</CharacterSet>
|
| 40 | <PlatformToolset>v141</PlatformToolset>
|
| 41 | </PropertyGroup>
|
| 42 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
|
| 43 | <ConfigurationType>Application</ConfigurationType>
|
| 44 | <UseDebugLibraries>true</UseDebugLibraries>
|
| 45 | <CharacterSet>Unicode</CharacterSet>
|
| 46 | <PlatformToolset>v141</PlatformToolset>
|
| 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 | <PlatformToolset>v141</PlatformToolset>
|
| 54 | </PropertyGroup>
|
| 55 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
|
| 56 | <ConfigurationType>Application</ConfigurationType>
|
| 57 | <UseDebugLibraries>false</UseDebugLibraries>
|
| 58 | <WholeProgramOptimization>true</WholeProgramOptimization>
|
| 59 | <CharacterSet>Unicode</CharacterSet>
|
| 60 | <PlatformToolset>v141</PlatformToolset>
|
| 61 | </PropertyGroup>
|
| 62 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
|
| 63 | <ImportGroup Label="ExtensionSettings">
|
| 64 | </ImportGroup>
|
| 65 | <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
| 66 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
| 67 | </ImportGroup>
|
| 68 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets">
|
| 69 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
| 70 | </ImportGroup>
|
| 71 | <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
| 72 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
| 73 | </ImportGroup>
|
| 74 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets">
|
| 75 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
| 76 | </ImportGroup>
|
| 77 | <PropertyGroup Label="UserMacros" />
|
| 78 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
| 79 | <LinkIncremental>true</LinkIncremental>
|
| 80 | <IntDir>$(Configuration)\$(TargetName)\</IntDir>
|
| 81 | </PropertyGroup>
|
| 82 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
| 83 | <LinkIncremental>true</LinkIncremental>
|
| 84 | <IntDir>$(Configuration)\$(TargetName)\</IntDir>
|
| 85 | </PropertyGroup>
|
| 86 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
| 87 | <LinkIncremental>false</LinkIncremental>
|
| 88 | <IntDir>$(Configuration)\$(TargetName)\</IntDir>
|
| 89 | </PropertyGroup>
|
| 90 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
| 91 | <LinkIncremental>false</LinkIncremental>
|
| 92 | <IntDir>$(Configuration)\$(TargetName)\</IntDir>
|
| 93 | </PropertyGroup>
|
| 94 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
| 95 | <ClCompile>
|
| 96 | <WarningLevel>Level3</WarningLevel>
|
| 97 | <Optimization>Disabled</Optimization>
|
| 98 | <PreprocessorDefinitions>%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
| 99 | <AdditionalIncludeDirectories>
|
| 100 | ../../include;../../3rdparty/everest/include/;../../3rdparty/everest/include/everest;../../3rdparty/everest/include/everest/vs2013;../../3rdparty/everest/include/everest/kremlib;../../tests/include </AdditionalIncludeDirectories>
|
| 101 | </ClCompile>
|
| 102 | <Link>
|
| 103 | <SubSystem>Console</SubSystem>
|
| 104 | <GenerateDebugInformation>true</GenerateDebugInformation>
|
| 105 | <AdditionalDependencies>bcrypt.lib;%(AdditionalDependencies)</AdditionalDependencies>
|
| 106 | <AdditionalLibraryDirectories>Debug</AdditionalLibraryDirectories>
|
| 107 | </Link>
|
| 108 | <ProjectReference>
|
| 109 | <LinkLibraryDependencies>false</LinkLibraryDependencies>
|
| 110 | </ProjectReference>
|
| 111 | </ItemDefinitionGroup>
|
| 112 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
| 113 | <ClCompile>
|
| 114 | <WarningLevel>Level3</WarningLevel>
|
| 115 | <Optimization>Disabled</Optimization>
|
| 116 | <PreprocessorDefinitions>%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
| 117 | <AdditionalIncludeDirectories>
|
| 118 | ../../include;../../3rdparty/everest/include/;../../3rdparty/everest/include/everest;../../3rdparty/everest/include/everest/vs2013;../../3rdparty/everest/include/everest/kremlib;../../tests/include </AdditionalIncludeDirectories>
|
| 119 | </ClCompile>
|
| 120 | <Link>
|
| 121 | <SubSystem>Console</SubSystem>
|
| 122 | <GenerateDebugInformation>true</GenerateDebugInformation>
|
| 123 | <AdditionalDependencies>bcrypt.lib;%(AdditionalDependencies)</AdditionalDependencies>
|
| 124 | <AdditionalLibraryDirectories>Debug</AdditionalLibraryDirectories>
|
| 125 | </Link>
|
| 126 | <ProjectReference>
|
| 127 | <LinkLibraryDependencies>false</LinkLibraryDependencies>
|
| 128 | </ProjectReference>
|
| 129 | </ItemDefinitionGroup>
|
| 130 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
| 131 | <ClCompile>
|
| 132 | <WarningLevel>Level3</WarningLevel>
|
| 133 | <Optimization>MaxSpeed</Optimization>
|
| 134 | <FunctionLevelLinking>true</FunctionLevelLinking>
|
| 135 | <IntrinsicFunctions>true</IntrinsicFunctions>
|
| 136 | <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
| 137 | <AdditionalIncludeDirectories>
|
| 138 | ../../include;../../3rdparty/everest/include/;../../3rdparty/everest/include/everest;../../3rdparty/everest/include/everest/vs2013;../../3rdparty/everest/include/everest/kremlib;../../tests/include </AdditionalIncludeDirectories>
|
| 139 | </ClCompile>
|
| 140 | <Link>
|
| 141 | <SubSystem>Console</SubSystem>
|
| 142 | <GenerateDebugInformation>true</GenerateDebugInformation>
|
| 143 | <EnableCOMDATFolding>true</EnableCOMDATFolding>
|
| 144 | <OptimizeReferences>true</OptimizeReferences>
|
| 145 | <AdditionalLibraryDirectories>Release</AdditionalLibraryDirectories>
|
| 146 | <AdditionalDependencies>bcrypt.lib;%(AdditionalDependencies)</AdditionalDependencies>
|
| 147 | </Link>
|
| 148 | </ItemDefinitionGroup>
|
| 149 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
| 150 | <ClCompile>
|
| 151 | <WarningLevel>Level3</WarningLevel>
|
| 152 | <Optimization>MaxSpeed</Optimization>
|
| 153 | <FunctionLevelLinking>true</FunctionLevelLinking>
|
| 154 | <IntrinsicFunctions>true</IntrinsicFunctions>
|
| 155 | <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
| 156 | <AdditionalIncludeDirectories>
|
| 157 | ../../include;../../3rdparty/everest/include/;../../3rdparty/everest/include/everest;../../3rdparty/everest/include/everest/vs2013;../../3rdparty/everest/include/everest/kremlib;../../tests/include </AdditionalIncludeDirectories>
|
| 158 | </ClCompile>
|
| 159 | <Link>
|
| 160 | <SubSystem>Console</SubSystem>
|
| 161 | <GenerateDebugInformation>true</GenerateDebugInformation>
|
| 162 | <EnableCOMDATFolding>true</EnableCOMDATFolding>
|
| 163 | <OptimizeReferences>true</OptimizeReferences>
|
| 164 | <AdditionalLibraryDirectories>Release</AdditionalLibraryDirectories>
|
| 165 | <AdditionalDependencies>bcrypt.lib;%(AdditionalDependencies)</AdditionalDependencies>
|
| 166 | </Link>
|
| 167 | </ItemDefinitionGroup>
|
| 168 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
| 169 | <ImportGroup Label="ExtensionTargets">
|
| 170 | </ImportGroup>
|
| 171 | </Project>
|