22 lines
1020 B
XML
22 lines
1020 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>net6.0-android</ActiveDebugFramework>
|
|
<ActiveDebugProfile>Xiaomi Redmi Note 7 Pro (Android 10.0 - API 29)</ActiveDebugProfile>
|
|
<SelectedPlatformGroup>PhysicalDevice</SelectedPlatformGroup>
|
|
<DefaultDevice>pixel_5_-_api_33</DefaultDevice>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(TargetFramework)|$(Platform)'=='Debug|net6.0-android|AnyCPU'">
|
|
<DebuggerFlavor>ProjectDebugger</DebuggerFlavor>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(TargetPlatformIdentifier)'=='iOS'">
|
|
<RuntimeIdentifier>iossimulator-x64</RuntimeIdentifier>
|
|
<PlatformTarget>x64</PlatformTarget>
|
|
</PropertyGroup>
|
|
<ItemGroup>
|
|
<None Update="Platforms\Windows\Package.appxmanifest">
|
|
<SubType>Designer</SubType>
|
|
</None>
|
|
</ItemGroup>
|
|
</Project> |