App/Payesh.App.Android/LinkerSettings.xml

18 lines
556 B
XML
Raw Permalink Normal View History

2023-09-08 17:03:31 +03:30
<?xml version="1.0" encoding="utf-8" ?>
<linker>
<!--
For more information see the docs on creating custom Linker Settings
https://docs.microsoft.com/en-us/xamarin/cross-platform/deploy-test/linker
-->
<assembly fullname="Essential.Interfaces">
<type fullname="Xamarin.Essentials.Implementation.AppInfoImplementation">
<method name=".ctor" />
</type>
</assembly>
<assembly fullname="Prism" />
<assembly fullname="Prism.Forms" />
<assembly fullname="Prism.DryIoc.Forms" />
<assembly fullname="DryIoc" />
</linker>