|
|
|
@ -88,64 +88,64 @@
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<Compile Update="Pages\MyListPage.xaml.cs">
|
|
|
|
|
<Compile Update="Views\MyListPage.xaml.cs">
|
|
|
|
|
<DependentUpon>MyListPage.xaml</DependentUpon>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Update="Views\IngredientEntry.xaml.cs">
|
|
|
|
|
<Compile Update="Views\Components\IngredientEntry.xaml.cs">
|
|
|
|
|
<DependentUpon>IngredientEntry.xaml</DependentUpon>
|
|
|
|
|
</Compile>
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<MauiXaml Update="Pages\CreateRecipePage.xaml">
|
|
|
|
|
<MauiXaml Update="Views\CreateRecipePage.xaml">
|
|
|
|
|
<Generator>MSBuild:Compile</Generator>
|
|
|
|
|
</MauiXaml>
|
|
|
|
|
<MauiXaml Update="Pages\Splash.xaml">
|
|
|
|
|
<MauiXaml Update="Views\Splash.xaml">
|
|
|
|
|
<Generator>MSBuild:Compile</Generator>
|
|
|
|
|
</MauiXaml>
|
|
|
|
|
<MauiXaml Update="Views\CounterView.xaml">
|
|
|
|
|
<MauiXaml Update="Views\Components\CounterView.xaml">
|
|
|
|
|
<Generator>MSBuild:Compile</Generator>
|
|
|
|
|
</MauiXaml>
|
|
|
|
|
<MauiXaml Update="Views\HeadedButton.xaml">
|
|
|
|
|
<MauiXaml Update="Views\Components\HeadedButton.xaml">
|
|
|
|
|
<Generator>MSBuild:Compile</Generator>
|
|
|
|
|
</MauiXaml>
|
|
|
|
|
<MauiXaml Update="Views\IngredientEntry.xaml">
|
|
|
|
|
<MauiXaml Update="Views\Components\IngredientEntry.xaml">
|
|
|
|
|
<Generator>MSBuild:Compile</Generator>
|
|
|
|
|
</MauiXaml>
|
|
|
|
|
<MauiXaml Update="Views\IngredientView.xaml">
|
|
|
|
|
<MauiXaml Update="Views\Components\IngredientView.xaml">
|
|
|
|
|
<Generator>MSBuild:Compile</Generator>
|
|
|
|
|
</MauiXaml>
|
|
|
|
|
<MauiXaml Update="Pages\FavoritesPage.xaml">
|
|
|
|
|
<MauiXaml Update="Views\FavoritesPage.xaml">
|
|
|
|
|
<Generator>MSBuild:Compile</Generator>
|
|
|
|
|
</MauiXaml>
|
|
|
|
|
<MauiXaml Update="Pages\MorePage.xaml">
|
|
|
|
|
<MauiXaml Update="Views\MorePage.xaml">
|
|
|
|
|
<Generator>MSBuild:Compile</Generator>
|
|
|
|
|
</MauiXaml>
|
|
|
|
|
<MauiXaml Update="Pages\ProfilePage.xaml">
|
|
|
|
|
<MauiXaml Update="Views\ProfilePage.xaml">
|
|
|
|
|
<Generator>MSBuild:Compile</Generator>
|
|
|
|
|
</MauiXaml>
|
|
|
|
|
<MauiXaml Update="Pages\RecipePage.xaml">
|
|
|
|
|
<MauiXaml Update="Views\RecipePage.xaml">
|
|
|
|
|
<Generator>MSBuild:Compile</Generator>
|
|
|
|
|
</MauiXaml>
|
|
|
|
|
<MauiXaml Update="Views\RecipeView.xaml">
|
|
|
|
|
<MauiXaml Update="Views\Components\RecipeView.xaml">
|
|
|
|
|
<Generator>MSBuild:Compile</Generator>
|
|
|
|
|
</MauiXaml>
|
|
|
|
|
<MauiXaml Update="Pages\RegisterPage.xaml">
|
|
|
|
|
<MauiXaml Update="Views\RegisterPage.xaml">
|
|
|
|
|
<Generator>MSBuild:Compile</Generator>
|
|
|
|
|
</MauiXaml>
|
|
|
|
|
<MauiXaml Update="Pages\SearchPage.xaml">
|
|
|
|
|
<MauiXaml Update="Views\SearchPage.xaml">
|
|
|
|
|
<Generator>MSBuild:Compile</Generator>
|
|
|
|
|
</MauiXaml>
|
|
|
|
|
<MauiXaml Update="Views\RecipeView.xaml">
|
|
|
|
|
<MauiXaml Update="Views\Components\RecipeView.xaml">
|
|
|
|
|
<Generator>MSBuild:Compile</Generator>
|
|
|
|
|
</MauiXaml>
|
|
|
|
|
<MauiXaml Update="Views\SearchPage.xaml">
|
|
|
|
|
<Generator>MSBuild:Compile</Generator>
|
|
|
|
|
</MauiXaml>
|
|
|
|
|
<MauiXaml Update="Views\StepEntry.xaml">
|
|
|
|
|
<MauiXaml Update="Views\Components\StepEntry.xaml">
|
|
|
|
|
<Generator>MSBuild:Compile</Generator>
|
|
|
|
|
</MauiXaml>
|
|
|
|
|
<MauiXaml Update="Views\StoredRecipeView.xaml">
|
|
|
|
|
<MauiXaml Update="Views\Components\StoredRecipeView.xaml">
|
|
|
|
|
<Generator>MSBuild:Compile</Generator>
|
|
|
|
|
</MauiXaml>
|
|
|
|
|
</ItemGroup>
|
|
|
|
|