summaryrefslogtreecommitdiff
path: root/Xamarin.Forms.Platform.UAP/Properties
diff options
context:
space:
mode:
authorRui Marinho <me@ruimarinho.net>2017-06-28 21:25:23 +0100
committerGitHub <noreply@github.com>2017-06-28 21:25:23 +0100
commitc6c4b7f9be0c2d0aa100d721704bd629b4738d8f (patch)
treecc9e0fe7af13fc3a8310e3bf8b0ae1bac6e66e17 /Xamarin.Forms.Platform.UAP/Properties
parentd242dd70fa03fdf4c450107f467a48df64f68183 (diff)
downloadxamarin-forms-c6c4b7f9be0c2d0aa100d721704bd629b4738d8f.tar.gz
xamarin-forms-c6c4b7f9be0c2d0aa100d721704bd629b4738d8f.tar.bz2
xamarin-forms-c6c4b7f9be0c2d0aa100d721704bd629b4738d8f.zip
[UWP] Fixes for usage of XF with .net native toolchain (#1024)
* [UWP]Add required info for .net native when using AccessibilityView on UWP * [UWP] Add reference to xaml assembly * [UWP] Change rd.xml to be a embeded resource * [UWP] Move code to the right place * [UW]Only specify namespace we need
Diffstat (limited to 'Xamarin.Forms.Platform.UAP/Properties')
-rw-r--r--Xamarin.Forms.Platform.UAP/Properties/Xamarin.Forms.Platform.UAP.rd.xml3
1 files changed, 2 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 13a5a5ad..587447c6 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
@@ -28,6 +28,7 @@
<Library Name="Xamarin.Forms.Platform.UAP">
<!-- add directives for your library here -->
-
+ <Namespace Name="Windows.UI.Xaml.Automation.Peers" MarshalObject="Required All"/>
+
</Library>
</Directives>