You've already forked linux-packaging-mono
Imported Upstream version 5.12.0.220
Former-commit-id: c477e03582759447177c6d4bf412cd2355aad476
This commit is contained in:
parent
8bd104cef2
commit
8fc30896db
21
external/api-snapshot/profiles/Makefile
vendored
21
external/api-snapshot/profiles/Makefile
vendored
@@ -1,21 +0,0 @@
|
||||
|
||||
CSC=csc -nostdlib -noconfig -unsafe -t:library -nologo -deterministic -publicsign -nowarn:436,618,809,3001
|
||||
ECMA_KEY:=ecma.pub
|
||||
MS_KEY:=msfinal.pub
|
||||
MOBILE_KEY:=silverlight.pub
|
||||
|
||||
all: build-net_4_x build-mobile-monotouch build-mobile-monodroid
|
||||
|
||||
build-mobile-%:
|
||||
$(CSC) $*/mscorlib.cs /out:$*/mscorlib.dll -runtimemetadataversion:v4.0.30319 -keyfile:$(MOBILE_KEY)
|
||||
$(CSC) $*/System.cs /out:$*/System.dll -keyfile:$(MOBILE_KEY) -r:$*/mscorlib.dll /r:System.Xml.dll
|
||||
$(CSC) $*/System.Core.cs /out:$*/System.Core.dll -keyfile:$(MOBILE_KEY) -r:$*/mscorlib.dll -r:$*/System.dll
|
||||
$(CSC) $*/System.Net.Http.cs /out:$*/System.Net.Http.dll -keyfile:$(MS_KEY) -r:$*/mscorlib.dll -r:$*/System.Core.dll -r:$*/System.dll
|
||||
$(CSC) $*/System.Numerics.cs /out:$*/System.Numerics.dll -keyfile:$(ECMA_KEY) -r:$*/mscorlib.dll -r:System.dll
|
||||
|
||||
build-%:
|
||||
$(CSC) $*/mscorlib.cs /out:$*/mscorlib.dll -runtimemetadataversion:v4.0.30319 -keyfile:$(ECMA_KEY)
|
||||
$(CSC) $*/System.cs /out:$*/System.dll -keyfile:$(ECMA_KEY) -r:$*/mscorlib.dll /r:System.Configuration.dll /r:System.Xml.dll
|
||||
$(CSC) $*/System.Core.cs /out:$*/System.Core.dll -keyfile:$(ECMA_KEY) -r:$*/mscorlib.dll -r:System.dll
|
||||
$(CSC) $*/System.Net.Http.cs /out:$*/System.Net.Http.dll -keyfile:$(MS_KEY) -r:$*/mscorlib.dll -r:$*/System.Core.dll -r:System.dll
|
||||
$(CSC) $*/System.Numerics.cs /out:$*/System.Numerics.dll -keyfile:$(ECMA_KEY) -r:$*/mscorlib.dll -r:System.dll
|
BIN
external/api-snapshot/profiles/ecma.pub
vendored
BIN
external/api-snapshot/profiles/ecma.pub
vendored
Binary file not shown.
@@ -14,8 +14,13 @@
|
||||
[assembly:System.Reflection.AssemblyTitleAttribute("System.Memory")]
|
||||
[assembly:System.Runtime.CompilerServices.CompilationRelaxationsAttribute(8)]
|
||||
[assembly:System.Runtime.CompilerServices.RuntimeCompatibilityAttribute(WrapNonExceptionThrows=true)]
|
||||
[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Buffers.Binary.BinaryPrimitives))]
|
||||
[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Buffers.MemoryHandle))]
|
||||
[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Buffers.OperationStatus))]
|
||||
[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Buffers.StandardFormat))]
|
||||
[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Memory<>))]
|
||||
[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.MemoryExtensions))]
|
||||
[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ReadOnlyMemory<>))]
|
||||
[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ReadOnlySpan<>))]
|
||||
[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Runtime.InteropServices.MemoryMarshal))]
|
||||
[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Span<>))]
|
||||
|
17
external/api-snapshot/profiles/monodroid/Facades/System.Resources.Reader.cs
vendored
Normal file
17
external/api-snapshot/profiles/monodroid/Facades/System.Resources.Reader.cs
vendored
Normal file
@@ -0,0 +1,17 @@
|
||||
// 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.Reflection.AssemblyVersionAttribute("4.0.2.0")]
|
||||
[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("System.Resources.Reader")]
|
||||
[assembly:System.Reflection.AssemblyDescriptionAttribute("System.Resources.Reader")]
|
||||
[assembly:System.Reflection.AssemblyFileVersionAttribute("4.0.0.0")]
|
||||
[assembly:System.Reflection.AssemblyInformationalVersionAttribute("4.0.0.0")]
|
||||
[assembly:System.Reflection.AssemblyProductAttribute("Mono Common Language Infrastructure")]
|
||||
[assembly:System.Reflection.AssemblyTitleAttribute("System.Resources.Reader")]
|
||||
[assembly:System.Runtime.CompilerServices.CompilationRelaxationsAttribute(8)]
|
||||
[assembly:System.Runtime.CompilerServices.RuntimeCompatibilityAttribute(WrapNonExceptionThrows=true)]
|
||||
[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Resources.ResourceReader))]
|
17
external/api-snapshot/profiles/monodroid/Facades/System.Resources.Writer.cs
vendored
Normal file
17
external/api-snapshot/profiles/monodroid/Facades/System.Resources.Writer.cs
vendored
Normal file
@@ -0,0 +1,17 @@
|
||||
// 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.Reflection.AssemblyVersionAttribute("4.0.2.0")]
|
||||
[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("System.Resources.Writer")]
|
||||
[assembly:System.Reflection.AssemblyDescriptionAttribute("System.Resources.Writer")]
|
||||
[assembly:System.Reflection.AssemblyFileVersionAttribute("4.0.0.0")]
|
||||
[assembly:System.Reflection.AssemblyInformationalVersionAttribute("4.0.0.0")]
|
||||
[assembly:System.Reflection.AssemblyProductAttribute("Mono Common Language Infrastructure")]
|
||||
[assembly:System.Reflection.AssemblyTitleAttribute("System.Resources.Writer")]
|
||||
[assembly:System.Runtime.CompilerServices.CompilationRelaxationsAttribute(8)]
|
||||
[assembly:System.Runtime.CompilerServices.RuntimeCompatibilityAttribute(WrapNonExceptionThrows=true)]
|
||||
[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Resources.ResourceWriter))]
|
@@ -253,6 +253,24 @@ namespace I18N.Rare
|
||||
protected unsafe override void ToBytes(char* chars, int charCount, byte* bytes, int byteCount) { }
|
||||
}
|
||||
[System.SerializableAttribute]
|
||||
public partial class CP737 : I18N.Common.ByteEncoding
|
||||
{
|
||||
public CP737() : base (default(int), default(char[]), default(string), default(string), default(string), default(string), default(bool), default(bool), default(bool), default(bool), default(int)) { }
|
||||
public override int GetByteCount(string s) { throw null; }
|
||||
public unsafe override int GetByteCountImpl(char* chars, int count) { throw null; }
|
||||
public unsafe override int GetBytesImpl(char* chars, int charCount, byte* bytes, int byteCount) { throw null; }
|
||||
protected unsafe override void ToBytes(char* chars, int charCount, byte* bytes, int byteCount) { }
|
||||
}
|
||||
[System.SerializableAttribute]
|
||||
public partial class CP775 : I18N.Common.ByteEncoding
|
||||
{
|
||||
public CP775() : base (default(int), default(char[]), default(string), default(string), default(string), default(string), default(bool), default(bool), default(bool), default(bool), default(int)) { }
|
||||
public override int GetByteCount(string s) { throw null; }
|
||||
public unsafe override int GetByteCountImpl(char* chars, int count) { throw null; }
|
||||
public unsafe override int GetBytesImpl(char* chars, int charCount, byte* bytes, int byteCount) { throw null; }
|
||||
protected unsafe override void ToBytes(char* chars, int charCount, byte* bytes, int byteCount) { }
|
||||
}
|
||||
[System.SerializableAttribute]
|
||||
public partial class CP852 : I18N.Common.ByteEncoding
|
||||
{
|
||||
public CP852() : base (default(int), default(char[]), default(string), default(string), default(string), default(string), default(bool), default(bool), default(bool), default(bool), default(int)) { }
|
||||
@@ -478,6 +496,16 @@ namespace I18N.Rare
|
||||
public ENCibm500() { }
|
||||
}
|
||||
[System.SerializableAttribute]
|
||||
public partial class ENCibm737 : I18N.Rare.CP737
|
||||
{
|
||||
public ENCibm737() { }
|
||||
}
|
||||
[System.SerializableAttribute]
|
||||
public partial class ENCibm775 : I18N.Rare.CP775
|
||||
{
|
||||
public ENCibm775() { }
|
||||
}
|
||||
[System.SerializableAttribute]
|
||||
public partial class ENCibm852 : I18N.Rare.CP852
|
||||
{
|
||||
public ENCibm852() { }
|
||||
|
@@ -1 +1 @@
|
||||
234bce4aa119ca31f0bfe7d703f5e629a69e3811
|
||||
274af052eceb5c59cf4900049c94a24b6978bf0e
|
@@ -1 +1 @@
|
||||
b7c15b7b9fa8148f527c4a789c88891b3083d91e
|
||||
715bb57073b8a2870f37ffde44c9c05c221ef92c
|
@@ -1 +1 @@
|
||||
0b5f3952cc382be37d272154abe74be5a66a17ec
|
||||
4a6825fa570dca67303aca29491b1368004c6eee
|
@@ -14,8 +14,13 @@
|
||||
[assembly:System.Reflection.AssemblyTitleAttribute("System.Memory")]
|
||||
[assembly:System.Runtime.CompilerServices.CompilationRelaxationsAttribute(8)]
|
||||
[assembly:System.Runtime.CompilerServices.RuntimeCompatibilityAttribute(WrapNonExceptionThrows=true)]
|
||||
[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Buffers.Binary.BinaryPrimitives))]
|
||||
[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Buffers.MemoryHandle))]
|
||||
[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Buffers.OperationStatus))]
|
||||
[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Buffers.StandardFormat))]
|
||||
[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Memory<>))]
|
||||
[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.MemoryExtensions))]
|
||||
[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ReadOnlyMemory<>))]
|
||||
[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ReadOnlySpan<>))]
|
||||
[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Runtime.InteropServices.MemoryMarshal))]
|
||||
[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Span<>))]
|
||||
|
17
external/api-snapshot/profiles/monotouch/Facades/System.Resources.Reader.cs
vendored
Normal file
17
external/api-snapshot/profiles/monotouch/Facades/System.Resources.Reader.cs
vendored
Normal file
@@ -0,0 +1,17 @@
|
||||
// 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.Reflection.AssemblyVersionAttribute("4.0.2.0")]
|
||||
[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("System.Resources.Reader")]
|
||||
[assembly:System.Reflection.AssemblyDescriptionAttribute("System.Resources.Reader")]
|
||||
[assembly:System.Reflection.AssemblyFileVersionAttribute("4.0.0.0")]
|
||||
[assembly:System.Reflection.AssemblyInformationalVersionAttribute("4.0.0.0")]
|
||||
[assembly:System.Reflection.AssemblyProductAttribute("Mono Common Language Infrastructure")]
|
||||
[assembly:System.Reflection.AssemblyTitleAttribute("System.Resources.Reader")]
|
||||
[assembly:System.Runtime.CompilerServices.CompilationRelaxationsAttribute(8)]
|
||||
[assembly:System.Runtime.CompilerServices.RuntimeCompatibilityAttribute(WrapNonExceptionThrows=true)]
|
||||
[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Resources.ResourceReader))]
|
17
external/api-snapshot/profiles/monotouch/Facades/System.Resources.Writer.cs
vendored
Normal file
17
external/api-snapshot/profiles/monotouch/Facades/System.Resources.Writer.cs
vendored
Normal file
@@ -0,0 +1,17 @@
|
||||
// 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.Reflection.AssemblyVersionAttribute("4.0.2.0")]
|
||||
[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("System.Resources.Writer")]
|
||||
[assembly:System.Reflection.AssemblyDescriptionAttribute("System.Resources.Writer")]
|
||||
[assembly:System.Reflection.AssemblyFileVersionAttribute("4.0.0.0")]
|
||||
[assembly:System.Reflection.AssemblyInformationalVersionAttribute("4.0.0.0")]
|
||||
[assembly:System.Reflection.AssemblyProductAttribute("Mono Common Language Infrastructure")]
|
||||
[assembly:System.Reflection.AssemblyTitleAttribute("System.Resources.Writer")]
|
||||
[assembly:System.Runtime.CompilerServices.CompilationRelaxationsAttribute(8)]
|
||||
[assembly:System.Runtime.CompilerServices.RuntimeCompatibilityAttribute(WrapNonExceptionThrows=true)]
|
||||
[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Resources.ResourceWriter))]
|
@@ -253,6 +253,24 @@ namespace I18N.Rare
|
||||
protected unsafe override void ToBytes(char* chars, int charCount, byte* bytes, int byteCount) { }
|
||||
}
|
||||
[System.SerializableAttribute]
|
||||
public partial class CP737 : I18N.Common.ByteEncoding
|
||||
{
|
||||
public CP737() : base (default(int), default(char[]), default(string), default(string), default(string), default(string), default(bool), default(bool), default(bool), default(bool), default(int)) { }
|
||||
public override int GetByteCount(string s) { throw null; }
|
||||
public unsafe override int GetByteCountImpl(char* chars, int count) { throw null; }
|
||||
public unsafe override int GetBytesImpl(char* chars, int charCount, byte* bytes, int byteCount) { throw null; }
|
||||
protected unsafe override void ToBytes(char* chars, int charCount, byte* bytes, int byteCount) { }
|
||||
}
|
||||
[System.SerializableAttribute]
|
||||
public partial class CP775 : I18N.Common.ByteEncoding
|
||||
{
|
||||
public CP775() : base (default(int), default(char[]), default(string), default(string), default(string), default(string), default(bool), default(bool), default(bool), default(bool), default(int)) { }
|
||||
public override int GetByteCount(string s) { throw null; }
|
||||
public unsafe override int GetByteCountImpl(char* chars, int count) { throw null; }
|
||||
public unsafe override int GetBytesImpl(char* chars, int charCount, byte* bytes, int byteCount) { throw null; }
|
||||
protected unsafe override void ToBytes(char* chars, int charCount, byte* bytes, int byteCount) { }
|
||||
}
|
||||
[System.SerializableAttribute]
|
||||
public partial class CP852 : I18N.Common.ByteEncoding
|
||||
{
|
||||
public CP852() : base (default(int), default(char[]), default(string), default(string), default(string), default(string), default(bool), default(bool), default(bool), default(bool), default(int)) { }
|
||||
@@ -478,6 +496,16 @@ namespace I18N.Rare
|
||||
public ENCibm500() { }
|
||||
}
|
||||
[System.SerializableAttribute]
|
||||
public partial class ENCibm737 : I18N.Rare.CP737
|
||||
{
|
||||
public ENCibm737() { }
|
||||
}
|
||||
[System.SerializableAttribute]
|
||||
public partial class ENCibm775 : I18N.Rare.CP775
|
||||
{
|
||||
public ENCibm775() { }
|
||||
}
|
||||
[System.SerializableAttribute]
|
||||
public partial class ENCibm852 : I18N.Rare.CP852
|
||||
{
|
||||
public ENCibm852() { }
|
||||
|
@@ -1 +1 @@
|
||||
234bce4aa119ca31f0bfe7d703f5e629a69e3811
|
||||
274af052eceb5c59cf4900049c94a24b6978bf0e
|
@@ -1 +1 @@
|
||||
e666675a5e7c7a12e9a991ff5c40ea2427b626d2
|
||||
a4f7bcc187e2d92981b872a5ef20e5bc0cf311f7
|
@@ -1 +1 @@
|
||||
1f3ffce45e728f3afdbcc4f62441ec66b01d28b9
|
||||
8ba95ce82ff14d35d267993fc549a54bc93c9b99
|
BIN
external/api-snapshot/profiles/msfinal.pub
vendored
BIN
external/api-snapshot/profiles/msfinal.pub
vendored
Binary file not shown.
16
external/api-snapshot/profiles/net_4_x/Facades/System.Net.Http.Rtc.cs
vendored
Normal file
16
external/api-snapshot/profiles/net_4_x/Facades/System.Net.Http.Rtc.cs
vendored
Normal file
@@ -0,0 +1,16 @@
|
||||
// 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.Reflection.AssemblyVersionAttribute("4.0.0.0")]
|
||||
[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("System.Net.Http.Rtc")]
|
||||
[assembly:System.Reflection.AssemblyDescriptionAttribute("System.Net.Http.Rtc")]
|
||||
[assembly:System.Reflection.AssemblyFileVersionAttribute("4.0.0.0")]
|
||||
[assembly:System.Reflection.AssemblyInformationalVersionAttribute("4.0.0.0")]
|
||||
[assembly:System.Reflection.AssemblyProductAttribute("Mono Common Language Infrastructure")]
|
||||
[assembly:System.Reflection.AssemblyTitleAttribute("System.Net.Http.Rtc")]
|
||||
[assembly:System.Runtime.CompilerServices.CompilationRelaxationsAttribute(8)]
|
||||
[assembly:System.Runtime.CompilerServices.RuntimeCompatibilityAttribute(WrapNonExceptionThrows=true)]
|
21
external/api-snapshot/profiles/net_4_x/Facades/System.Net.Ping.cs
vendored
Normal file
21
external/api-snapshot/profiles/net_4_x/Facades/System.Net.Ping.cs
vendored
Normal file
@@ -0,0 +1,21 @@
|
||||
// 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.Reflection.AssemblyVersionAttribute("4.0.1.0")]
|
||||
[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("System.Net.Ping")]
|
||||
[assembly:System.Reflection.AssemblyDescriptionAttribute("System.Net.Ping")]
|
||||
[assembly:System.Reflection.AssemblyFileVersionAttribute("4.0.0.0")]
|
||||
[assembly:System.Reflection.AssemblyInformationalVersionAttribute("4.0.0.0")]
|
||||
[assembly:System.Reflection.AssemblyProductAttribute("Mono Common Language Infrastructure")]
|
||||
[assembly:System.Reflection.AssemblyTitleAttribute("System.Net.Ping")]
|
||||
[assembly:System.Runtime.CompilerServices.CompilationRelaxationsAttribute(8)]
|
||||
[assembly:System.Runtime.CompilerServices.RuntimeCompatibilityAttribute(WrapNonExceptionThrows=true)]
|
||||
[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Net.NetworkInformation.IPStatus))]
|
||||
[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Net.NetworkInformation.Ping))]
|
||||
[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Net.NetworkInformation.PingException))]
|
||||
[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Net.NetworkInformation.PingOptions))]
|
||||
[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Net.NetworkInformation.PingReply))]
|
17
external/api-snapshot/profiles/net_4_x/Facades/System.Resources.Reader.cs
vendored
Normal file
17
external/api-snapshot/profiles/net_4_x/Facades/System.Resources.Reader.cs
vendored
Normal file
@@ -0,0 +1,17 @@
|
||||
// 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.Reflection.AssemblyVersionAttribute("4.0.2.0")]
|
||||
[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("System.Resources.Reader")]
|
||||
[assembly:System.Reflection.AssemblyDescriptionAttribute("System.Resources.Reader")]
|
||||
[assembly:System.Reflection.AssemblyFileVersionAttribute("4.0.0.0")]
|
||||
[assembly:System.Reflection.AssemblyInformationalVersionAttribute("4.0.0.0")]
|
||||
[assembly:System.Reflection.AssemblyProductAttribute("Mono Common Language Infrastructure")]
|
||||
[assembly:System.Reflection.AssemblyTitleAttribute("System.Resources.Reader")]
|
||||
[assembly:System.Runtime.CompilerServices.CompilationRelaxationsAttribute(8)]
|
||||
[assembly:System.Runtime.CompilerServices.RuntimeCompatibilityAttribute(WrapNonExceptionThrows=true)]
|
||||
[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Resources.ResourceReader))]
|
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user