2022-05-04 13:57:53 +08:00
|
|
|
<Project>
|
2019-11-11 21:20:18 +08:00
|
|
|
<PropertyGroup>
|
2022-12-19 14:43:12 +08:00
|
|
|
<SupportedOSPlatformVersion>21.0</SupportedOSPlatformVersion>
|
|
|
|
<RuntimeIdentifiers>android-x86;android-arm;android-arm64</RuntimeIdentifiers>
|
|
|
|
<AndroidPackageFormat>apk</AndroidPackageFormat>
|
|
|
|
<MandroidI18n>CJK;Mideast;Rare;West;Other;</MandroidI18n>
|
|
|
|
<AndroidHttpClientHandlerType>Xamarin.Android.Net.AndroidMessageHandler</AndroidHttpClientHandlerType>
|
|
|
|
<!-- NullabilityInfoContextSupport is disabled by default for Android -->
|
|
|
|
<NullabilityInfoContextSupport>true</NullabilityInfoContextSupport>
|
2019-03-06 07:55:18 +08:00
|
|
|
<EmbedAssembliesIntoApk>true</EmbedAssembliesIntoApk>
|
2023-03-05 20:17:46 +08:00
|
|
|
<AndroidManifestMerger>manifestmerger.jar</AndroidManifestMerger>
|
2019-01-06 13:17:55 +08:00
|
|
|
</PropertyGroup>
|
2019-03-06 07:55:18 +08:00
|
|
|
<ItemGroup>
|
2023-05-10 14:19:43 +08:00
|
|
|
<PackageReference Include="ppy.osu.Framework.Android" Version="2023.510.0" />
|
2019-01-06 13:17:55 +08:00
|
|
|
</ItemGroup>
|
2023-03-05 20:17:46 +08:00
|
|
|
<ItemGroup>
|
|
|
|
<AndroidManifestOverlay Include="$(MSBuildThisFileDirectory)osu.Android\Properties\AndroidManifestOverlay.xml" />
|
|
|
|
</ItemGroup>
|
2022-12-19 14:43:12 +08:00
|
|
|
<PropertyGroup>
|
|
|
|
<!-- Fody does not handle Android build well, and warns when unchanged.
|
|
|
|
Since Realm objects are not declared directly in Android projects, simply disable Fody. -->
|
|
|
|
<DisableFody>true</DisableFody>
|
|
|
|
</PropertyGroup>
|
2019-03-08 00:14:19 +08:00
|
|
|
</Project>
|