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

@@ -4,7 +4,7 @@ using Wino.Core.Domain.Entities;
#if NET8_0
using Microsoft.UI.Xaml.Controls;
#else
using Windows.UI.Xaml.Controls;
using Microsoft.UI.Xaml.Controls;
#endif
namespace Wino.Dialogs
{

View File

@@ -4,7 +4,7 @@ using Wino.Core.Domain.Entities;
#if NET8_0
using Microsoft.UI.Xaml.Controls;
#else
using Windows.UI.Xaml.Controls;
using Microsoft.UI.Xaml.Controls;
#endif
namespace Wino.Dialogs

View File

@@ -6,7 +6,7 @@ using Wino.Core.Domain.Interfaces;
#if NET8_0
using Microsoft.UI.Xaml.Controls;
#else
using Windows.UI.Xaml.Controls;
using Microsoft.UI.Xaml.Controls;
#endif
namespace Wino.Dialogs
{

View File

@@ -6,8 +6,8 @@ using Wino.Core.Domain.Interfaces;
using Microsoft.UI.Xaml;
using Microsoft.UI.Xaml.Controls;
#else
using Windows.UI.Xaml;
using Windows.UI.Xaml.Controls;
using Microsoft.UI.Xaml;
using Microsoft.UI.Xaml.Controls;
#endif
namespace Wino.Dialogs
{

View File

@@ -5,8 +5,8 @@ using Wino.Core.Domain.Interfaces;
using Microsoft.UI.Xaml.Controls;
using Microsoft.UI.Xaml;
#else
using Windows.UI.Xaml.Controls;
using Windows.UI.Xaml;
using Microsoft.UI.Xaml.Controls;
using Microsoft.UI.Xaml;
#endif
namespace Wino.Dialogs

View File

@@ -8,9 +8,9 @@ using Microsoft.UI.Xaml;
using Microsoft.UI.Xaml.Controls;
using Microsoft.UI.Xaml.Media;
#else
using Windows.UI.Xaml.Controls;
using Windows.UI.Xaml;
using Windows.UI.Xaml.Media;
using Microsoft.UI.Xaml.Controls;
using Microsoft.UI.Xaml;
using Microsoft.UI.Xaml.Media;
#endif
namespace Wino.Dialogs

View File

@@ -6,8 +6,8 @@ using Wino.Core.Domain.Models.Folders;
using Microsoft.UI.Xaml.Controls;
using Microsoft.UI.Xaml;
#else
using Windows.UI.Xaml.Controls;
using Windows.UI.Xaml;
using Microsoft.UI.Xaml.Controls;
using Microsoft.UI.Xaml;
#endif
namespace Wino.Dialogs

View File

@@ -6,8 +6,8 @@ using Wino.Core.Domain.Models.Accounts;
using Microsoft.UI.Xaml.Controls;
using Microsoft.UI.Xaml;
#else
using Windows.UI.Xaml.Controls;
using Windows.UI.Xaml;
using Microsoft.UI.Xaml.Controls;
using Microsoft.UI.Xaml;
#endif
namespace Wino.Dialogs

View File

@@ -13,8 +13,8 @@ using Wino.Views.ImapSetup;
using Microsoft.UI.Xaml.Controls;
using Microsoft.UI.Xaml.Media.Animation;
#else
using Windows.UI.Xaml.Controls;
using Windows.UI.Xaml.Media.Animation;
using Microsoft.UI.Xaml.Controls;
using Microsoft.UI.Xaml.Media.Animation;
#endif
namespace Wino.Dialogs

View File

@@ -15,8 +15,8 @@ using Wino.Views.Settings;
using Microsoft.UI.Xaml;
using Microsoft.UI.Xaml.Controls;
#else
using Windows.UI.Xaml;
using Windows.UI.Xaml.Controls;
using Microsoft.UI.Xaml;
using Microsoft.UI.Xaml.Controls;
#endif
namespace Wino.Dialogs

View File

@@ -3,7 +3,7 @@
#if NET8_0
using Microsoft.UI.Xaml.Controls;
#else
using Windows.UI.Xaml.Controls;
using Microsoft.UI.Xaml.Controls;
#endif
namespace Wino.Dialogs
{

View File

@@ -8,7 +8,7 @@ using Wino.Core.Domain.Enums;
#if NET8_0
using Microsoft.UI.Xaml.Controls;
#else
using Windows.UI.Xaml.Controls;
using Microsoft.UI.Xaml.Controls;
#endif
namespace Wino.Dialogs
{

View File

@@ -3,8 +3,8 @@
using Microsoft.UI.Xaml;
using Microsoft.UI.Xaml.Controls;
#else
using Windows.UI.Xaml;
using Windows.UI.Xaml.Controls;
using Microsoft.UI.Xaml;
using Microsoft.UI.Xaml.Controls;
#endif
namespace Wino.Dialogs

View File

@@ -4,8 +4,8 @@
using Microsoft.UI.Xaml;
using Microsoft.UI.Xaml.Controls;
#else
using Windows.UI.Xaml;
using Windows.UI.Xaml.Controls;
using Microsoft.UI.Xaml;
using Microsoft.UI.Xaml.Controls;
#endif
namespace Wino.Dialogs
{