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

@ -1,31 +0,0 @@
<?xml version="1.0" encoding="UTF-8" ?>
<linker>
<assembly fullname="System.Linq.Queryable">
<type fullname="*" />
</assembly>
<assembly fullname="osu.Framework">
<type fullname="*" />
</assembly>
<assembly fullname="osu.Framework.iOS">
<type fullname="*" />
</assembly>
<assembly fullname="osu.Game.Resources">
<type fullname="*" />
</assembly>
<assembly fullname="osu.Game.Rulesets.Catch">
<type fullname="*" />
</assembly>
<assembly fullname="osu.Game.Rulesets.Taiko">
<type fullname="*" />
</assembly>
<assembly fullname="osu.Game.Rulesets.Mania">
<type fullname="*" />
</assembly>
<assembly fullname="osu.Game.Rulesets.Osu">
<type fullname="*" />
</assembly>
<assembly fullname="mscorlib">
<!-- see https://github.com/ppy/osu/issues/21516 -->
<type fullname="System.Globalization.*Calendar"/>
</assembly>
</linker>