mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-01-09 15:49:25 +01:00
3053fea160
On a few of our buildbot instances, we get warnings about the usage of deprecated functions. We should correct these, especially if we're delegating to system versions of the libraries if they're available. However, in order to do that, we need to update our library variant from 2.1.1 so that the non-deprecated alternatives are actually available.
129 lines
5.7 KiB
XML
129 lines
5.7 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<Project DefaultTargets="Build" ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
<ItemGroup Label="ProjectConfigurations">
|
|
<ProjectConfiguration Include="Debug|x64">
|
|
<Configuration>Debug</Configuration>
|
|
<Platform>x64</Platform>
|
|
</ProjectConfiguration>
|
|
<ProjectConfiguration Include="Release|x64">
|
|
<Configuration>Release</Configuration>
|
|
<Platform>x64</Platform>
|
|
</ProjectConfiguration>
|
|
</ItemGroup>
|
|
<PropertyGroup Label="Globals">
|
|
<ProjectGuid>{BDB6578B-0691-4E80-A46C-DF21639FD3B8}</ProjectGuid>
|
|
<WindowsTargetPlatformVersion>10.0.17134.0</WindowsTargetPlatformVersion>
|
|
</PropertyGroup>
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
|
|
<PropertyGroup Label="Configuration">
|
|
<ConfigurationType>StaticLibrary</ConfigurationType>
|
|
<PlatformToolset>v141</PlatformToolset>
|
|
<CharacterSet>Unicode</CharacterSet>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)'=='Debug'" Label="Configuration">
|
|
<UseDebugLibraries>true</UseDebugLibraries>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)'=='Release'" Label="Configuration">
|
|
<UseDebugLibraries>false</UseDebugLibraries>
|
|
</PropertyGroup>
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
|
|
<ImportGroup Label="ExtensionSettings">
|
|
</ImportGroup>
|
|
<ImportGroup Label="PropertySheets">
|
|
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|
<Import Project="..\..\Source\VSProps\Base.props" />
|
|
<Import Project="..\..\Source\VSProps\ClDisableAllWarnings.props" />
|
|
</ImportGroup>
|
|
<PropertyGroup Label="UserMacros" />
|
|
<ItemGroup>
|
|
<ClCompile Include="library\aes.c" />
|
|
<ClCompile Include="library\aesni.c">
|
|
<ExcludedFromBuild>true</ExcludedFromBuild>
|
|
</ClCompile>
|
|
<ClCompile Include="library\arc4.c" />
|
|
<ClCompile Include="library\aria.c" />
|
|
<ClCompile Include="library\asn1parse.c" />
|
|
<ClCompile Include="library\asn1write.c" />
|
|
<ClCompile Include="library\base64.c" />
|
|
<ClCompile Include="library\bignum.c" />
|
|
<ClCompile Include="library\blowfish.c" />
|
|
<ClCompile Include="library\camellia.c" />
|
|
<ClCompile Include="library\ccm.c" />
|
|
<ClCompile Include="library\certs.c" />
|
|
<ClCompile Include="library\chacha20.c" />
|
|
<ClCompile Include="library\chachapoly.c" />
|
|
<ClCompile Include="library\cipher.c" />
|
|
<ClCompile Include="library\cipher_wrap.c" />
|
|
<ClCompile Include="library\cmac.c" />
|
|
<ClCompile Include="library\ctr_drbg.c" />
|
|
<ClCompile Include="library\debug.c" />
|
|
<ClCompile Include="library\des.c" />
|
|
<ClCompile Include="library\dhm.c" />
|
|
<ClCompile Include="library\ecdh.c" />
|
|
<ClCompile Include="library\ecdsa.c" />
|
|
<ClCompile Include="library\ecjpake.c" />
|
|
<ClCompile Include="library\ecp.c" />
|
|
<ClCompile Include="library\ecp_curves.c" />
|
|
<ClCompile Include="library\entropy.c" />
|
|
<ClCompile Include="library\entropy_poll.c" />
|
|
<ClCompile Include="library\error.c" />
|
|
<ClCompile Include="library\gcm.c" />
|
|
<ClCompile Include="library\havege.c" />
|
|
<ClCompile Include="library\hkdf.c" />
|
|
<ClCompile Include="library\hmac_drbg.c" />
|
|
<ClCompile Include="library\md.c" />
|
|
<ClCompile Include="library\md2.c" />
|
|
<ClCompile Include="library\md4.c" />
|
|
<ClCompile Include="library\md5.c" />
|
|
<ClCompile Include="library\md_wrap.c" />
|
|
<ClCompile Include="library\memory_buffer_alloc.c" />
|
|
<ClCompile Include="library\net_sockets.c" />
|
|
<ClCompile Include="library\nist_kw.c" />
|
|
<ClCompile Include="library\oid.c" />
|
|
<ClCompile Include="library\padlock.c">
|
|
<ExcludedFromBuild>true</ExcludedFromBuild>
|
|
</ClCompile>
|
|
<ClCompile Include="library\pem.c" />
|
|
<ClCompile Include="library\pk.c" />
|
|
<ClCompile Include="library\pk_wrap.c" />
|
|
<ClCompile Include="library\pkcs11.c" />
|
|
<ClCompile Include="library\pkcs12.c" />
|
|
<ClCompile Include="library\pkcs5.c" />
|
|
<ClCompile Include="library\pkparse.c" />
|
|
<ClCompile Include="library\pkwrite.c" />
|
|
<ClCompile Include="library\platform.c" />
|
|
<ClCompile Include="library\platform_util.c" />
|
|
<ClCompile Include="library\poly1305.c" />
|
|
<ClCompile Include="library\ripemd160.c" />
|
|
<ClCompile Include="library\rsa.c" />
|
|
<ClCompile Include="library\rsa_internal.c" />
|
|
<ClCompile Include="library\sha1.c" />
|
|
<ClCompile Include="library\sha256.c" />
|
|
<ClCompile Include="library\sha512.c" />
|
|
<ClCompile Include="library\ssl_cache.c" />
|
|
<ClCompile Include="library\ssl_ciphersuites.c" />
|
|
<ClCompile Include="library\ssl_cli.c" />
|
|
<ClCompile Include="library\ssl_cookie.c" />
|
|
<ClCompile Include="library\ssl_srv.c" />
|
|
<ClCompile Include="library\ssl_ticket.c" />
|
|
<ClCompile Include="library\ssl_tls.c" />
|
|
<ClCompile Include="library\threading.c" />
|
|
<ClCompile Include="library\timing.c" />
|
|
<ClCompile Include="library\version.c" />
|
|
<ClCompile Include="library\version_features.c" />
|
|
<ClCompile Include="library\x509.c" />
|
|
<ClCompile Include="library\x509_create.c" />
|
|
<ClCompile Include="library\x509_crl.c" />
|
|
<ClCompile Include="library\x509_crt.c" />
|
|
<ClCompile Include="library\x509_csr.c" />
|
|
<ClCompile Include="library\x509write_crt.c" />
|
|
<ClCompile Include="library\x509write_csr.c" />
|
|
<ClCompile Include="library\xtea.c" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Text Include="library\CMakeLists.txt" />
|
|
</ItemGroup>
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
|
<ImportGroup Label="ExtensionTargets">
|
|
</ImportGroup>
|
|
</Project> |