summaryrefslogtreecommitdiff
path: root/Xamarin.Forms.Platform.WinRT.Tablet/Properties/AssemblyInfo.cs
diff options
context:
space:
mode:
Diffstat (limited to 'Xamarin.Forms.Platform.WinRT.Tablet/Properties/AssemblyInfo.cs')
-rw-r--r--Xamarin.Forms.Platform.WinRT.Tablet/Properties/AssemblyInfo.cs11
1 files changed, 11 insertions, 0 deletions
diff --git a/Xamarin.Forms.Platform.WinRT.Tablet/Properties/AssemblyInfo.cs b/Xamarin.Forms.Platform.WinRT.Tablet/Properties/AssemblyInfo.cs
new file mode 100644
index 00000000..610ee3db
--- /dev/null
+++ b/Xamarin.Forms.Platform.WinRT.Tablet/Properties/AssemblyInfo.cs
@@ -0,0 +1,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))] \ No newline at end of file