Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/reference-assemblies.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorEgor Bogatov <egorbo@gmail.com>2018-09-27 15:38:08 +0300
committerMarek Safar <marek.safar@gmail.com>2018-09-27 15:38:08 +0300
commitcaa32990d2dbb1b8e026ae766a8bc6783e6cef7e (patch)
tree97cdf340f0e241995513dd8a90b977dd75f98c6d /src
parent3602b403652f19e155627498317e1ce09038f00e (diff)
Add Mono.Android.dll (#11)
Diffstat (limited to 'src')
-rw-r--r--src/monodroid/Mono.Android.cs34
1 files changed, 34 insertions, 0 deletions
diff --git a/src/monodroid/Mono.Android.cs b/src/monodroid/Mono.Android.cs
new file mode 100644
index 0000000..2eb16f4
--- /dev/null
+++ b/src/monodroid/Mono.Android.cs
@@ -0,0 +1,34 @@
+// Licensed to the .NET Foundation under one or more agreements.
+// The .NET Foundation licenses this file to you under the MIT license.
+// See the LICENSE file in the project root for more information.
+
+[assembly:System.Runtime.CompilerServices.ReferenceAssemblyAttribute]
+[assembly:System.Reflection.AssemblyVersionAttribute("0.0.0.0")]
+[assembly:System.CLSCompliantAttribute(true)]
+[assembly:System.Diagnostics.DebuggableAttribute((System.Diagnostics.DebuggableAttribute.DebuggingModes)(2))]
+[assembly:System.Reflection.AssemblyCompanyAttribute("Mono development team")]
+[assembly:System.Reflection.AssemblyCopyrightAttribute("(c) Various Mono authors")]
+[assembly:System.Reflection.AssemblyDefaultAliasAttribute("Mono.Android.dll")]
+[assembly:System.Reflection.AssemblyDescriptionAttribute("Mono.Android.dll")]
+[assembly:System.Reflection.AssemblyFileVersionAttribute("0.0.0.0")]
+[assembly:System.Reflection.AssemblyInformationalVersionAttribute("0.0.0.0")]
+[assembly:System.Reflection.AssemblyProductAttribute("Mono Common Language Infrastructure")]
+[assembly:System.Reflection.AssemblyTitleAttribute("Mono.Android.dll")]
+[assembly:System.Resources.NeutralResourcesLanguageAttribute("en-US")]
+[assembly:System.Resources.SatelliteContractVersionAttribute("0.0.0.0")]
+[assembly:System.Runtime.CompilerServices.CompilationRelaxationsAttribute(8)]
+[assembly:System.Runtime.CompilerServices.RuntimeCompatibilityAttribute(WrapNonExceptionThrows=true)]
+[assembly:System.Runtime.InteropServices.ComVisibleAttribute(false)]
+[assembly:System.Security.SecurityCriticalAttribute]
+[assembly:System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.RequestMinimum, SkipVerification=true)]
+namespace System.Drawing
+{
+ public struct Color {}
+ public enum KnownColor {}
+ public struct Point {}
+ public struct PointF {}
+ public struct Rectangle {}
+ public struct RectangleF {}
+ public struct Size {}
+ public struct SizeF {}
+} \ No newline at end of file