Move files that are identical with CoreRT under mscorlib\shared (#9861)
authorJan Kotas <jkotas@microsoft.com>
Wed, 1 Mar 2017 02:48:00 +0000 (18:48 -0800)
committerGitHub <noreply@github.com>
Wed, 1 Mar 2017 02:48:00 +0000 (18:48 -0800)
commit5c51806139f11d22e5ec6e4862ca3764c69f5fbf
treec42340310ceb7c82a5ca212abac76755e90dd8d7
parent5189999ffbf061b77f1508cabadbe9f88474b9c2
Move files that are identical with CoreRT under mscorlib\shared (#9861)
82 files changed:
src/mscorlib/System.Private.CoreLib.csproj
src/mscorlib/shared/System.Private.CoreLib.Shared.sources
src/mscorlib/shared/System/Action.cs [moved from src/mscorlib/src/System/Action.cs with 100% similarity]
src/mscorlib/shared/System/ApplicationException.cs [moved from src/mscorlib/src/System/ApplicationException.cs with 100% similarity]
src/mscorlib/shared/System/ArgumentNullException.cs [moved from src/mscorlib/src/System/ArgumentNullException.cs with 100% similarity]
src/mscorlib/shared/System/ArithmeticException.cs [moved from src/mscorlib/src/System/ArithmeticException.cs with 100% similarity]
src/mscorlib/shared/System/ArrayTypeMismatchException.cs [moved from src/mscorlib/src/System/ArrayTypeMismatchException.cs with 100% similarity]
src/mscorlib/shared/System/AsyncCallback.cs [moved from src/mscorlib/src/System/AsyncCallback.cs with 100% similarity]
src/mscorlib/shared/System/AttributeTargets.cs [moved from src/mscorlib/src/System/AttributeTargets.cs with 100% similarity]
src/mscorlib/shared/System/AttributeUsageAttribute.cs [moved from src/mscorlib/src/System/AttributeUsageAttribute.cs with 100% similarity]
src/mscorlib/shared/System/CLSCompliantAttribute.cs [moved from src/mscorlib/src/System/CLSCompliantAttribute.cs with 100% similarity]
src/mscorlib/shared/System/CharEnumerator.cs [moved from src/mscorlib/src/System/CharEnumerator.cs with 100% similarity]
src/mscorlib/shared/System/Collections/IStructuralComparable.cs [moved from src/mscorlib/src/System/Collections/IStructuralComparable.cs with 100% similarity]
src/mscorlib/shared/System/Collections/IStructuralEquatable.cs [moved from src/mscorlib/src/System/Collections/IStructuralEquatable.cs with 100% similarity]
src/mscorlib/shared/System/ComponentModel/EditorBrowsableAttribute.cs [moved from src/mscorlib/src/System/ComponentModel/EditorBrowsableAttribute.cs with 100% similarity]
src/mscorlib/shared/System/DataMisalignedException.cs [moved from src/mscorlib/src/System/DataMisalignedException.cs with 100% similarity]
src/mscorlib/shared/System/DateTimeKind.cs [moved from src/mscorlib/src/System/DateTimeKind.cs with 100% similarity]
src/mscorlib/shared/System/DayOfWeek.cs [moved from src/mscorlib/src/System/DayOfWeek.cs with 100% similarity]
src/mscorlib/shared/System/DivideByZeroException.cs [moved from src/mscorlib/src/System/DivideByZeroException.cs with 100% similarity]
src/mscorlib/shared/System/DuplicateWaitObjectException.cs [moved from src/mscorlib/src/System/DuplicateWaitObjectException.cs with 100% similarity]
src/mscorlib/shared/System/EntryPointNotFoundException.cs [moved from src/mscorlib/src/System/EntryPointNotFoundException.cs with 100% similarity]
src/mscorlib/shared/System/EventArgs.cs [moved from src/mscorlib/src/System/EventArgs.cs with 100% similarity]
src/mscorlib/shared/System/EventHandler.cs [moved from src/mscorlib/src/System/EventHandler.cs with 100% similarity]
src/mscorlib/shared/System/ExecutionEngineException.cs [moved from src/mscorlib/src/System/ExecutionEngineException.cs with 100% similarity]
src/mscorlib/shared/System/FieldAccessException.cs [moved from src/mscorlib/src/System/FieldAccessException.cs with 100% similarity]
src/mscorlib/shared/System/FlagsAttribute.cs [moved from src/mscorlib/src/System/FlagsAttribute.cs with 100% similarity]
src/mscorlib/shared/System/FormatException.cs [moved from src/mscorlib/src/System/FormatException.cs with 100% similarity]
src/mscorlib/shared/System/FormattableString.cs [moved from src/mscorlib/src/System/FormattableString.cs with 100% similarity]
src/mscorlib/shared/System/IAsyncResult.cs [moved from src/mscorlib/src/System/IAsyncResult.cs with 100% similarity]
src/mscorlib/shared/System/IComparable.cs [moved from src/mscorlib/src/System/IComparable.cs with 100% similarity]
src/mscorlib/shared/System/IConvertible.cs [moved from src/mscorlib/src/System/IConvertible.cs with 100% similarity]
src/mscorlib/shared/System/ICustomFormatter.cs [moved from src/mscorlib/src/System/ICustomFormatter.cs with 100% similarity]
src/mscorlib/shared/System/IDisposable.cs [moved from src/mscorlib/src/System/IDisposable.cs with 100% similarity]
src/mscorlib/shared/System/IEquatable.cs [moved from src/mscorlib/src/System/IEquatable.cs with 100% similarity]
src/mscorlib/shared/System/IFormatProvider.cs [moved from src/mscorlib/src/System/IFormatProvider.cs with 100% similarity]
src/mscorlib/shared/System/IFormattable.cs [moved from src/mscorlib/src/System/IFormattable.cs with 100% similarity]
src/mscorlib/shared/System/IObservable.cs [moved from src/mscorlib/src/System/IObservable.cs with 100% similarity]
src/mscorlib/shared/System/IObserver.cs [moved from src/mscorlib/src/System/IObserver.cs with 100% similarity]
src/mscorlib/shared/System/IProgress.cs [moved from src/mscorlib/src/System/IProgress.cs with 100% similarity]
src/mscorlib/shared/System/IndexOutOfRangeException.cs [moved from src/mscorlib/src/System/IndexOutOfRangeException.cs with 100% similarity]
src/mscorlib/shared/System/InsufficientExecutionStackException.cs [moved from src/mscorlib/src/System/InsufficientExecutionStackException.cs with 100% similarity]
src/mscorlib/shared/System/InvalidCastException.cs [moved from src/mscorlib/src/System/InvalidCastException.cs with 100% similarity]
src/mscorlib/shared/System/InvalidOperationException.cs [moved from src/mscorlib/src/System/InvalidOperationException.cs with 100% similarity]
src/mscorlib/shared/System/InvalidProgramException.cs [moved from src/mscorlib/src/System/InvalidProgramException.cs with 100% similarity]
src/mscorlib/shared/System/InvalidTimeZoneException.cs [moved from src/mscorlib/src/System/InvalidTimeZoneException.cs with 100% similarity]
src/mscorlib/shared/System/MarshalByRefObject.cs [moved from src/mscorlib/src/System/MarshalByRefObject.cs with 100% similarity]
src/mscorlib/shared/System/MemberAccessException.cs [moved from src/mscorlib/src/System/MemberAccessException.cs with 100% similarity]
src/mscorlib/shared/System/MethodAccessException.cs [moved from src/mscorlib/src/System/MethodAccessException.cs with 100% similarity]
src/mscorlib/shared/System/MidpointRounding.cs [moved from src/mscorlib/src/System/MidpointRounding.cs with 100% similarity]
src/mscorlib/shared/System/MulticastNotSupportedException.cs [moved from src/mscorlib/src/System/MulticastNotSupportedException.cs with 100% similarity]
src/mscorlib/shared/System/NotFiniteNumberException.cs [moved from src/mscorlib/src/System/NotFiniteNumberException.cs with 100% similarity]
src/mscorlib/shared/System/NotImplementedException.cs [moved from src/mscorlib/src/System/NotImplementedException.cs with 100% similarity]
src/mscorlib/shared/System/NotSupportedException.cs [moved from src/mscorlib/src/System/NotSupportedException.cs with 100% similarity]
src/mscorlib/shared/System/NullReferenceException.cs [moved from src/mscorlib/src/System/NullReferenceException.cs with 100% similarity]
src/mscorlib/shared/System/ObjectDisposedException.cs [moved from src/mscorlib/src/System/ObjectDisposedException.cs with 100% similarity]
src/mscorlib/shared/System/ObsoleteAttribute.cs [moved from src/mscorlib/src/System/ObsoleteAttribute.cs with 100% similarity]
src/mscorlib/shared/System/OverflowException.cs [moved from src/mscorlib/src/System/OverflowException.cs with 100% similarity]
src/mscorlib/shared/System/ParamArrayAttribute.cs [moved from src/mscorlib/src/System/ParamArrayAttribute.cs with 100% similarity]
src/mscorlib/shared/System/PlatformNotSupportedException.cs [moved from src/mscorlib/src/System/PlatformNotSupportedException.cs with 100% similarity]
src/mscorlib/shared/System/RankException.cs [moved from src/mscorlib/src/System/RankException.cs with 100% similarity]
src/mscorlib/shared/System/Runtime/CompilerServices/ExtensionAttribute.cs [moved from src/mscorlib/src/System/Runtime/CompilerServices/ExtensionAttribute.cs with 100% similarity]
src/mscorlib/shared/System/Runtime/CompilerServices/FormattableStringFactory.cs [moved from src/mscorlib/src/System/Runtime/CompilerServices/FormattableStringFactory.cs with 100% similarity]
src/mscorlib/shared/System/Runtime/CompilerServices/ITuple.cs [moved from src/mscorlib/src/System/Runtime/CompilerServices/ITuple.cs with 100% similarity]
src/mscorlib/shared/System/Runtime/CompilerServices/IsVolatile.cs [moved from src/mscorlib/src/System/Runtime/CompilerServices/IsVolatile.cs with 100% similarity]
src/mscorlib/shared/System/Runtime/CompilerServices/TupleElementNamesAttribute.cs [moved from src/mscorlib/src/System/Runtime/CompilerServices/TupleElementNamesAttribute.cs with 100% similarity]
src/mscorlib/shared/System/StackOverflowException.cs [moved from src/mscorlib/src/System/StackOverflowException.cs with 100% similarity]
src/mscorlib/shared/System/StringSplitOptions.cs [moved from src/mscorlib/src/System/StringSplitOptions.cs with 100% similarity]
src/mscorlib/shared/System/SystemException.cs [moved from src/mscorlib/src/System/SystemException.cs with 100% similarity]
src/mscorlib/shared/System/Text/Normalization.cs [moved from src/mscorlib/src/System/Text/Normalization.cs with 100% similarity]
src/mscorlib/shared/System/ThreadAttributes.cs [moved from src/mscorlib/src/System/ThreadAttributes.cs with 100% similarity]
src/mscorlib/shared/System/ThreadStaticAttribute.cs [moved from src/mscorlib/src/System/ThreadStaticAttribute.cs with 100% similarity]
src/mscorlib/shared/System/Threading/Timeout.cs [moved from src/mscorlib/src/System/Threading/Timeout.cs with 100% similarity]
src/mscorlib/shared/System/TimeZoneNotFoundException.cs [moved from src/mscorlib/src/System/TimeZoneNotFoundException.cs with 100% similarity]
src/mscorlib/shared/System/TimeoutException.cs [moved from src/mscorlib/src/System/TimeoutException.cs with 100% similarity]
src/mscorlib/shared/System/TupleExtensions.cs [moved from src/mscorlib/src/System/TupleExtensions.cs with 100% similarity]
src/mscorlib/shared/System/TypeAccessException.cs [moved from src/mscorlib/src/System/TypeAccessException.cs with 100% similarity]
src/mscorlib/shared/System/TypeCode.cs [moved from src/mscorlib/src/System/TypeCode.cs with 100% similarity]
src/mscorlib/shared/System/TypeInitializationException.cs [moved from src/mscorlib/src/System/TypeInitializationException.cs with 100% similarity]
src/mscorlib/shared/System/UnauthorizedAccessException.cs [moved from src/mscorlib/src/System/UnauthorizedAccessException.cs with 100% similarity]
src/mscorlib/shared/System/UnhandledExceptionEventArgs.cs [moved from src/mscorlib/src/System/UnhandledExceptionEventArgs.cs with 100% similarity]
src/mscorlib/shared/System/UnhandledExceptionEventHandler.cs [moved from src/mscorlib/src/System/UnhandledExceptionEventHandler.cs with 100% similarity]
src/mscorlib/shared/System/Void.cs [moved from src/mscorlib/src/System/Void.cs with 100% similarity]