summaryrefslogtreecommitdiff
path: root/Xamarin.Forms.Platform.WinRT.Tablet/Properties/AssemblyInfo.cs
blob: 610ee3db59c691988cab79b156b4c163c2f91751 (plain)
1
2
3
4
5
6
7
8
9
10
11
using System.Reflection;
using Xamarin.Forms;
using Xamarin.Forms.Platform.WinRT;

[assembly: AssemblyTitle("Xamarin.Forms.Platform.WinRT.Phone")]
[assembly: AssemblyDescription("")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCulture("")]
[assembly: Dependency(typeof (WindowsResourcesProvider))]
[assembly: ExportRenderer(typeof (SearchBar), typeof (SearchBarRenderer))]
[assembly: ExportRenderer(typeof (TabbedPage), typeof (TabbedPageRenderer))]