diff --git a/ShoopNCook - Backup.csproj b/ShoopNCook - Backup.csproj new file mode 100644 index 0000000..9ca6f83 --- /dev/null +++ b/ShoopNCook - Backup.csproj @@ -0,0 +1,87 @@ + + + + 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 + + + + + + diff --git a/ShoopNCook.csproj b/ShoopNCook.csproj index 8bad814..024478d 100644 --- a/ShoopNCook.csproj +++ b/ShoopNCook.csproj @@ -74,6 +74,9 @@ MSBuild:Compile + + MSBuild:Compile + MSBuild:Compile diff --git a/Views/RecipeView.xaml b/Views/RecipeView.xaml new file mode 100644 index 0000000..2b3a72f --- /dev/null +++ b/Views/RecipeView.xaml @@ -0,0 +1,39 @@ + + + + + + + + + + + + + + + + + diff --git a/Views/RecipeView.xaml.cs b/Views/RecipeView.xaml.cs new file mode 100644 index 0000000..07d00b6 --- /dev/null +++ b/Views/RecipeView.xaml.cs @@ -0,0 +1,9 @@ +namespace ShoopNCook.Views; + +public partial class RecipeView : ContentView +{ + public RecipeView() + { + InitializeComponent(); + } +} \ No newline at end of file diff --git a/Views/SearchPage.xaml b/Views/SearchPage.xaml index 8f622c3..d03844c 100644 --- a/Views/SearchPage.xaml +++ b/Views/SearchPage.xaml @@ -2,6 +2,7 @@ - + + BackgroundColor="Red" + JustifyContent="Start" + AlignItems="Start" + AlignContent="Start" + Direction="Row" - + Wrap="Wrap"> + + + + + + + - \ No newline at end of file