Move a few more types from CoreFX to CoreLib (dotnet/coreclr#10893)
authorJan Kotas <jkotas@microsoft.com>
Tue, 11 Apr 2017 20:22:50 +0000 (13:22 -0700)
committerGitHub <noreply@github.com>
Tue, 11 Apr 2017 20:22:50 +0000 (13:22 -0700)
commit5762dbbb121d23894f5beb9e69fdd85883642e01
tree6907f98a4d72d0c2fd7d8c4ecc3ced1cba7f05c0
parent14911141cfb6a9023718310e00f07046a3ad83b9
Move a few more types from CoreFX to CoreLib (dotnet/coreclr#10893)

Reducing shards between CoreCLR and CoreRT shards

Commit migrated from https://github.com/dotnet/coreclr/commit/0d06efe81389e05df7b3bdd56c874720a13dd8b2
src/coreclr/src/mscorlib/Resources/Strings.resx
src/coreclr/src/mscorlib/System.Private.CoreLib.csproj
src/coreclr/src/mscorlib/shared/System.Private.CoreLib.Shared.projitems
src/coreclr/src/mscorlib/shared/System/ComponentModel/DefaultValueAttribute.cs [new file with mode: 0644]
src/coreclr/src/mscorlib/shared/System/Runtime/CompilerServices/IsConst.cs [new file with mode: 0644]
src/coreclr/src/mscorlib/shared/System/Runtime/CompilerServices/SpecialNameAttribute.cs [new file with mode: 0644]
src/coreclr/src/mscorlib/shared/System/Runtime/CompilerServices/StrongBox.cs [new file with mode: 0644]
src/coreclr/src/mscorlib/src/System/Threading/ReaderWriterLockSlim.cs [new file with mode: 0644]