summaryrefslogtreecommitdiff
path: root/Xamarin.Forms.Maps.MacOS/Properties/AssemblyInfo.cs
diff options
context:
space:
mode:
Diffstat (limited to 'Xamarin.Forms.Maps.MacOS/Properties/AssemblyInfo.cs')
-rw-r--r--Xamarin.Forms.Maps.MacOS/Properties/AssemblyInfo.cs16
1 files changed, 0 insertions, 16 deletions
diff --git a/Xamarin.Forms.Maps.MacOS/Properties/AssemblyInfo.cs b/Xamarin.Forms.Maps.MacOS/Properties/AssemblyInfo.cs
deleted file mode 100644
index 26a0c014..00000000
--- a/Xamarin.Forms.Maps.MacOS/Properties/AssemblyInfo.cs
+++ /dev/null
@@ -1,16 +0,0 @@
-using System.Reflection;
-using System.Runtime.CompilerServices;
-using Xamarin.Forms;
-using Xamarin.Forms.Internals;
-using Xamarin.Forms.Maps;
-using Xamarin.Forms.Maps.MacOS;
-
-// Information about this assembly is defined by the following attributes.
-// Change them to the values specific to your project.
-
-[assembly: AssemblyTitle("Xamarin.Forms.Maps.macOS")]
-[assembly: AssemblyDescription("")]
-[assembly: AssemblyConfiguration("")]
-
-[assembly: ExportRenderer(typeof(Map), typeof(MapRenderer))]
-[assembly: Preserve]