2023-04-28 17:56:23 +02:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<Project ToolsVersion="Current" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
|
|
<PropertyGroup>
|
|
|
|
<IsFirstTimeProjectOpen>False</IsFirstTimeProjectOpen>
|
2023-08-14 18:16:02 +02:00
|
|
|
<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>
|
2023-04-28 17:56:23 +02:00
|
|
|
</PropertyGroup>
|
2023-08-14 18:16:02 +02:00
|
|
|
<PropertyGroup Condition="'$(TargetPlatformIdentifier)'=='iOS'">
|
|
|
|
<RuntimeIdentifier>ios-arm64</RuntimeIdentifier>
|
|
|
|
<PlatformTarget>arm64</PlatformTarget>
|
|
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup />
|
2023-04-28 17:56:23 +02:00
|
|
|
</Project>
|