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