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))]