You've already forked linux-packaging-mono
Imported Upstream version 5.16.0.100
Former-commit-id: 38faa55fb9669e35e7d8448b15c25dc447f25767
This commit is contained in:
parent
0a9828183b
commit
7d7f676260
@@ -34,3 +34,5 @@ using System.Runtime.CompilerServices;
|
||||
[assembly: TypeForwardedTo(typeof(Vector2))]
|
||||
[assembly: TypeForwardedTo(typeof(Vector3))]
|
||||
[assembly: TypeForwardedTo(typeof(Vector4))]
|
||||
[assembly: TypeForwardedTo(typeof(Vector<>))]
|
||||
[assembly: TypeForwardedTo(typeof(Vector))]
|
||||
|
||||
@@ -8,8 +8,6 @@ KEYFILE = ../msfinal.pub
|
||||
LIB_MCS_FLAGS = -unsafe
|
||||
LIBRARY_WARN_AS_ERROR = yes
|
||||
|
||||
RESX_RESOURCE_STRING = ../../../external/corefx/src/System.Numerics.Vectors/src/Resources/Strings.resx
|
||||
|
||||
EXTRA_DISTFILES =
|
||||
|
||||
include ../../build/library.make
|
||||
|
||||
@@ -1,12 +1,3 @@
|
||||
../../build/common/Consts.cs
|
||||
../../build/common/SR.cs
|
||||
Assembly/AssemblyInfo.cs
|
||||
Assembly/TypeForwarders.cs
|
||||
corefx/SR.cs
|
||||
|
||||
../../../external/corefx/src/Common/src/System/Numerics/Hashing/HashHelpers.cs
|
||||
../../../external/corefx/src/System.Numerics.Vectors/src/System/Numerics/ConstantHelper.cs
|
||||
../../../external/corefx/src/System.Numerics.Vectors/src/System/Numerics/JitIntrinsicAttribute.cs
|
||||
../../../external/corefx/src/System.Numerics.Vectors/src/System/Numerics/Register.cs
|
||||
../../../external/corefx/src/System.Numerics.Vectors/src/System/Numerics/Vector_Operations.cs
|
||||
../../../external/corefx/src/System.Numerics.Vectors/src/System/Numerics/Vector.cs
|
||||
|
||||
@@ -1,11 +0,0 @@
|
||||
//
|
||||
// This file was generated by resx2sr tool
|
||||
//
|
||||
|
||||
partial class SR
|
||||
{
|
||||
public const string Arg_ArgumentOutOfRangeException = "Index was out of bounds:";
|
||||
public const string Arg_ElementsInSourceIsGreaterThanDestination = "Number of elements in source vector is greater than the destination array";
|
||||
public const string Arg_NullArgumentNullRef = "The method was called with a null array argument.";
|
||||
public const string Arg_TypeNotSupported = "Specified type is not supported";
|
||||
}
|
||||
Reference in New Issue
Block a user