Merge core project into winui project.
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
<abstract:AboutPageAbstract
|
||||
<abstract:AboutPageAbstract
|
||||
x:Class="Wino.Views.Settings.AboutPage"
|
||||
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
|
||||
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
using Wino.Views.Abstract;
|
||||
using Wino.Views.Abstract;
|
||||
|
||||
namespace Wino.Views.Settings;
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
<abstract:AliasManagementPageAbstract
|
||||
<abstract:AliasManagementPageAbstract
|
||||
x:Class="Wino.Views.Settings.AliasManagementPage"
|
||||
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
|
||||
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
using Wino.Views.Abstract;
|
||||
using Wino.Views.Abstract;
|
||||
|
||||
namespace Wino.Views.Settings;
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
<abstract:AppPreferencesPageAbstract
|
||||
<abstract:AppPreferencesPageAbstract
|
||||
x:Class="Wino.Views.Settings.AppPreferencesPage"
|
||||
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
|
||||
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
using Wino.Views.Abstract;
|
||||
using Wino.Views.Abstract;
|
||||
|
||||
namespace Wino.Views.Settings;
|
||||
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
xmlns:abstract="using:Wino.Views.Abstract"
|
||||
xmlns:accounts="using:Wino.Core.Domain.Models.Accounts"
|
||||
xmlns:controls="using:CommunityToolkit.WinUI.Controls"
|
||||
xmlns:converters="using:Wino.Core.WinUI.Converters"
|
||||
xmlns:converters="using:Wino.Mail.WinUI.Converters"
|
||||
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
|
||||
xmlns:data="using:Wino.Core.ViewModels.Data"
|
||||
xmlns:domain="using:Wino.Core.Domain"
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
<abstract:LanguageTimePageAbstract
|
||||
<abstract:LanguageTimePageAbstract
|
||||
x:Class="Wino.Views.Settings.LanguageTimePage"
|
||||
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
|
||||
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
using Wino.Views.Abstract;
|
||||
using Wino.Views.Abstract;
|
||||
|
||||
namespace Wino.Views.Settings;
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
<abstract:MessageListPageAbstract
|
||||
<abstract:MessageListPageAbstract
|
||||
x:Class="Wino.Views.Settings.MessageListPage"
|
||||
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
|
||||
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
using Wino.Views.Abstract;
|
||||
using Wino.Views.Abstract;
|
||||
|
||||
namespace Wino.Views.Settings;
|
||||
|
||||
|
||||
@@ -1,11 +1,11 @@
|
||||
<abstract:PersonalizationPageAbstract
|
||||
<abstract:PersonalizationPageAbstract
|
||||
x:Class="Wino.Views.Settings.PersonalizationPage"
|
||||
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
|
||||
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
|
||||
xmlns:abstract="using:Wino.Views.Abstract"
|
||||
xmlns:controls="using:CommunityToolkit.WinUI.Controls"
|
||||
xmlns:controls1="using:Wino.Controls"
|
||||
xmlns:coreSelectors="using:Wino.Core.WinUI.Selectors"
|
||||
xmlns:coreSelectors="using:Wino.Mail.WinUI.Selectors"
|
||||
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
|
||||
xmlns:data="using:Wino.Core.ViewModels.Data"
|
||||
xmlns:domain="using:Wino.Core.Domain"
|
||||
@@ -13,7 +13,7 @@
|
||||
xmlns:helpers="using:Wino.Helpers"
|
||||
xmlns:mailSelectors="using:Wino.Selectors"
|
||||
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
|
||||
xmlns:personalization="using:Wino.Core.WinUI.Models.Personalization"
|
||||
xmlns:personalization="using:Wino.Mail.WinUI.Models.Personalization"
|
||||
xmlns:personalization1="using:Wino.Core.Domain.Models.Personalization"
|
||||
xmlns:selectors="using:Wino.Selectors"
|
||||
xmlns:toolkitExt="using:CommunityToolkit.WinUI"
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
using Wino.Views.Abstract;
|
||||
using Wino.Views.Abstract;
|
||||
|
||||
namespace Wino.Views.Settings;
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
<abstract:ReadComposePanePageAbstract
|
||||
<abstract:ReadComposePanePageAbstract
|
||||
x:Class="Wino.Views.Settings.ReadComposePanePage"
|
||||
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
|
||||
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
using Wino.Views.Abstract;
|
||||
using Wino.Views.Abstract;
|
||||
|
||||
namespace Wino.Views.Settings;
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
<abstract:SignatureManagementPageAbstract
|
||||
<abstract:SignatureManagementPageAbstract
|
||||
x:Class="Wino.Views.Settings.SignatureManagementPage"
|
||||
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
|
||||
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
using Wino.Views.Abstract;
|
||||
using Wino.Views.Abstract;
|
||||
|
||||
namespace Wino.Views.Settings;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user