|
|
|
@ -49,11 +49,25 @@
|
|
|
|
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<None Remove="Resources\Fonts\Poppins-Bold.ttf" />
|
|
|
|
|
<None Remove="Resources\Images\bin.svg" />
|
|
|
|
|
<None Remove="Resources\Fonts\Poppins-Medium.ttf" />
|
|
|
|
|
<None Remove="Resources\Fonts\Poppins-Regular.ttf" />
|
|
|
|
|
<None Remove="Resources\Images\cookie.svg" />
|
|
|
|
|
<None Remove="Resources\Images\email_icon.svg" />
|
|
|
|
|
<None Remove="Resources\Images\facebook_logo.svg" />
|
|
|
|
|
<None Remove="Resources\Images\hearth_off.svg" />
|
|
|
|
|
<None Remove="Resources\Images\hearth_on.svg" />
|
|
|
|
|
<None Remove="Resources\Images\logout_arrow.svg" />
|
|
|
|
|
<None Remove="Resources\Images\minus.svg" />
|
|
|
|
|
<None Remove="Resources\Images\moon_white.svg" />
|
|
|
|
|
<None Remove="Resources\Images\email_icon.svg" />
|
|
|
|
|
<None Remove="Resources\Images\facebook_logo.svg" />
|
|
|
|
|
<None Remove="Resources\Images\password_icon.svg" />
|
|
|
|
|
<None Remove="Resources\Images\search_options.svg" />
|
|
|
|
|
<None Remove="Resources\Images\share.svg" />
|
|
|
|
|
<None Remove="Resources\Images\star_empty.svg" />
|
|
|
|
|
<None Remove="Resources\Images\star_full.svg" />
|
|
|
|
|
<None Remove="Resources\Images\user.svg" />
|
|
|
|
|
<None Remove="Resources\Images\user_fill.svg" />
|
|
|
|
|
<None Remove="Resources\Images\visibility_off.svg" />
|
|
|
|
|
<None Remove="Resources\Images\visibility_on.svg" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
@ -72,21 +86,39 @@
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<MauiXaml Update="Views\FavoritesPage.xaml">
|
|
|
|
|
<MauiXaml Update="Pages\MyList.xaml">
|
|
|
|
|
<Generator>MSBuild:Compile</Generator>
|
|
|
|
|
</MauiXaml>
|
|
|
|
|
<MauiXaml Update="Views\HeadedButton.xaml">
|
|
|
|
|
<Generator>MSBuild:Compile</Generator>
|
|
|
|
|
</MauiXaml>
|
|
|
|
|
<MauiXaml Update="Views\IngredientView.xaml">
|
|
|
|
|
<Generator>MSBuild:Compile</Generator>
|
|
|
|
|
</MauiXaml>
|
|
|
|
|
<MauiXaml Update="Pages\FavoritesPage.xaml">
|
|
|
|
|
<Generator>MSBuild:Compile</Generator>
|
|
|
|
|
</MauiXaml>
|
|
|
|
|
<MauiXaml Update="Views\MyRecipesPage.xaml">
|
|
|
|
|
<MauiXaml Update="Pages\MorePage.xaml">
|
|
|
|
|
<Generator>MSBuild:Compile</Generator>
|
|
|
|
|
</MauiXaml>
|
|
|
|
|
<MauiXaml Update="Views\OwnedRecipeView.xaml">
|
|
|
|
|
<MauiXaml Update="Pages\ProfilePage.xaml">
|
|
|
|
|
<Generator>MSBuild:Compile</Generator>
|
|
|
|
|
</MauiXaml>
|
|
|
|
|
<MauiXaml Update="Views\ProfilePage.xaml">
|
|
|
|
|
<MauiXaml Update="Pages\RecipePage.xaml">
|
|
|
|
|
<Generator>MSBuild:Compile</Generator>
|
|
|
|
|
</MauiXaml>
|
|
|
|
|
<MauiXaml Update="Views\RecipeView.xaml">
|
|
|
|
|
<Generator>MSBuild:Compile</Generator>
|
|
|
|
|
</MauiXaml>
|
|
|
|
|
<MauiXaml Update="Pages\RegisterPage.xaml">
|
|
|
|
|
<Generator>MSBuild:Compile</Generator>
|
|
|
|
|
</MauiXaml>
|
|
|
|
|
<MauiXaml Update="Pages\SearchPage.xaml">
|
|
|
|
|
<Generator>MSBuild:Compile</Generator>
|
|
|
|
|
</MauiXaml>
|
|
|
|
|
<MauiXaml Update="Views\RecipeView.xaml">
|
|
|
|
|
<Generator>MSBuild:Compile</Generator>
|
|
|
|
|
</MauiXaml>
|
|
|
|
|
<MauiXaml Update="Views\SearchPage.xaml">
|
|
|
|
|
<Generator>MSBuild:Compile</Generator>
|
|
|
|
|
</MauiXaml>
|
|
|
|
|