You've already forked linux-packaging-mono
Imported Upstream version 5.18.0.142
Former-commit-id: 7467d4b717762eeaf652d77f1486dd11ffb1ff1f
This commit is contained in:
parent
e52655b4dc
commit
0abdbe5a7d
34
external/binary-reference-assemblies/src/monodroid/Mono.Android.cs
vendored
Normal file
34
external/binary-reference-assemblies/src/monodroid/Mono.Android.cs
vendored
Normal file
@ -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 {}
|
||||
}
|
@ -1 +1 @@
|
||||
1677ef1e7504f41839769cf611c93149e1d4800f
|
||||
68a6c7b04a1ce236a21c3f5a02452eebd9f167b7
|
@ -1 +1 @@
|
||||
7beebcc3cdb0bf41205daab75b21a8a91b5f1c0d
|
||||
39ff3fef0094d063b39ccb13d163f80cf5532e89
|
Reference in New Issue
Block a user