diff --git a/AD_MAUI/AD_MAUI.csproj b/AD_MAUI/AD_MAUI.csproj index 8512202..62bffea 100644 --- a/AD_MAUI/AD_MAUI.csproj +++ b/AD_MAUI/AD_MAUI.csproj @@ -3,6 +3,7 @@ net7.0-android;net7.0-ios;net7.0-maccatalyst $(TargetFrameworks);net7.0-windows10.0.19041.0 + enable Exe @@ -52,9 +53,14 @@ + + + MSBuild:Compile + + + - diff --git a/AD_MAUI/App.xaml.cs b/AD_MAUI/App.xaml.cs index ccd173d..9af73ec 100644 --- a/AD_MAUI/App.xaml.cs +++ b/AD_MAUI/App.xaml.cs @@ -2,10 +2,10 @@ public partial class App : Application { - public App() - { - InitializeComponent(); + public App() + { + InitializeComponent(); - MainPage = new AppShell(); - } + MainPage = new AppShell(); + } } diff --git a/AD_MAUI/AppShell.xaml.cs b/AD_MAUI/AppShell.xaml.cs index 40fb3e8..f2a9717 100644 --- a/AD_MAUI/AppShell.xaml.cs +++ b/AD_MAUI/AppShell.xaml.cs @@ -2,8 +2,8 @@ public partial class AppShell : Shell { - public AppShell() - { - InitializeComponent(); - } + public AppShell() + { + InitializeComponent(); + } } diff --git a/AD_MAUI/MainPage.xaml b/AD_MAUI/MainPage.xaml index ace5584..3fb575c 100644 --- a/AD_MAUI/MainPage.xaml +++ b/AD_MAUI/MainPage.xaml @@ -3,39 +3,10 @@ xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml" x:Class="AD_MAUI.MainPage"> - - - - - -