-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathWellBites.csproj.user
35 lines (35 loc) · 1.08 KB
/
WellBites.csproj.user
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="Current" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup />
<ItemGroup>
<Compile Update="MVVM\Views\DashboardPage.xaml.cs">
<SubType>Code</SubType>
</Compile>
<Compile Update="MVVM\Views\FavoritesPage.xaml.cs">
<SubType>Code</SubType>
</Compile>
<Compile Update="MVVM\Views\MyCaloriesPage.xaml.cs">
<SubType>Code</SubType>
</Compile>
<Compile Update="MVVM\Views\RecipeDetailsPage.xaml.cs">
<SubType>Code</SubType>
</Compile>
</ItemGroup>
<ItemGroup>
<Page Update="MVVM\Views\DashboardPage.xaml">
<SubType>Designer</SubType>
</Page>
<Page Update="MVVM\Views\FavoritesPage.xaml">
<SubType>Designer</SubType>
</Page>
<Page Update="MVVM\Views\MyCaloriesPage.xaml">
<SubType>Designer</SubType>
</Page>
<Page Update="MVVM\Views\RecipeDetailsPage.xaml">
<SubType>Designer</SubType>
</Page>
<Page Update="Styles\MyScrollBar.xaml">
<SubType>Designer</SubType>
</Page>
</ItemGroup>
</Project>