diff --git a/AppShell.xaml b/AppShell.xaml index f63ee1e..a9459a2 100644 --- a/AppShell.xaml +++ b/AppShell.xaml @@ -11,7 +11,7 @@ + + MSBuild:Compile + MSBuild:Compile diff --git a/Views/HomePage.xaml b/Views/HomePage.xaml new file mode 100644 index 0000000..66fa5d1 --- /dev/null +++ b/Views/HomePage.xaml @@ -0,0 +1,53 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/Views/HomePage.xaml.cs b/Views/HomePage.xaml.cs new file mode 100644 index 0000000..c3b88c4 --- /dev/null +++ b/Views/HomePage.xaml.cs @@ -0,0 +1,9 @@ +namespace ShoopNCook.Views; + +public partial class HomePage : ContentPage +{ + public HomePage() + { + InitializeComponent(); + } +} \ No newline at end of file