Get rid of system.drawing and uwp notifications pacakge. Remove the AOT/trim stuff for now.

This commit is contained in:
Burak Kaan Köse
2026-04-07 00:02:36 +02:00
parent ff05195416
commit f693299304
20 changed files with 422 additions and 302 deletions
@@ -0,0 +1,11 @@
using Microsoft.UI.Xaml;
namespace Wino.Mail.WinUI.Styles;
public partial class OperationCommandBarResources : ResourceDictionary
{
public OperationCommandBarResources()
{
InitializeComponent();
}
}