From 55b92ab263dd70ae4ac33c9aa33174c054a2ddc7 Mon Sep 17 00:00:00 2001 From: Clint Rutkas Date: Fri, 31 Jul 2020 15:15:50 -0700 Subject: [PATCH] supressing warning 8305 as there is nothing we can do about as this is a WinUI (#5393) Co-authored-by: Clint Rutkas --- .../Microsoft.PowerToys.Settings.UI.csproj | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/core/Microsoft.PowerToys.Settings.UI/Microsoft.PowerToys.Settings.UI.csproj b/src/core/Microsoft.PowerToys.Settings.UI/Microsoft.PowerToys.Settings.UI.csproj index 1130b9b8a..071657ce5 100644 --- a/src/core/Microsoft.PowerToys.Settings.UI/Microsoft.PowerToys.Settings.UI.csproj +++ b/src/core/Microsoft.PowerToys.Settings.UI/Microsoft.PowerToys.Settings.UI.csproj @@ -60,7 +60,7 @@ true ..\..\..\x64\Debug\SettingsUI\ DEBUG;TRACE;NETFX_CORE;WINDOWS_UWP - ;2008 + 8305;2008 full x64 false @@ -71,7 +71,7 @@ ..\..\..\x64\Release\SettingsUI\ TRACE;NETFX_CORE;WINDOWS_UWP true - ;2008 + 8305;2008 pdbonly x64 false