|
|
@ -2,9 +2,19 @@ |
|
|
|
<Project ToolsVersion="Current" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
|
|
|
<Project ToolsVersion="Current" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
|
|
|
<PropertyGroup> |
|
|
|
<PropertyGroup> |
|
|
|
<IsFirstTimeProjectOpen>False</IsFirstTimeProjectOpen> |
|
|
|
<IsFirstTimeProjectOpen>False</IsFirstTimeProjectOpen> |
|
|
|
<ActiveDebugFramework>net9.0-windows10.0.19041.0</ActiveDebugFramework> |
|
|
|
<ActiveDebugFramework>net9.0-android</ActiveDebugFramework> |
|
|
|
<ActiveDebugProfile>Windows Machine</ActiveDebugProfile> |
|
|
|
<ActiveDebugProfile>Samsung SM-M325F (Android 13.0 - API 33)</ActiveDebugProfile> |
|
|
|
|
|
|
|
<SelectedPlatformGroup>PhysicalDevice</SelectedPlatformGroup> |
|
|
|
|
|
|
|
<DefaultDevice>Medium_Phone_API_35</DefaultDevice> |
|
|
|
</PropertyGroup> |
|
|
|
</PropertyGroup> |
|
|
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(TargetFramework)|$(Platform)'=='Debug|net9.0-android|AnyCPU'"> |
|
|
|
|
|
|
|
<DebuggerFlavor>ProjectDebugger</DebuggerFlavor> |
|
|
|
|
|
|
|
</PropertyGroup> |
|
|
|
|
|
|
|
<ItemGroup> |
|
|
|
|
|
|
|
<MauiXaml Update="Views\DashboardPage.xaml"> |
|
|
|
|
|
|
|
<SubType>Designer</SubType> |
|
|
|
|
|
|
|
</MauiXaml> |
|
|
|
|
|
|
|
</ItemGroup> |
|
|
|
<ItemGroup> |
|
|
|
<ItemGroup> |
|
|
|
<None Update="App.xaml"> |
|
|
|
<None Update="App.xaml"> |
|
|
|
<SubType>Designer</SubType> |
|
|
|
<SubType>Designer</SubType> |
|
|
|