Move files to shared CoreLib partition (dotnet/coreclr#10830)
authorJan Kotas <jkotas@microsoft.com>
Sun, 9 Apr 2017 13:55:23 +0000 (06:55 -0700)
committerGitHub <noreply@github.com>
Sun, 9 Apr 2017 13:55:23 +0000 (06:55 -0700)
commiteed97b9ef68a0340366a94d693e3af9056f17fee
tree5be046d63685e64295d9f2505e110934bbd0e929
parent7846f2922e19805298e00afd63c7ec57fa96ad20
Move files to shared CoreLib partition (dotnet/coreclr#10830)

Commit migrated from https://github.com/dotnet/coreclr/commit/1a9781b68b8ec66c223bb96f44ae1d2704ce6fdf
63 files changed:
src/coreclr/src/mscorlib/System.Private.CoreLib.csproj
src/coreclr/src/mscorlib/shared/System.Private.CoreLib.Shared.projitems
src/coreclr/src/mscorlib/shared/System/ArgumentException.cs [moved from src/coreclr/src/mscorlib/src/System/ArgumentException.cs with 97% similarity]
src/coreclr/src/mscorlib/shared/System/Configuration/Assemblies/AssemblyHashAlgorithm.cs [moved from src/coreclr/src/mscorlib/src/System/Configuration/Assemblies/AssemblyHashAlgorithm.cs with 65% similarity]
src/coreclr/src/mscorlib/shared/System/Configuration/Assemblies/AssemblyVersionCompatibility.cs [moved from src/coreclr/src/mscorlib/src/System/Configuration/Assemblies/AssemblyVersionCompatibility.cs with 60% similarity]
src/coreclr/src/mscorlib/shared/System/Diagnostics/CodeAnalysis/SuppressMessageAttribute.cs [new file with mode: 0644]
src/coreclr/src/mscorlib/shared/System/Diagnostics/ConditionalAttribute.cs [moved from src/coreclr/src/mscorlib/src/System/Diagnostics/ConditionalAttribute.cs with 58% similarity]
src/coreclr/src/mscorlib/shared/System/ICloneable.cs [new file with mode: 0644]
src/coreclr/src/mscorlib/shared/System/IO/DirectoryNotFoundException.cs [moved from src/coreclr/src/mscorlib/src/System/IO/DirectoryNotFoundException.cs with 73% similarity]
src/coreclr/src/mscorlib/shared/System/IO/EndOfStreamException.cs [moved from src/coreclr/src/mscorlib/src/System/IO/EndOfStreamException.cs with 67% similarity]
src/coreclr/src/mscorlib/shared/System/IO/FileAccess.cs [moved from src/coreclr/src/mscorlib/src/System/IO/FileAccess.cs with 79% similarity]
src/coreclr/src/mscorlib/shared/System/IO/FileMode.cs [moved from src/coreclr/src/mscorlib/src/System/IO/FileMode.cs with 83% similarity]
src/coreclr/src/mscorlib/shared/System/IO/FileOptions.cs [moved from src/coreclr/src/mscorlib/src/System/IO/FileOptions.cs with 81% similarity]
src/coreclr/src/mscorlib/shared/System/IO/FileShare.cs [moved from src/coreclr/src/mscorlib/src/System/IO/FileShare.cs with 84% similarity]
src/coreclr/src/mscorlib/shared/System/IO/PathTooLongException.cs [moved from src/coreclr/src/mscorlib/src/System/IO/PathTooLongException.cs with 68% similarity]
src/coreclr/src/mscorlib/shared/System/IO/SeekOrigin.cs [moved from src/coreclr/src/mscorlib/src/System/IO/SeekOrigin.cs with 64% similarity]
src/coreclr/src/mscorlib/shared/System/MissingMethodException.cs [moved from src/coreclr/src/mscorlib/src/System/MissingMethodException.cs with 55% similarity]
src/coreclr/src/mscorlib/shared/System/ParamsArray.cs [moved from src/coreclr/src/mscorlib/src/System/ParamsArray.cs with 57% similarity]
src/coreclr/src/mscorlib/shared/System/Progress.cs [moved from src/coreclr/src/mscorlib/src/System/Progress.cs with 98% similarity]
src/coreclr/src/mscorlib/shared/System/Random.cs [moved from src/coreclr/src/mscorlib/src/System/Random.cs with 91% similarity]
src/coreclr/src/mscorlib/shared/System/Resources/IResourceReader.cs [moved from src/coreclr/src/mscorlib/src/System/Resources/IResourceReader.cs with 97% similarity]
src/coreclr/src/mscorlib/shared/System/Resources/MissingManifestResourceException.cs [moved from src/coreclr/src/mscorlib/src/System/Resources/MissingManifestResourceException.cs with 70% similarity]
src/coreclr/src/mscorlib/shared/System/Resources/MissingSatelliteAssemblyException.cs [moved from src/coreclr/src/mscorlib/src/System/Resources/MissingSatelliteAssemblyException.cs with 85% similarity]
src/coreclr/src/mscorlib/shared/System/Resources/NeutralResourcesLanguageAttribute.cs [new file with mode: 0644]
src/coreclr/src/mscorlib/shared/System/Resources/ResourceTypeCode.cs [moved from src/coreclr/src/mscorlib/src/System/Resources/ResourceTypeCode.cs with 98% similarity]
src/coreclr/src/mscorlib/shared/System/Resources/SatelliteContractVersionAttribute.cs [moved from src/coreclr/src/mscorlib/src/System/Resources/SatelliteContractVersionAttribute.cs with 77% similarity]
src/coreclr/src/mscorlib/shared/System/Resources/UltimateResourceFallbackLocation.cs [moved from src/coreclr/src/mscorlib/src/System/Resources/UltimateResourceFallbackLocation.cs with 95% similarity]
src/coreclr/src/mscorlib/shared/System/Runtime/CompilerServices/AccessedThroughPropertyAttribute.cs [moved from src/coreclr/src/mscorlib/src/System/Runtime/CompilerServices/AccessedThroughPropertyAttribute.cs with 53% similarity]
src/coreclr/src/mscorlib/shared/System/Runtime/CompilerServices/AsyncStateMachineAttribute.cs [moved from src/coreclr/src/mscorlib/src/System/Runtime/CompilerServices/AsyncStateMachineAttribute.cs with 79% similarity]
src/coreclr/src/mscorlib/shared/System/Runtime/CompilerServices/CallerFilePathAttribute.cs [moved from src/coreclr/src/mscorlib/src/System/Runtime/CompilerServices/CallerFilePathAttribute.cs with 96% similarity]
src/coreclr/src/mscorlib/shared/System/Runtime/CompilerServices/CallerLineNumberAttribute.cs [moved from src/coreclr/src/mscorlib/src/System/Runtime/CompilerServices/CallerLineNumberAttribute.cs with 96% similarity]
src/coreclr/src/mscorlib/shared/System/Runtime/CompilerServices/CallerMemberNameAttribute.cs [moved from src/coreclr/src/mscorlib/src/System/Runtime/CompilerServices/CallerMemberNameAttribute.cs with 96% similarity]
src/coreclr/src/mscorlib/shared/System/Runtime/CompilerServices/CompilerGeneratedAttribute.cs [moved from src/coreclr/src/mscorlib/src/System/Runtime/CompilerServices/CompilerGeneratedAttribute.cs with 73% similarity]
src/coreclr/src/mscorlib/shared/System/Runtime/CompilerServices/DisablePrivateReflectionAttribute.cs [moved from src/coreclr/src/mscorlib/src/System/Runtime/CompilerServices/DisablePrivateReflectionAttribute.cs with 72% similarity]
src/coreclr/src/mscorlib/shared/System/Runtime/CompilerServices/FixedBufferAttribute.cs [moved from src/coreclr/src/mscorlib/src/System/Runtime/CompilerServices/FixedBufferAttribute.cs with 69% similarity]
src/coreclr/src/mscorlib/shared/System/Runtime/CompilerServices/IAsyncStateMachine.cs [moved from src/coreclr/src/mscorlib/src/System/Runtime/CompilerServices/IAsyncStateMachine.cs with 100% similarity]
src/coreclr/src/mscorlib/shared/System/Runtime/CompilerServices/INotifyCompletion.cs [moved from src/coreclr/src/mscorlib/src/System/Runtime/CompilerServices/INotifyCompletion.cs with 100% similarity]
src/coreclr/src/mscorlib/shared/System/Runtime/CompilerServices/IndexerNameAttribute.cs [moved from src/coreclr/src/mscorlib/src/System/Runtime/CompilerServices/IndexerNameAttribute.cs with 94% similarity]
src/coreclr/src/mscorlib/shared/System/Runtime/CompilerServices/IteratorStateMachineAttribute.cs [moved from src/coreclr/src/mscorlib/src/System/Runtime/CompilerServices/IteratorStateMachineAttribute.cs with 79% similarity]
src/coreclr/src/mscorlib/shared/System/Runtime/CompilerServices/ReferenceAssemblyAttribute.cs [moved from src/coreclr/src/mscorlib/src/System/Runtime/CompilerServices/ReferenceAssemblyAttribute.cs with 80% similarity]
src/coreclr/src/mscorlib/shared/System/Runtime/CompilerServices/RuntimeCompatibilityAttribute.cs [moved from src/coreclr/src/mscorlib/src/System/Runtime/CompilerServices/RuntimeCompatibilityAttribute.cs with 63% similarity]
src/coreclr/src/mscorlib/shared/System/Runtime/CompilerServices/StateMachineAttribute.cs [moved from src/coreclr/src/mscorlib/src/System/Runtime/CompilerServices/StateMachineAttribute.cs with 65% similarity]
src/coreclr/src/mscorlib/shared/System/Runtime/CompilerServices/TypeForwardedFromAttribute.cs [moved from src/coreclr/src/mscorlib/src/System/Runtime/CompilerServices/TypeForwardedFromAttribute.cs with 54% similarity]
src/coreclr/src/mscorlib/shared/System/Runtime/CompilerServices/TypeForwardedToAttribute.cs [moved from src/coreclr/src/mscorlib/src/System/Runtime/CompilerServices/TypeForwardedToAttribute.cs with 65% similarity]
src/coreclr/src/mscorlib/shared/System/Runtime/CompilerServices/UnsafeValueTypeAttribute.cs [moved from src/coreclr/src/mscorlib/src/System/Runtime/CompilerServices/UnsafeValueTypeAttribute.cs with 96% similarity]
src/coreclr/src/mscorlib/shared/System/Runtime/InteropServices/CallingConvention.cs [moved from src/coreclr/src/mscorlib/src/System/Runtime/InteropServices/CallingConvention.cs with 68% similarity]
src/coreclr/src/mscorlib/shared/System/Runtime/InteropServices/CharSet.cs [moved from src/coreclr/src/mscorlib/src/System/Runtime/InteropServices/CharSet.cs with 70% similarity]
src/coreclr/src/mscorlib/shared/System/Runtime/InteropServices/ExternalException.cs [moved from src/coreclr/src/mscorlib/src/System/Runtime/InteropServices/ExternalException.cs with 73% similarity]
src/coreclr/src/mscorlib/shared/System/Runtime/InteropServices/LayoutKind.cs [moved from src/coreclr/src/mscorlib/src/System/Runtime/InteropServices/LayoutKind.cs with 52% similarity]
src/coreclr/src/mscorlib/shared/System/Runtime/Serialization/IFormatterConverter.cs [new file with mode: 0644]
src/coreclr/src/mscorlib/shared/System/Runtime/Serialization/IObjectReference.cs [new file with mode: 0644]
src/coreclr/src/mscorlib/shared/System/Runtime/Serialization/ISerializable.cs [new file with mode: 0644]
src/coreclr/src/mscorlib/shared/System/Runtime/Versioning/TargetFrameworkAttribute.cs [moved from src/coreclr/src/mscorlib/src/System/Runtime/Versioning/TargetFrameworkAttribute.cs with 99% similarity]
src/coreclr/src/mscorlib/shared/System/Security/SafeBSTRHandle.cs [moved from src/coreclr/src/mscorlib/src/System/Security/SafeBSTRHandle.cs with 100% similarity]
src/coreclr/src/mscorlib/shared/System/Security/VerificationException.cs [moved from src/coreclr/src/mscorlib/src/System/Security/VerificationException.cs with 80% similarity]
src/coreclr/src/mscorlib/shared/System/ValueTuple.cs [moved from src/coreclr/src/mscorlib/src/System/ValueTuple.cs with 99% similarity]
src/coreclr/src/mscorlib/shared/System/Version.cs [moved from src/coreclr/src/mscorlib/src/System/Version.cs with 97% similarity]
src/coreclr/src/mscorlib/src/System/Diagnostics/CodeAnalysis/SuppressMessageAttribute.cs [deleted file]
src/coreclr/src/mscorlib/src/System/ICloneable.cs [deleted file]
src/coreclr/src/mscorlib/src/System/Resources/NeutralResourcesLanguageAttribute.cs [deleted file]
src/coreclr/src/mscorlib/src/System/Runtime/Serialization/IFormatterConverter.cs [deleted file]
src/coreclr/src/mscorlib/src/System/Runtime/Serialization/IObjectReference.cs [deleted file]
src/coreclr/src/mscorlib/src/System/Runtime/Serialization/ISerializable.cs [deleted file]