Delete mscorlib facade (dotnet/coreclr#10157)
authorJan Kotas <jkotas@microsoft.com>
Thu, 16 Mar 2017 14:32:12 +0000 (07:32 -0700)
committerGitHub <noreply@github.com>
Thu, 16 Mar 2017 14:32:12 +0000 (07:32 -0700)
commit987327b02df849365939e87bd6c84c1a16fd5196
treeb0e15bf0efaf068ae0c638713335704462ef2da3
parente4b975c5ace1284ecee517f122c57a7dfcfb0cff
Delete mscorlib facade (dotnet/coreclr#10157)

Fixes dotnet/coreclr#7607

Commit migrated from https://github.com/dotnet/coreclr/commit/84aab5f59d023849b9ccdc290e698e4a61ac75a2
31 files changed:
src/coreclr/build.cmd
src/coreclr/build.sh
src/coreclr/src/.nuget/Microsoft.NETCore.Runtime.CoreCLR/runtime.Linux.Microsoft.NETCore.Runtime.CoreCLR.props
src/coreclr/src/.nuget/Microsoft.NETCore.Runtime.CoreCLR/runtime.OSX.Microsoft.NETCore.Runtime.CoreCLR.props
src/coreclr/src/.nuget/Microsoft.NETCore.Runtime.CoreCLR/runtime.Windows_NT.Microsoft.NETCore.Runtime.CoreCLR.props
src/coreclr/src/.nuget/Microsoft.TargetingPack.Private.CoreCLR/Microsoft.TargetingPack.Private.CoreCLR.pkgproj
src/coreclr/src/build.proj
src/coreclr/src/mscorlib/System.Private.CoreLib.csproj
src/coreclr/src/mscorlib/facade/mscorlib.csproj [deleted file]
src/coreclr/src/mscorlib/facade/project.json [deleted file]
src/coreclr/src/mscorlib/ref/mscorlib.cs [deleted file]
src/coreclr/src/mscorlib/ref/mscorlib.csproj [deleted file]
src/coreclr/src/mscorlib/ref/mscorlib.manual.cs [deleted file]
src/coreclr/src/mscorlib/src/Internal/Console.cs [moved from src/coreclr/src/mscorlib/src/System/LowLevelConsole.cs with 67% similarity]
src/coreclr/src/mscorlib/src/System/Diagnostics/log.cs
src/coreclr/src/mscorlib/src/System/Environment.cs
src/coreclr/src/mscorlib/src/System/Internal.cs
src/coreclr/src/mscorlib/src/System/Span.cs
src/coreclr/src/mscorlib/src/mscorlib.Friends.cs
src/coreclr/tests/override.targets
src/coreclr/tests/runtest.cmd
src/coreclr/tests/runtest.sh
src/coreclr/tests/scripts/arm32_ci_script.sh
src/coreclr/tests/scripts/run-xunit-perf.sh
src/coreclr/tests/src/CoreMangLib/cti/system/string/StringReplace3.csproj
src/coreclr/tests/src/Interop/ICastable/Castable.cs
src/coreclr/tests/src/Interop/ICastable/Castable.csproj
src/coreclr/tests/src/Interop/NativeCallable/NativeCallableTest.cs
src/coreclr/tests/src/Interop/NativeCallable/NativeCallableTest.csproj
src/coreclr/tests/src/dir.targets
src/coreclr/tests/src/managed/Compilation/HelloWorld.cs