123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353 |
- <?xml version="1.0" encoding="utf-8"?>
- <Project DefaultTargets="Build" ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
- <ItemGroup Label="ProjectConfigurations">
- <ProjectConfiguration Include="Debug|Win32">
- <Configuration>Debug</Configuration>
- <Platform>Win32</Platform>
- </ProjectConfiguration>
- <ProjectConfiguration Include="ReleaseVS2013|Win32">
- <Configuration>ReleaseVS2013</Configuration>
- <Platform>Win32</Platform>
- </ProjectConfiguration>
- <ProjectConfiguration Include="ReleaseVS2013|x64">
- <Configuration>ReleaseVS2013</Configuration>
- <Platform>x64</Platform>
- </ProjectConfiguration>
- <ProjectConfiguration Include="Debug|x64">
- <Configuration>Debug</Configuration>
- <Platform>x64</Platform>
- </ProjectConfiguration>
- <ProjectConfiguration Include="Release|Win32">
- <Configuration>Release</Configuration>
- <Platform>Win32</Platform>
- </ProjectConfiguration>
- <ProjectConfiguration Include="Release|x64">
- <Configuration>Release</Configuration>
- <Platform>x64</Platform>
- </ProjectConfiguration>
- </ItemGroup>
- <ItemGroup>
- <ClCompile Include="..\..\include\mbedtls\library\aes.c" />
- <ClCompile Include="..\..\include\mbedtls\library\aesce.c" />
- <ClCompile Include="..\..\include\mbedtls\library\aesni.c" />
- <ClCompile Include="..\..\include\mbedtls\library\aria.c" />
- <ClCompile Include="..\..\include\mbedtls\library\asn1parse.c" />
- <ClCompile Include="..\..\include\mbedtls\library\asn1write.c" />
- <ClCompile Include="..\..\include\mbedtls\library\base64.c" />
- <ClCompile Include="..\..\include\mbedtls\library\bignum.c" />
- <ClCompile Include="..\..\include\mbedtls\library\bignum_core.c" />
- <ClCompile Include="..\..\include\mbedtls\library\bignum_mod.c" />
- <ClCompile Include="..\..\include\mbedtls\library\bignum_mod_raw.c" />
- <ClCompile Include="..\..\include\mbedtls\library\block_cipher.c" />
- <ClCompile Include="..\..\include\mbedtls\library\camellia.c" />
- <ClCompile Include="..\..\include\mbedtls\library\ccm.c" />
- <ClCompile Include="..\..\include\mbedtls\library\chacha20.c" />
- <ClCompile Include="..\..\include\mbedtls\library\chachapoly.c" />
- <ClCompile Include="..\..\include\mbedtls\library\cipher.c" />
- <ClCompile Include="..\..\include\mbedtls\library\cipher_wrap.c" />
- <ClCompile Include="..\..\include\mbedtls\library\cmac.c" />
- <ClCompile Include="..\..\include\mbedtls\library\constant_time.c" />
- <ClCompile Include="..\..\include\mbedtls\library\ctr_drbg.c" />
- <ClCompile Include="..\..\include\mbedtls\library\debug.c" />
- <ClCompile Include="..\..\include\mbedtls\library\des.c" />
- <ClCompile Include="..\..\include\mbedtls\library\dhm.c" />
- <ClCompile Include="..\..\include\mbedtls\library\ecdh.c" />
- <ClCompile Include="..\..\include\mbedtls\library\ecdsa.c" />
- <ClCompile Include="..\..\include\mbedtls\library\ecjpake.c" />
- <ClCompile Include="..\..\include\mbedtls\library\ecp.c" />
- <ClCompile Include="..\..\include\mbedtls\library\ecp_curves.c" />
- <ClCompile Include="..\..\include\mbedtls\library\ecp_curves_new.c" />
- <ClCompile Include="..\..\include\mbedtls\library\entropy.c" />
- <ClCompile Include="..\..\include\mbedtls\library\entropy_poll.c" />
- <ClCompile Include="..\..\include\mbedtls\library\error.c" />
- <ClCompile Include="..\..\include\mbedtls\library\gcm.c" />
- <ClCompile Include="..\..\include\mbedtls\library\hkdf.c" />
- <ClCompile Include="..\..\include\mbedtls\library\hmac_drbg.c" />
- <ClCompile Include="..\..\include\mbedtls\library\lmots.c" />
- <ClCompile Include="..\..\include\mbedtls\library\lms.c" />
- <ClCompile Include="..\..\include\mbedtls\library\md.c" />
- <ClCompile Include="..\..\include\mbedtls\library\md5.c" />
- <ClCompile Include="..\..\include\mbedtls\library\memory_buffer_alloc.c" />
- <ClCompile Include="..\..\include\mbedtls\library\mps_reader.c" />
- <ClCompile Include="..\..\include\mbedtls\library\mps_trace.c" />
- <ClCompile Include="..\..\include\mbedtls\library\net_sockets.c" />
- <ClCompile Include="..\..\include\mbedtls\library\nist_kw.c" />
- <ClCompile Include="..\..\include\mbedtls\library\oid.c" />
- <ClCompile Include="..\..\include\mbedtls\library\padlock.c" />
- <ClCompile Include="..\..\include\mbedtls\library\pem.c" />
- <ClCompile Include="..\..\include\mbedtls\library\pk.c" />
- <ClCompile Include="..\..\include\mbedtls\library\pk_ecc.c" />
- <ClCompile Include="..\..\include\mbedtls\library\pkcs5.c" />
- <ClCompile Include="..\..\include\mbedtls\library\pkcs7.c" />
- <ClCompile Include="..\..\include\mbedtls\library\pkcs12.c" />
- <ClCompile Include="..\..\include\mbedtls\library\pkparse.c" />
- <ClCompile Include="..\..\include\mbedtls\library\pkwrite.c" />
- <ClCompile Include="..\..\include\mbedtls\library\pk_wrap.c" />
- <ClCompile Include="..\..\include\mbedtls\library\platform.c" />
- <ClCompile Include="..\..\include\mbedtls\library\platform_util.c" />
- <ClCompile Include="..\..\include\mbedtls\library\poly1305.c" />
- <ClCompile Include="..\..\include\mbedtls\library\psa_crypto.c" />
- <ClCompile Include="..\..\include\mbedtls\library\psa_crypto_aead.c" />
- <ClCompile Include="..\..\include\mbedtls\library\psa_crypto_cipher.c" />
- <ClCompile Include="..\..\include\mbedtls\library\psa_crypto_client.c" />
- <ClCompile Include="..\..\include\mbedtls\library\psa_crypto_driver_wrappers_no_static.c" />
- <ClCompile Include="..\..\include\mbedtls\library\psa_crypto_ecp.c" />
- <ClCompile Include="..\..\include\mbedtls\library\psa_crypto_ffdh.c" />
- <ClCompile Include="..\..\include\mbedtls\library\psa_crypto_hash.c" />
- <ClCompile Include="..\..\include\mbedtls\library\psa_crypto_mac.c" />
- <ClCompile Include="..\..\include\mbedtls\library\psa_crypto_pake.c" />
- <ClCompile Include="..\..\include\mbedtls\library\psa_crypto_rsa.c" />
- <ClCompile Include="..\..\include\mbedtls\library\psa_crypto_se.c" />
- <ClCompile Include="..\..\include\mbedtls\library\psa_crypto_slot_management.c" />
- <ClCompile Include="..\..\include\mbedtls\library\psa_crypto_storage.c" />
- <ClCompile Include="..\..\include\mbedtls\library\psa_its_file.c" />
- <ClCompile Include="..\..\include\mbedtls\library\psa_util.c" />
- <ClCompile Include="..\..\include\mbedtls\library\ripemd160.c" />
- <ClCompile Include="..\..\include\mbedtls\library\rsa.c" />
- <ClCompile Include="..\..\include\mbedtls\library\rsa_alt_helpers.c" />
- <ClCompile Include="..\..\include\mbedtls\library\sha1.c" />
- <ClCompile Include="..\..\include\mbedtls\library\sha3.c" />
- <ClCompile Include="..\..\include\mbedtls\library\sha256.c" />
- <ClCompile Include="..\..\include\mbedtls\library\sha512.c" />
- <ClCompile Include="..\..\include\mbedtls\library\ssl_cache.c" />
- <ClCompile Include="..\..\include\mbedtls\library\ssl_ciphersuites.c" />
- <ClCompile Include="..\..\include\mbedtls\library\ssl_client.c" />
- <ClCompile Include="..\..\include\mbedtls\library\ssl_cookie.c" />
- <ClCompile Include="..\..\include\mbedtls\library\ssl_debug_helpers_generated.c" />
- <ClCompile Include="..\..\include\mbedtls\library\ssl_msg.c" />
- <ClCompile Include="..\..\include\mbedtls\library\ssl_ticket.c" />
- <ClCompile Include="..\..\include\mbedtls\library\ssl_tls.c" />
- <ClCompile Include="..\..\include\mbedtls\library\ssl_tls12_client.c" />
- <ClCompile Include="..\..\include\mbedtls\library\ssl_tls12_server.c" />
- <ClCompile Include="..\..\include\mbedtls\library\ssl_tls13_client.c" />
- <ClCompile Include="..\..\include\mbedtls\library\ssl_tls13_generic.c" />
- <ClCompile Include="..\..\include\mbedtls\library\ssl_tls13_keys.c" />
- <ClCompile Include="..\..\include\mbedtls\library\ssl_tls13_server.c" />
- <ClCompile Include="..\..\include\mbedtls\library\threading.c" />
- <ClCompile Include="..\..\include\mbedtls\library\timing.c" />
- <ClCompile Include="..\..\include\mbedtls\library\version.c" />
- <ClCompile Include="..\..\include\mbedtls\library\version_features.c" />
- <ClCompile Include="..\..\include\mbedtls\library\x509.c" />
- <ClCompile Include="..\..\include\mbedtls\library\x509_create.c" />
- <ClCompile Include="..\..\include\mbedtls\library\x509_crl.c" />
- <ClCompile Include="..\..\include\mbedtls\library\x509_crt.c" />
- <ClCompile Include="..\..\include\mbedtls\library\x509_csr.c" />
- <ClCompile Include="..\..\include\mbedtls\library\x509write.c" />
- <ClCompile Include="..\..\include\mbedtls\library\x509write_crt.c" />
- <ClCompile Include="..\..\include\mbedtls\library\x509write_csr.c" />
- <ClCompile Include="ssl.c" />
- </ItemGroup>
- <PropertyGroup Label="Globals">
- <ProjectGuid>{F4D939D6-88D6-4FF2-874A-7BECF75A01C2}</ProjectGuid>
- <Keyword>Win32Proj</Keyword>
- <RootNamespace>ui</RootNamespace>
- <WindowsTargetPlatformVersion>10.0</WindowsTargetPlatformVersion>
- </PropertyGroup>
- <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
- <ConfigurationType>DynamicLibrary</ConfigurationType>
- <UseDebugLibraries>true</UseDebugLibraries>
- <PlatformToolset>v142</PlatformToolset>
- <CharacterSet>Unicode</CharacterSet>
- </PropertyGroup>
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
- <ConfigurationType>DynamicLibrary</ConfigurationType>
- <UseDebugLibraries>false</UseDebugLibraries>
- <PlatformToolset>v142</PlatformToolset>
- <WholeProgramOptimization>true</WholeProgramOptimization>
- <CharacterSet>Unicode</CharacterSet>
- </PropertyGroup>
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseVS2013|Win32'" Label="Configuration">
- <ConfigurationType>DynamicLibrary</ConfigurationType>
- <UseDebugLibraries>false</UseDebugLibraries>
- <PlatformToolset>v120</PlatformToolset>
- <WholeProgramOptimization>true</WholeProgramOptimization>
- <CharacterSet>Unicode</CharacterSet>
- </PropertyGroup>
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
- <ConfigurationType>DynamicLibrary</ConfigurationType>
- <UseDebugLibraries>true</UseDebugLibraries>
- <PlatformToolset>v142</PlatformToolset>
- <CharacterSet>Unicode</CharacterSet>
- </PropertyGroup>
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
- <ConfigurationType>DynamicLibrary</ConfigurationType>
- <UseDebugLibraries>false</UseDebugLibraries>
- <PlatformToolset>v142</PlatformToolset>
- <WholeProgramOptimization>true</WholeProgramOptimization>
- <CharacterSet>Unicode</CharacterSet>
- </PropertyGroup>
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseVS2013|x64'" Label="Configuration">
- <ConfigurationType>DynamicLibrary</ConfigurationType>
- <UseDebugLibraries>false</UseDebugLibraries>
- <PlatformToolset>v120</PlatformToolset>
- <WholeProgramOptimization>true</WholeProgramOptimization>
- <CharacterSet>Unicode</CharacterSet>
- </PropertyGroup>
- <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
- <ImportGroup Label="ExtensionSettings">
- </ImportGroup>
- <ImportGroup Label="Shared">
- </ImportGroup>
- <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
- <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
- </ImportGroup>
- <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets">
- <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
- </ImportGroup>
- <ImportGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseVS2013|Win32'" Label="PropertySheets">
- <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
- </ImportGroup>
- <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
- <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
- </ImportGroup>
- <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets">
- <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
- </ImportGroup>
- <ImportGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseVS2013|x64'" Label="PropertySheets">
- <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
- </ImportGroup>
- <PropertyGroup Label="UserMacros" />
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
- <LinkIncremental>true</LinkIncremental>
- <TargetExt>.hdll</TargetExt>
- <LibraryPath>$(VC_LibraryPath_x86);$(WindowsSDK_LibraryPath_x86);$(NETFXKitsDir)Lib\um\x86;../../$(Configuration)</LibraryPath>
- <IncludePath>.;../../src;../../include/mbedtls/include</IncludePath>
- </PropertyGroup>
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
- <LinkIncremental>true</LinkIncremental>
- <TargetExt>.hdll</TargetExt>
- <LibraryPath>$(VC_LibraryPath_x64);$(WindowsSDK_LibraryPath_x64);$(NETFXKitsDir)Lib\um\x64;../../x64/$(Configuration)</LibraryPath>
- <IncludePath>.;../../src;../../include/mbedtls/include</IncludePath>
- </PropertyGroup>
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
- <LinkIncremental>false</LinkIncremental>
- <TargetExt>.hdll</TargetExt>
- <LibraryPath>$(VC_LibraryPath_x86);$(WindowsSDK_LibraryPath_x86);$(NETFXKitsDir)Lib\um\x86;../../$(Configuration)</LibraryPath>
- <IncludePath>.;../../src;../../include/mbedtls/include</IncludePath>
- </PropertyGroup>
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseVS2013|Win32'">
- <LinkIncremental>false</LinkIncremental>
- <TargetExt>.hdll</TargetExt>
- <LibraryPath>$(VC_LibraryPath_x86);$(WindowsSDK_LibraryPath_x86);$(NETFXKitsDir)Lib\um\x86;../../$(Configuration)</LibraryPath>
- <IncludePath>.;../../src;../../include/mbedtls/include</IncludePath>
- </PropertyGroup>
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
- <LinkIncremental>false</LinkIncremental>
- <TargetExt>.hdll</TargetExt>
- <LibraryPath>$(VC_LibraryPath_x64);$(WindowsSDK_LibraryPath_x64);$(NETFXKitsDir)Lib\um\x64;../../x64/$(Configuration)</LibraryPath>
- <IncludePath>.;../../src;../../include/mbedtls/include</IncludePath>
- </PropertyGroup>
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseVS2013|x64'">
- <LinkIncremental>false</LinkIncremental>
- <TargetExt>.hdll</TargetExt>
- <LibraryPath>$(VC_LibraryPath_x64);$(WindowsSDK_LibraryPath_x64);$(NETFXKitsDir)Lib\um\x64;../../x64/$(Configuration)</LibraryPath>
- <IncludePath>.;../../src;../../include/mbedtls/include</IncludePath>
- </PropertyGroup>
- <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
- <ClCompile>
- <PrecompiledHeader>
- </PrecompiledHeader>
- <WarningLevel>Level3</WarningLevel>
- <Optimization>Disabled</Optimization>
- <PreprocessorDefinitions>MBEDTLS_USER_CONFIG_FILE="mbedtls_user_config.h";_WINDOWS;_USRDLL;WIN32;_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
- </ClCompile>
- <Link>
- <SubSystem>Windows</SubSystem>
- <GenerateDebugInformation>true</GenerateDebugInformation>
- <OutputFile>../../$(Configuration)/$(TargetName).hdll</OutputFile>
- <AdditionalDependencies>libhl.lib;user32.lib;gdi32.lib;ws2_32.lib;advapi32.lib;crypt32.lib</AdditionalDependencies>
- </Link>
- </ItemDefinitionGroup>
- <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
- <ClCompile>
- <PrecompiledHeader>
- </PrecompiledHeader>
- <WarningLevel>Level3</WarningLevel>
- <Optimization>Disabled</Optimization>
- <PreprocessorDefinitions>MBEDTLS_USER_CONFIG_FILE="mbedtls_user_config.h";_WINDOWS;_USRDLL;_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
- </ClCompile>
- <Link>
- <SubSystem>Windows</SubSystem>
- <GenerateDebugInformation>true</GenerateDebugInformation>
- <AdditionalDependencies>libhl.lib;user32.lib;gdi32.lib;ws2_32.lib;advapi32.lib;crypt32.lib</AdditionalDependencies>
- </Link>
- </ItemDefinitionGroup>
- <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
- <ClCompile>
- <WarningLevel>Level3</WarningLevel>
- <PrecompiledHeader>
- </PrecompiledHeader>
- <Optimization>MaxSpeed</Optimization>
- <FunctionLevelLinking>true</FunctionLevelLinking>
- <IntrinsicFunctions>true</IntrinsicFunctions>
- <PreprocessorDefinitions>MBEDTLS_USER_CONFIG_FILE="mbedtls_user_config.h";_WINDOWS;_USRDLL;WIN32;NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
- </ClCompile>
- <Link>
- <SubSystem>Windows</SubSystem>
- <EnableCOMDATFolding>true</EnableCOMDATFolding>
- <OptimizeReferences>true</OptimizeReferences>
- <GenerateDebugInformation>true</GenerateDebugInformation>
- <OutputFile>../../$(Configuration)/$(TargetName).hdll</OutputFile>
- <AdditionalDependencies>libhl.lib;user32.lib;gdi32.lib;ws2_32.lib;advapi32.lib;crypt32.lib</AdditionalDependencies>
- </Link>
- </ItemDefinitionGroup>
- <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseVS2013|Win32'">
- <ClCompile>
- <WarningLevel>Level3</WarningLevel>
- <PrecompiledHeader>
- </PrecompiledHeader>
- <Optimization>MaxSpeed</Optimization>
- <FunctionLevelLinking>true</FunctionLevelLinking>
- <IntrinsicFunctions>true</IntrinsicFunctions>
- <PreprocessorDefinitions>MBEDTLS_USER_CONFIG_FILE="mbedtls_user_config.h";_WINDOWS;_USRDLL;WIN32;NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
- </ClCompile>
- <Link>
- <SubSystem>Windows</SubSystem>
- <EnableCOMDATFolding>true</EnableCOMDATFolding>
- <OptimizeReferences>true</OptimizeReferences>
- <GenerateDebugInformation>true</GenerateDebugInformation>
- <OutputFile>../../$(Configuration)/$(TargetName).hdll</OutputFile>
- <AdditionalDependencies>libhl.lib;user32.lib;gdi32.lib;ws2_32.lib;advapi32.lib;crypt32.lib</AdditionalDependencies>
- </Link>
- </ItemDefinitionGroup>
- <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
- <ClCompile>
- <WarningLevel>Level3</WarningLevel>
- <PrecompiledHeader>
- </PrecompiledHeader>
- <Optimization>MaxSpeed</Optimization>
- <FunctionLevelLinking>true</FunctionLevelLinking>
- <IntrinsicFunctions>true</IntrinsicFunctions>
- <PreprocessorDefinitions>MBEDTLS_USER_CONFIG_FILE="mbedtls_user_config.h";_WINDOWS;_USRDLL;NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
- </ClCompile>
- <Link>
- <SubSystem>Windows</SubSystem>
- <EnableCOMDATFolding>true</EnableCOMDATFolding>
- <OptimizeReferences>true</OptimizeReferences>
- <GenerateDebugInformation>true</GenerateDebugInformation>
- <AdditionalDependencies>libhl.lib;user32.lib;gdi32.lib;ws2_32.lib;advapi32.lib;crypt32.lib</AdditionalDependencies>
- </Link>
- </ItemDefinitionGroup>
- <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseVS2013|x64'">
- <ClCompile>
- <WarningLevel>Level3</WarningLevel>
- <PrecompiledHeader>
- </PrecompiledHeader>
- <Optimization>MaxSpeed</Optimization>
- <FunctionLevelLinking>true</FunctionLevelLinking>
- <IntrinsicFunctions>true</IntrinsicFunctions>
- <PreprocessorDefinitions>MBEDTLS_USER_CONFIG_FILE="mbedtls_user_config.h";_WINDOWS;_USRDLL;NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
- </ClCompile>
- <Link>
- <SubSystem>Windows</SubSystem>
- <EnableCOMDATFolding>true</EnableCOMDATFolding>
- <OptimizeReferences>true</OptimizeReferences>
- <GenerateDebugInformation>true</GenerateDebugInformation>
- <AdditionalDependencies>libhl.lib;user32.lib;gdi32.lib;ws2_32.lib;advapi32.lib;crypt32.lib</AdditionalDependencies>
- </Link>
- </ItemDefinitionGroup>
- <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
- <ImportGroup Label="ExtensionTargets">
- </ImportGroup>
- </Project>
|