summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStephane Delcroix <stephane@delcroix.org>2016-09-16 14:13:12 +0200
committerJason Smith <jason.smith@xamarin.com>2016-09-23 00:03:59 -0700
commit1cf99945f8b7ab1ceea27cd90af4e076f1dd1f82 (patch)
tree74554d5ca0ecfe7476a8b6a5078a2dfd0a4c5eba
parentb0749259099b120a19e5f47add9626fd51e6cf5f (diff)
downloadxamarin-forms-1cf99945f8b7ab1ceea27cd90af4e076f1dd1f82.tar.gz
xamarin-forms-1cf99945f8b7ab1ceea27cd90af4e076f1dd1f82.tar.bz2
xamarin-forms-1cf99945f8b7ab1ceea27cd90af4e076f1dd1f82.zip
[Xaml] Xaml native views and bindings for WP8.1
-rw-r--r--Xamarin.Forms.Platform.WinRT/Xamarin.Forms.Platform.WinRT.csproj8
1 files changed, 7 insertions, 1 deletions
diff --git a/Xamarin.Forms.Platform.WinRT/Xamarin.Forms.Platform.WinRT.csproj b/Xamarin.Forms.Platform.WinRT/Xamarin.Forms.Platform.WinRT.csproj
index ea456c00..fe36665f 100644
--- a/Xamarin.Forms.Platform.WinRT/Xamarin.Forms.Platform.WinRT.csproj
+++ b/Xamarin.Forms.Platform.WinRT/Xamarin.Forms.Platform.WinRT.csproj
@@ -66,10 +66,16 @@
<Compile Include="..\Xamarin.Forms.Core\Properties\GlobalAssemblyInfo.cs">
<Link>Properties\GlobalAssemblyInfo.cs</Link>
</Compile>
+ <Compile Include="..\Xamarin.Forms.Platform.UAP\NativeBindingService.cs">
+ <Link>NativeBindingService.cs</Link>
+ </Compile>
+ <Compile Include="..\Xamarin.Forms.Platform.UAP\NativeValueConverterService.cs">
+ <Link>NativeValueConverterService.cs</Link>
+ </Compile>
<Compile Include="PlatformConfigurationExtensions.cs" />
</ItemGroup>
<ItemGroup Condition=" '$(OS)' != 'Unix' ">
- <Compile Include="BrushHelpers.cs" />
+ <Compile Include="BrushHelpers.cs" />
<Compile Include="NativeBindingExtensions.cs" />
<Compile Include="NativeEventWrapper.cs" />
<Compile Include="NativePropertyListener.cs" />