diff --git a/Views/App.csproj b/Views/App.csproj deleted file mode 100644 index a50784c..0000000 --- a/Views/App.csproj +++ /dev/null @@ -1,58 +0,0 @@ - - - - net7.0-android;net7.0-ios;net7.0-maccatalyst - $(TargetFrameworks);net7.0-windows10.0.19041.0 - - - Exe - App - true - true - enable - - - App - - - com.companyname.app - 4117f2dd-e862-4cb9-896a-a6a11b44f720 - - - 1.0 - 1 - - 11.0 - 13.1 - 21.0 - 10.0.17763.0 - 10.0.17763.0 - 6.5 - - - - false - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Views/App.xaml b/Views/App.xaml deleted file mode 100644 index 4e3074b..0000000 --- a/Views/App.xaml +++ /dev/null @@ -1,15 +0,0 @@ - - - - - - - - - - - - diff --git a/Views/App.xaml.cs b/Views/App.xaml.cs deleted file mode 100644 index 4df35ce..0000000 --- a/Views/App.xaml.cs +++ /dev/null @@ -1,12 +0,0 @@ -namespace Views; - -public partial class App : Application -{ - public App() - { - InitializeComponent(); - - MainPage = new AppShell(); - } -} - diff --git a/Views/AppShell.xaml b/Views/AppShell.xaml deleted file mode 100644 index 528030b..0000000 --- a/Views/AppShell.xaml +++ /dev/null @@ -1,15 +0,0 @@ - - - - - - - diff --git a/Views/AppShell.xaml.cs b/Views/AppShell.xaml.cs deleted file mode 100644 index d3fe947..0000000 --- a/Views/AppShell.xaml.cs +++ /dev/null @@ -1,10 +0,0 @@ -namespace Views; - -public partial class AppShell : Shell -{ - public AppShell() - { - InitializeComponent(); - } -} - diff --git a/Views/MainPage.xaml b/Views/MainPage.xaml deleted file mode 100644 index 66b8033..0000000 --- a/Views/MainPage.xaml +++ /dev/null @@ -1,42 +0,0 @@ - - - - - - - - -