Created
March 25, 2023 16:43
-
-
Save carloswm85/cccd96896a300b6aa258b82adb1611d3 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
| <!-- OLD FILE --> | |
| <?xml version="1.0" encoding="utf-8"?> | |
| <Project ToolsVersion="Current" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> | |
| <PropertyGroup> | |
| <IsFirstTimeProjectOpen>False</IsFirstTimeProjectOpen> | |
| <ActiveDebugFramework>net6.0-windows10.0.19041.0</ActiveDebugFramework> | |
| <ActiveDebugProfile>Windows Machine</ActiveDebugProfile> | |
| <SelectedPlatformGroup>Emulator</SelectedPlatformGroup> | |
| <DefaultDevice>pixel_5_-_api_31</DefaultDevice> | |
| </PropertyGroup> | |
| <PropertyGroup Condition="'$(Configuration)|$(TargetFramework)|$(Platform)'=='Debug|net6.0-android|AnyCPU'"> | |
| <DebuggerFlavor>ProjectDebugger</DebuggerFlavor> | |
| </PropertyGroup> | |
| </Project> | |
| <!-- NEW FILE --> | |
| <?xml version="1.0" encoding="utf-8"?> | |
| <Project ToolsVersion="Current" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> | |
| <PropertyGroup> | |
| <IsFirstTimeProjectOpen>False</IsFirstTimeProjectOpen> | |
| <ActiveDebugFramework>net6.0-android</ActiveDebugFramework> | |
| <ActiveDebugProfile>Pixel 5 - API 31 (Android 12.0 - API 31)</ActiveDebugProfile> | |
| <SelectedPlatformGroup>Emulator</SelectedPlatformGroup> | |
| <DefaultDevice>pixel_5_-_api_31</DefaultDevice> | |
| </PropertyGroup> | |
| <PropertyGroup Condition="'$(TargetPlatformIdentifier)'=='iOS'"> | |
| <RuntimeIdentifier>ios-arm64</RuntimeIdentifier> | |
| <PlatformTarget>arm64</PlatformTarget> | |
| </PropertyGroup> | |
| </Project> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment