Remove no longer needed Linker.xml configurations for mobile projects

This commit is contained in:
Susko3
2022-12-19 18:11:05 +01:00
parent b42accb763
commit 36c620287b
3 changed files with 0 additions and 41 deletions

View File

@ -12,9 +12,6 @@
<ItemGroup>
<PackageReference Include="ppy.osu.Framework.Android" Version="2022.1219.0" />
</ItemGroup>
<ItemGroup>
<LinkDescription Include="$(MSBuildThisFileDirectory)\osu.Android\Linker.xml"/>
</ItemGroup>
<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. -->