diff --git a/AppShell.xaml b/AppShell.xaml
index 64dfc90..cf7fbf5 100644
--- a/AppShell.xaml
+++ b/AppShell.xaml
@@ -23,5 +23,10 @@
Title="Search Page"
ContentTemplate="{DataTemplate views:SearchPage}"
Route="Search" />
+
+
\ No newline at end of file
diff --git a/ShoopNCook - Backup (1).csproj b/ShoopNCook - Backup (1).csproj
new file mode 100644
index 0000000..b8a05fc
--- /dev/null
+++ b/ShoopNCook - Backup (1).csproj
@@ -0,0 +1,107 @@
+
+
+
+ net7.0-android;net7.0-ios;net7.0-maccatalyst
+ $(TargetFrameworks);net7.0-windows10.0.19041.0
+
+
+ Exe
+ ShoopNCook
+ true
+ true
+ enable
+
+
+ ShoopNCook
+
+
+ com.companyname.shoopncook
+ bf17e1fe-a722-42f6-a24d-3327d351c924
+
+
+ 1.0
+ 1
+
+ 11.0
+ 13.1
+ 21.0
+ 10.0.17763.0
+ 10.0.17763.0
+ 6.5
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ MSBuild:Compile
+
+
+ MSBuild:Compile
+
+
+ MSBuild:Compile
+
+
+ MSBuild:Compile
+
+
+ MSBuild:Compile
+
+
+ MSBuild:Compile
+
+
+ MSBuild:Compile
+
+
+
+
+
+
diff --git a/ShoopNCook.csproj b/ShoopNCook.csproj
index 024478d..6e10a2b 100644
--- a/ShoopNCook.csproj
+++ b/ShoopNCook.csproj
@@ -49,10 +49,18 @@
+
+
+
+
+
+
+
+
@@ -71,12 +79,24 @@
+
+ MSBuild:Compile
+
+
+ MSBuild:Compile
+
MSBuild:Compile
+
+ MSBuild:Compile
+
MSBuild:Compile
+
+ MSBuild:Compile
+
MSBuild:Compile
diff --git a/Views/MorePage.xaml b/Views/MorePage.xaml
new file mode 100644
index 0000000..4e2de2b
--- /dev/null
+++ b/Views/MorePage.xaml
@@ -0,0 +1,35 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/Views/MorePage.xaml.cs b/Views/MorePage.xaml.cs
new file mode 100644
index 0000000..8b3fdf5
--- /dev/null
+++ b/Views/MorePage.xaml.cs
@@ -0,0 +1,9 @@
+namespace ShoopNCook.Views;
+
+public partial class MorePage : ContentPage
+{
+ public MorePage()
+ {
+ InitializeComponent();
+ }
+}
\ No newline at end of file