From 85426c5d9495eb1d55b3128bf97e50c68a73b53f Mon Sep 17 00:00:00 2001 From: Stephane Delcroix Date: Thu, 8 Sep 2016 20:39:05 +0200 Subject: Native Bindings (#278) * [C, I, A, W] Support Native Bindings * fix tabs --- Xamarin.Forms.Platform.UAP/Xamarin.Forms.Platform.UAP.csproj | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'Xamarin.Forms.Platform.UAP/Xamarin.Forms.Platform.UAP.csproj') diff --git a/Xamarin.Forms.Platform.UAP/Xamarin.Forms.Platform.UAP.csproj b/Xamarin.Forms.Platform.UAP/Xamarin.Forms.Platform.UAP.csproj index ce1b1066..81ec3ff3 100644 --- a/Xamarin.Forms.Platform.UAP/Xamarin.Forms.Platform.UAP.csproj +++ b/Xamarin.Forms.Platform.UAP/Xamarin.Forms.Platform.UAP.csproj @@ -158,6 +158,15 @@ IWrapperAware.cs + + NativeBindingExtensions.cs + + + NativeEventWrapper.cs + + + NativePropertyListener.cs + NativeViewWrapper.cs -- cgit v1.2.3