summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBradChase2011 <brchase07@yahoo.com>2017-10-16 14:23:55 -0400
committerRui Marinho <me@ruimarinho.net>2017-10-16 19:27:11 +0100
commit2b55a39cd940bc60095bde966d3475abe6c47d64 (patch)
tree492830e25b37d8c676cb6939e719fe37d6a8d40c
parentadc5ff1eb9517dd359ca26a14739288053d8fcb1 (diff)
downloadxamarin-forms-2b55a39cd940bc60095bde966d3475abe6c47d64.tar.gz
xamarin-forms-2b55a39cd940bc60095bde966d3475abe6c47d64.tar.bz2
xamarin-forms-2b55a39cd940bc60095bde966d3475abe6c47d64.zip
[UWP] Fix for UWP crashing on load when compiled with .NET Native for the store. (#1186)
-rw-r--r--Xamarin.Forms.Platform.UAP/Properties/Xamarin.Forms.Platform.UAP.rd.xml4
1 files changed, 3 insertions, 1 deletions
diff --git a/Xamarin.Forms.Platform.UAP/Properties/Xamarin.Forms.Platform.UAP.rd.xml b/Xamarin.Forms.Platform.UAP/Properties/Xamarin.Forms.Platform.UAP.rd.xml
index 587447c6..25bae929 100644
--- a/Xamarin.Forms.Platform.UAP/Properties/Xamarin.Forms.Platform.UAP.rd.xml
+++ b/Xamarin.Forms.Platform.UAP/Properties/Xamarin.Forms.Platform.UAP.rd.xml
@@ -29,6 +29,8 @@
<!-- add directives for your library here -->
<Namespace Name="Windows.UI.Xaml.Automation.Peers" MarshalObject="Required All"/>
-
+ <Type Name="Xamarin.Forms.Platform.UWP.WindowsPlatformServices" Activate="Required All"/>
+ <Type Name="Xamarin.Forms.Platform.UWP.WindowsBasePlatformServices" Activate="Required All"/>
+ <Type Name="Xamarin.Forms.Platform.UWP.WindowsPlatform" Activate="Required All"/>
</Library>
</Directives>