Move files to shared CoreLib partition (dotnet/coreclr#10837)
authorJan Kotas <jkotas@microsoft.com>
Mon, 10 Apr 2017 05:53:50 +0000 (22:53 -0700)
committerGitHub <noreply@github.com>
Mon, 10 Apr 2017 05:53:50 +0000 (22:53 -0700)
commit7323c60b8cade5fce891df422982ac308657174c
tree8ef1915de22040eb21600920ccc5ef42e5f17866
parent1818734c4b4abdcd4970888af4038cd5caaad99c
Move files to shared CoreLib partition (dotnet/coreclr#10837)

Commit migrated from https://github.com/dotnet/coreclr/commit/25169926291fcdcad25506c558690a0f63e61a93
31 files changed:
src/coreclr/src/mscorlib/System.Private.CoreLib.csproj
src/coreclr/src/mscorlib/shared/Interop/Unix/System.Native/Interop.GetRandomBytes.cs [new file with mode: 0644]
src/coreclr/src/mscorlib/shared/Interop/Windows/NtDll/Interop.ZeroMemory.cs [moved from src/coreclr/src/mscorlib/src/Interop/Windows/NtDll/Interop.ZeroMemory.cs with 100% similarity]
src/coreclr/src/mscorlib/shared/Interop/Windows/OleAut32/Interop.SysAllocStringLen.cs [moved from src/coreclr/src/mscorlib/src/Interop/Windows/oleaut32/Interop.SysAllocStringLen.cs with 74% similarity]
src/coreclr/src/mscorlib/shared/Interop/Windows/OleAut32/Interop.SysFreeString.cs [new file with mode: 0644]
src/coreclr/src/mscorlib/shared/Interop/Windows/OleAut32/Interop.SysStringLen.cs [moved from src/coreclr/src/mscorlib/src/Interop/Windows/oleaut32/Interop.SysStringLen.cs with 84% similarity]
src/coreclr/src/mscorlib/shared/System.Private.CoreLib.Shared.projitems
src/coreclr/src/mscorlib/shared/System/Runtime/CompilerServices/CompilationRelaxationsAttribute.cs [new file with mode: 0644]
src/coreclr/src/mscorlib/shared/System/Runtime/CompilerServices/InternalsVisibleToAttribute.cs [new file with mode: 0644]
src/coreclr/src/mscorlib/shared/System/Runtime/InteropServices/ComVisibleAttribute.cs [new file with mode: 0644]
src/coreclr/src/mscorlib/shared/System/Runtime/InteropServices/UnmanagedFunctionPointerAttribute.cs [new file with mode: 0644]
src/coreclr/src/mscorlib/shared/System/Runtime/InteropServices/UnmanagedType.cs [new file with mode: 0644]
src/coreclr/src/mscorlib/shared/System/Runtime/InteropServices/VarEnum.cs [new file with mode: 0644]
src/coreclr/src/mscorlib/shared/System/Security/SecureString.Windows.cs [moved from src/coreclr/src/mscorlib/src/System/Security/SecureString.Windows.cs with 98% similarity]
src/coreclr/src/mscorlib/shared/System/Text/ASCIIEncoding.cs [moved from src/coreclr/src/mscorlib/src/System/Text/ASCIIEncoding.cs with 100% similarity]
src/coreclr/src/mscorlib/shared/System/Text/Decoder.cs [moved from src/coreclr/src/mscorlib/src/System/Text/Decoder.cs with 98% similarity]
src/coreclr/src/mscorlib/shared/System/Text/Encoder.cs [moved from src/coreclr/src/mscorlib/src/System/Text/Encoder.cs with 98% similarity]
src/coreclr/src/mscorlib/shared/System/Text/EncodingInfo.cs [moved from src/coreclr/src/mscorlib/src/System/Text/EncodingInfo.cs with 88% similarity]
src/coreclr/src/mscorlib/shared/System/Text/EncodingNLS.cs [moved from src/coreclr/src/mscorlib/src/System/Text/EncodingNLS.cs with 98% similarity]
src/coreclr/src/mscorlib/shared/System/Text/EncodingProvider.cs [moved from src/coreclr/src/mscorlib/src/System/Text/EncodingProvider.cs with 92% similarity]
src/coreclr/src/mscorlib/shared/System/Text/UTF32Encoding.cs [moved from src/coreclr/src/mscorlib/src/System/Text/UTF32Encoding.cs with 97% similarity]
src/coreclr/src/mscorlib/shared/System/Text/UTF8Encoding.cs [moved from src/coreclr/src/mscorlib/src/System/Text/UTF8Encoding.cs with 99% similarity]
src/coreclr/src/mscorlib/shared/System/Text/UnicodeEncoding.cs [moved from src/coreclr/src/mscorlib/src/System/Text/UnicodeEncoding.cs with 99% similarity]
src/coreclr/src/mscorlib/src/Interop/Unix/System.Native/Interop.GetRandomBytes.cs [deleted file]
src/coreclr/src/mscorlib/src/Microsoft/Win32/Win32Native.cs
src/coreclr/src/mscorlib/src/System/AppDomainSetup.cs
src/coreclr/src/mscorlib/src/System/Runtime/CompilerServices/CompilationRelaxations.cs [deleted file]
src/coreclr/src/mscorlib/src/System/Runtime/CompilerServices/FriendAccessAllowedAttribute.cs [moved from src/coreclr/src/mscorlib/src/System/Runtime/CompilerServices/InternalsVisibleToAttribute.cs with 55% similarity]
src/coreclr/src/mscorlib/src/System/Runtime/CompilerServices/SuppressMergeCheckAttribute.cs [deleted file]
src/coreclr/src/mscorlib/src/System/Runtime/InteropServices/Attributes.cs
src/coreclr/src/mscorlib/src/System/XmlIgnoreMemberAttribute.cs [deleted file]