Ditch UWP solution completely.
This commit is contained in:
@@ -4,7 +4,7 @@ using Wino.Core.Domain.Interfaces;
|
||||
#if NET8_0
|
||||
using Microsoft.UI.Xaml;
|
||||
#else
|
||||
using Windows.UI.Xaml;
|
||||
using Microsoft.UI.Xaml;
|
||||
#endif
|
||||
namespace Wino.Services
|
||||
{
|
||||
|
||||
@@ -28,7 +28,7 @@ using Windows.Foundation.Metadata;
|
||||
#if NET8_0
|
||||
using Microsoft.UI.Xaml.Controls;
|
||||
#else
|
||||
using Windows.UI.Xaml.Controls;
|
||||
using Microsoft.UI.Xaml.Controls;
|
||||
#endif
|
||||
|
||||
namespace Wino.Services
|
||||
|
||||
@@ -18,9 +18,9 @@ using Wino.Core.WinUI.Services;
|
||||
using Microsoft.UI.Xaml.Controls;
|
||||
using Microsoft.UI.Xaml.Media.Animation;
|
||||
#else
|
||||
using Windows.UI.Xaml;
|
||||
using Windows.UI.Xaml.Controls;
|
||||
using Windows.UI.Xaml.Media.Animation;
|
||||
using Microsoft.UI.Xaml;
|
||||
using Microsoft.UI.Xaml.Controls;
|
||||
using Microsoft.UI.Xaml.Media.Animation;
|
||||
#endif
|
||||
|
||||
namespace Wino.Services
|
||||
|
||||
Reference in New Issue
Block a user