From: Alex Perovich Date: Tue, 28 Feb 2017 22:37:49 +0000 (-0800) Subject: Add more shared sources X-Git-Tag: submit/tizen/20210909.063632~11030^2~7908^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=5b14fe355c939b1516c4b95f2f7235da0c3d8d7c;p=platform%2Fupstream%2Fdotnet%2Fruntime.git Add more shared sources Commit migrated from https://github.com/dotnet/coreclr/commit/856f5f5e69f1e3b7bbffb552fc6acb76adfc33b8 --- diff --git a/src/coreclr/src/mscorlib/System.Private.CoreLib.csproj b/src/coreclr/src/mscorlib/System.Private.CoreLib.csproj index b1086fc..60103f7 100644 --- a/src/coreclr/src/mscorlib/System.Private.CoreLib.csproj +++ b/src/coreclr/src/mscorlib/System.Private.CoreLib.csproj @@ -235,9 +235,6 @@ - - - @@ -832,7 +829,6 @@ - @@ -1074,9 +1070,6 @@ - - - diff --git a/src/coreclr/src/mscorlib/shared/System.Private.CoreLib.Shared.sources b/src/coreclr/src/mscorlib/shared/System.Private.CoreLib.Shared.sources index c6fdba9..8c6cfb4 100644 --- a/src/coreclr/src/mscorlib/shared/System.Private.CoreLib.Shared.sources +++ b/src/coreclr/src/mscorlib/shared/System.Private.CoreLib.Shared.sources @@ -68,6 +68,9 @@ + + + diff --git a/src/coreclr/src/mscorlib/corefx/System/Runtime/InteropServices/StringBuffer.cs b/src/coreclr/src/mscorlib/shared/System/Runtime/InteropServices/StringBuffer.cs similarity index 100% rename from src/coreclr/src/mscorlib/corefx/System/Runtime/InteropServices/StringBuffer.cs rename to src/coreclr/src/mscorlib/shared/System/Runtime/InteropServices/StringBuffer.cs diff --git a/src/coreclr/src/mscorlib/corefx/System/Security/CryptographicException.cs b/src/coreclr/src/mscorlib/shared/System/Security/CryptographicException.cs similarity index 100% rename from src/coreclr/src/mscorlib/corefx/System/Security/CryptographicException.cs rename to src/coreclr/src/mscorlib/shared/System/Security/CryptographicException.cs diff --git a/src/coreclr/src/mscorlib/corefx/System/Threading/DeferredDisposableLifetime.cs b/src/coreclr/src/mscorlib/shared/System/Threading/DeferredDisposableLifetime.cs similarity index 100% rename from src/coreclr/src/mscorlib/corefx/System/Threading/DeferredDisposableLifetime.cs rename to src/coreclr/src/mscorlib/shared/System/Threading/DeferredDisposableLifetime.cs