From 438d70ed139badb8400a2414db660858ae268b1f Mon Sep 17 00:00:00 2001 From: Ryland <41491307+ryalanms@users.noreply.github.com> Date: Wed, 13 Oct 2021 17:41:49 -0700 Subject: [PATCH] Don't include d3dcompiler_47.dll on ARM64. --- Microsoft.Dotnet.Wpf.sln | 2 -- .../redist/D3DCompiler/D3DCompiler.vcxproj | 21 +++---------------- 2 files changed, 3 insertions(+), 20 deletions(-) diff --git a/Microsoft.Dotnet.Wpf.sln b/Microsoft.Dotnet.Wpf.sln index a63f0206..24fd50ba 100644 --- a/Microsoft.Dotnet.Wpf.sln +++ b/Microsoft.Dotnet.Wpf.sln @@ -1259,7 +1259,6 @@ Global {60E8E057-79E1-4860-A015-23C9587434F7}.Debug|Any CPU.Build.0 = Debug|Win32 {60E8E057-79E1-4860-A015-23C9587434F7}.Debug|Any CPU.Deploy.0 = Debug|Win32 {60E8E057-79E1-4860-A015-23C9587434F7}.Debug|ARM64.ActiveCfg = Debug|ARM64 - {60E8E057-79E1-4860-A015-23C9587434F7}.Debug|ARM64.Build.0 = Debug|ARM64 {60E8E057-79E1-4860-A015-23C9587434F7}.Debug|x64.ActiveCfg = Debug|x64 {60E8E057-79E1-4860-A015-23C9587434F7}.Debug|x64.Build.0 = Debug|x64 {60E8E057-79E1-4860-A015-23C9587434F7}.Debug|x64.Deploy.0 = Debug|x64 @@ -1270,7 +1269,6 @@ Global {60E8E057-79E1-4860-A015-23C9587434F7}.Release|Any CPU.Build.0 = Release|Win32 {60E8E057-79E1-4860-A015-23C9587434F7}.Release|Any CPU.Deploy.0 = Release|Win32 {60E8E057-79E1-4860-A015-23C9587434F7}.Release|ARM64.ActiveCfg = Release|ARM64 - {60E8E057-79E1-4860-A015-23C9587434F7}.Release|ARM64.Build.0 = Release|ARM64 {60E8E057-79E1-4860-A015-23C9587434F7}.Release|x64.ActiveCfg = Release|x64 {60E8E057-79E1-4860-A015-23C9587434F7}.Release|x64.Build.0 = Release|x64 {60E8E057-79E1-4860-A015-23C9587434F7}.Release|x64.Deploy.0 = Release|x64 diff --git a/src/Microsoft.DotNet.Wpf/redist/D3DCompiler/D3DCompiler.vcxproj b/src/Microsoft.DotNet.Wpf/redist/D3DCompiler/D3DCompiler.vcxproj index 2618d796..9dd3c1bb 100644 --- a/src/Microsoft.DotNet.Wpf/redist/D3DCompiler/D3DCompiler.vcxproj +++ b/src/Microsoft.DotNet.Wpf/redist/D3DCompiler/D3DCompiler.vcxproj @@ -1,18 +1,10 @@  - - Debug - ARM64 - Debug Win32 - - Release - ARM64 - Release Win32 @@ -32,25 +24,18 @@ - + $(D3DCompilerDllBaseName)$(D3DCompilerVersion)$(WpfVersionSuffix) - - $(D3DCompilerDllBaseName)$(D3DCompilerVersion) - - - + + $(Windows10SdkPath)Redist\D3D\$(Architecture)\$(D3DCompilerDllBaseName)$(D3DCompilerVersion).dll - - - False - 16.0 {60E8E057-79E1-4860-A015-23C9587434F7}