Ditch UWP solution completely.

This commit is contained in:
Burak Kaan Köse
2024-07-20 23:32:39 +02:00
parent 654b7ec1a7
commit ebf4bc6f97
378 changed files with 674 additions and 5271 deletions

View File

@@ -12,9 +12,9 @@ using Microsoft.UI.Xaml;
using Microsoft.UI.Xaml.Controls;
using Microsoft.UI.Xaml.Controls.Primitives;
#else
using Windows.UI.Xaml;
using Windows.UI.Xaml.Controls;
using Windows.UI.Xaml.Controls.Primitives;
using Microsoft.UI.Xaml;
using Microsoft.UI.Xaml.Controls;
using Microsoft.UI.Xaml.Controls.Primitives;
#endif
namespace Wino.Behaviors

View File

@@ -7,7 +7,7 @@ using Wino.Core.MenuItems;
#if NET8_0
using Microsoft.UI.Xaml;
#else
using Windows.UI.Xaml;
using Microsoft.UI.Xaml;
#endif
namespace Wino.Behaviors