Permalink
Cannot retrieve contributors at this time
Name already in use
A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
6002_SihamFiqow/MauiApp1.csproj.user
Go to fileThis commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
45 lines (45 sloc)
1.54 KB
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="utf-8"?> | |
<Project ToolsVersion="Current" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> | |
<PropertyGroup> | |
<IsFirstTimeProjectOpen>False</IsFirstTimeProjectOpen> | |
<ActiveDebugFramework>net8.0-android</ActiveDebugFramework> | |
<ActiveDebugProfile>Pixel 5 - API 32 (Android 12.1 - API 32)</ActiveDebugProfile> | |
<SelectedPlatformGroup>Emulator</SelectedPlatformGroup> | |
<DefaultDevice>pixel_5_-_api_32</DefaultDevice> | |
</PropertyGroup> | |
<PropertyGroup Condition="'$(TargetPlatformIdentifier)'=='iOS'"> | |
<RuntimeIdentifier>ios-arm64</RuntimeIdentifier> | |
<PlatformTarget>arm64</PlatformTarget> | |
</PropertyGroup> | |
<ItemGroup> | |
<MauiXaml Update="Page\CheckOutPage.xaml"> | |
<SubType>Designer</SubType> | |
</MauiXaml> | |
<MauiXaml Update="Page\LoadingPage.xaml"> | |
<SubType>Designer</SubType> | |
</MauiXaml> | |
<MauiXaml Update="Page\ProfilePage.xaml"> | |
<SubType>Designer</SubType> | |
</MauiXaml> | |
</ItemGroup> | |
<ItemGroup> | |
<None Update="App.xaml"> | |
<SubType>Designer</SubType> | |
</None> | |
<None Update="AppShell.xaml"> | |
<SubType>Designer</SubType> | |
</None> | |
<None Update="Platforms\Windows\App.xaml"> | |
<SubType>Designer</SubType> | |
</None> | |
<None Update="Platforms\Windows\Package.appxmanifest"> | |
<SubType>Designer</SubType> | |
</None> | |
<None Update="Resources\Styles\Colors.xaml"> | |
<SubType>Designer</SubType> | |
</None> | |
<None Update="Resources\Styles\Styles.xaml"> | |
<SubType>Designer</SubType> | |
</None> | |
</ItemGroup> | |
</Project> |