15 lines
701 B
XML
15 lines
701 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<Project ToolsVersion="Current" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
<PropertyGroup>
|
|
<IsFirstTimeProjectOpen>False</IsFirstTimeProjectOpen>
|
|
<ActiveDebugFramework>net7.0-android</ActiveDebugFramework>
|
|
<ActiveDebugProfile>Pixel 5 - API 33 (Android 13.0 - API 33)</ActiveDebugProfile>
|
|
<SelectedPlatformGroup>Emulator</SelectedPlatformGroup>
|
|
<DefaultDevice>pixel_5_-_api_33</DefaultDevice>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(TargetPlatformIdentifier)'=='iOS'">
|
|
<RuntimeIdentifier>ios-arm64</RuntimeIdentifier>
|
|
<PlatformTarget>arm64</PlatformTarget>
|
|
</PropertyGroup>
|
|
<ItemGroup />
|
|
</Project> |