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 <SOURCES> 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><GUID></ProjectGuid> 32 <Keyword>Win32Proj</Keyword> 33 <RootNamespace><APPNAME></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> 100INCLUDE_DIRECTORIES 101 </AdditionalIncludeDirectories> 102 </ClCompile> 103 <Link> 104 <SubSystem>Console</SubSystem> 105 <GenerateDebugInformation>true</GenerateDebugInformation> 106 <AdditionalDependencies>bcrypt.lib;%(AdditionalDependencies)</AdditionalDependencies> 107 <AdditionalLibraryDirectories>Debug</AdditionalLibraryDirectories> 108 </Link> 109 <ProjectReference> 110 <LinkLibraryDependencies>false</LinkLibraryDependencies> 111 </ProjectReference> 112 </ItemDefinitionGroup> 113 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> 114 <ClCompile> 115 <WarningLevel>Level3</WarningLevel> 116 <Optimization>Disabled</Optimization> 117 <PreprocessorDefinitions>%(PreprocessorDefinitions)</PreprocessorDefinitions> 118 <AdditionalIncludeDirectories> 119INCLUDE_DIRECTORIES 120 </AdditionalIncludeDirectories> 121 </ClCompile> 122 <Link> 123 <SubSystem>Console</SubSystem> 124 <GenerateDebugInformation>true</GenerateDebugInformation> 125 <AdditionalDependencies>bcrypt.lib;%(AdditionalDependencies)</AdditionalDependencies> 126 <AdditionalLibraryDirectories>Debug</AdditionalLibraryDirectories> 127 </Link> 128 <ProjectReference> 129 <LinkLibraryDependencies>false</LinkLibraryDependencies> 130 </ProjectReference> 131 </ItemDefinitionGroup> 132 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> 133 <ClCompile> 134 <WarningLevel>Level3</WarningLevel> 135 <Optimization>MaxSpeed</Optimization> 136 <FunctionLevelLinking>true</FunctionLevelLinking> 137 <IntrinsicFunctions>true</IntrinsicFunctions> 138 <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> 139 <AdditionalIncludeDirectories> 140INCLUDE_DIRECTORIES 141 </AdditionalIncludeDirectories> 142 </ClCompile> 143 <Link> 144 <SubSystem>Console</SubSystem> 145 <GenerateDebugInformation>true</GenerateDebugInformation> 146 <EnableCOMDATFolding>true</EnableCOMDATFolding> 147 <OptimizeReferences>true</OptimizeReferences> 148 <AdditionalLibraryDirectories>Release</AdditionalLibraryDirectories> 149 <AdditionalDependencies>bcrypt.lib;%(AdditionalDependencies)</AdditionalDependencies> 150 </Link> 151 </ItemDefinitionGroup> 152 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> 153 <ClCompile> 154 <WarningLevel>Level3</WarningLevel> 155 <Optimization>MaxSpeed</Optimization> 156 <FunctionLevelLinking>true</FunctionLevelLinking> 157 <IntrinsicFunctions>true</IntrinsicFunctions> 158 <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> 159 <AdditionalIncludeDirectories> 160INCLUDE_DIRECTORIES 161 </AdditionalIncludeDirectories> 162 </ClCompile> 163 <Link> 164 <SubSystem>Console</SubSystem> 165 <GenerateDebugInformation>true</GenerateDebugInformation> 166 <EnableCOMDATFolding>true</EnableCOMDATFolding> 167 <OptimizeReferences>true</OptimizeReferences> 168 <AdditionalLibraryDirectories>Release</AdditionalLibraryDirectories> 169 <AdditionalDependencies>bcrypt.lib;%(AdditionalDependencies)</AdditionalDependencies> 170 </Link> 171 </ItemDefinitionGroup> 172 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> 173 <ImportGroup Label="ExtensionTargets"> 174 </ImportGroup> 175</Project> 176