summaryrefslogtreecommitdiff
path: root/Xamarin.Forms.Platform.WinRT.Phone/Properties/AssemblyInfo.cs
blob: 6f33e0c77611927a1ba52f8b0eba4a1a7282cbc0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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 (WindowsPhoneResourcesProvider))]

[assembly: ExportRenderer (typeof (SearchBar), typeof (SearchBarRenderer))]

[assembly: ExportRenderer (typeof (TabbedPage), typeof (TabbedPageRenderer))]