Move a few more files to shared CoreLib partition
authorJan Kotas <jkotas@microsoft.com>
Sun, 16 Apr 2017 22:14:48 +0000 (15:14 -0700)
committerJan Kotas <jkotas@microsoft.com>
Mon, 1 May 2017 19:02:04 +0000 (12:02 -0700)
commit4b41aae20212063893d92b40afcca2d531ea9d2e
tree29d6a2ce51338c7512bc76feb14fbb1dfb25fb8c
parent3e4b1ad3a3f9bd5bca5a246772c27acf31c83622
Move a few more files to shared CoreLib partition

Commit migrated from https://github.com/dotnet/coreclr/commit/b11928aa219f3caded8ba39a946cf4bec9b7b5ed
src/coreclr/src/mscorlib/System.Private.CoreLib.csproj
src/coreclr/src/mscorlib/shared/Microsoft/Win32/SafeHandles/SafeHandleMinusOneIsInvalid.cs [new file with mode: 0644]
src/coreclr/src/mscorlib/shared/Microsoft/Win32/SafeHandles/SafeHandleZeroOrMinusOneIsInvalid.cs [new file with mode: 0644]
src/coreclr/src/mscorlib/shared/System.Private.CoreLib.Shared.projitems
src/coreclr/src/mscorlib/shared/System/ArgumentOutOfRangeException.cs [moved from src/coreclr/src/mscorlib/src/System/ArgumentOutOfRangeException.cs with 73% similarity]
src/coreclr/src/mscorlib/shared/System/BadImageFormatException.cs [moved from src/coreclr/src/mscorlib/src/System/BadImageFormatException.cs with 64% similarity]
src/coreclr/src/mscorlib/shared/System/Resources/ResourceFallbackManager.cs [moved from src/coreclr/src/mscorlib/src/System/Resources/ResourceFallbackManager.cs with 83% similarity]
src/coreclr/src/mscorlib/shared/System/Resources/ResourceSet.cs [moved from src/coreclr/src/mscorlib/src/System/Resources/ResourceSet.cs with 69% similarity]
src/coreclr/src/mscorlib/shared/System/Resources/RuntimeResourceSet.cs [moved from src/coreclr/src/mscorlib/src/System/Resources/RuntimeResourceSet.cs with 91% similarity]
src/coreclr/src/mscorlib/src/Microsoft/Win32/SafeHandles/Win32SafeHandles.cs [deleted file]