From 1cae2483beb30cad7252899bb695d35107a2bb3d Mon Sep 17 00:00:00 2001 From: Jan Kotas Date: Sat, 1 Apr 2017 11:26:05 -0700 Subject: [PATCH] Move identical Interop files to shared partition Commit migrated from https://github.com/dotnet/coreclr/commit/b9e6c160ffadc294367bf0f3f93cc301d3a7ecf6 --- src/coreclr/src/mscorlib/System.Private.CoreLib.csproj | 12 +----------- .../Unix/System.Globalization.Native/Interop.Calendar.cs | 0 .../Unix/System.Globalization.Native/Interop.Casing.cs | 0 .../Interop/Unix/System.Globalization.Native/Interop.Idna.cs | 0 .../Unix/System.Globalization.Native/Interop.Locale.cs | 0 .../System.Globalization.Native/Interop.Normalization.cs | 0 .../Unix/System.Globalization.Native/Interop.ResultCode.cs | 0 .../Unix/System.Globalization.Native/Interop.TimeZoneInfo.cs | 0 .../Unix/System.Globalization.Native/Interop.Utils.cs | 0 .../Interop/Windows/Crypt32/Interop.CryptProtectMemory.cs | 0 .../Interop/Windows/Kernel32}/Interop.WideCharToMultiByte.cs | 0 .../mscorlib/shared/System.Private.CoreLib.Shared.projitems | 10 ++++++++++ 12 files changed, 11 insertions(+), 11 deletions(-) rename src/coreclr/src/mscorlib/{src => shared}/Interop/Unix/System.Globalization.Native/Interop.Calendar.cs (100%) rename src/coreclr/src/mscorlib/{src => shared}/Interop/Unix/System.Globalization.Native/Interop.Casing.cs (100%) rename src/coreclr/src/mscorlib/{src => shared}/Interop/Unix/System.Globalization.Native/Interop.Idna.cs (100%) rename src/coreclr/src/mscorlib/{src => shared}/Interop/Unix/System.Globalization.Native/Interop.Locale.cs (100%) rename src/coreclr/src/mscorlib/{src => shared}/Interop/Unix/System.Globalization.Native/Interop.Normalization.cs (100%) rename src/coreclr/src/mscorlib/{src => shared}/Interop/Unix/System.Globalization.Native/Interop.ResultCode.cs (100%) rename src/coreclr/src/mscorlib/{src => shared}/Interop/Unix/System.Globalization.Native/Interop.TimeZoneInfo.cs (100%) rename src/coreclr/src/mscorlib/{src => shared}/Interop/Unix/System.Globalization.Native/Interop.Utils.cs (100%) rename src/coreclr/src/mscorlib/{src => shared}/Interop/Windows/Crypt32/Interop.CryptProtectMemory.cs (100%) rename src/coreclr/src/mscorlib/{src/Interop/Windows/kernel32 => shared/Interop/Windows/Kernel32}/Interop.WideCharToMultiByte.cs (100%) diff --git a/src/coreclr/src/mscorlib/System.Private.CoreLib.csproj b/src/coreclr/src/mscorlib/System.Private.CoreLib.csproj index a2f3452..2434661 100644 --- a/src/coreclr/src/mscorlib/System.Private.CoreLib.csproj +++ b/src/coreclr/src/mscorlib/System.Private.CoreLib.csproj @@ -579,20 +579,12 @@ - + - - - - - - - - @@ -903,9 +895,7 @@ - - diff --git a/src/coreclr/src/mscorlib/src/Interop/Unix/System.Globalization.Native/Interop.Calendar.cs b/src/coreclr/src/mscorlib/shared/Interop/Unix/System.Globalization.Native/Interop.Calendar.cs similarity index 100% rename from src/coreclr/src/mscorlib/src/Interop/Unix/System.Globalization.Native/Interop.Calendar.cs rename to src/coreclr/src/mscorlib/shared/Interop/Unix/System.Globalization.Native/Interop.Calendar.cs diff --git a/src/coreclr/src/mscorlib/src/Interop/Unix/System.Globalization.Native/Interop.Casing.cs b/src/coreclr/src/mscorlib/shared/Interop/Unix/System.Globalization.Native/Interop.Casing.cs similarity index 100% rename from src/coreclr/src/mscorlib/src/Interop/Unix/System.Globalization.Native/Interop.Casing.cs rename to src/coreclr/src/mscorlib/shared/Interop/Unix/System.Globalization.Native/Interop.Casing.cs diff --git a/src/coreclr/src/mscorlib/src/Interop/Unix/System.Globalization.Native/Interop.Idna.cs b/src/coreclr/src/mscorlib/shared/Interop/Unix/System.Globalization.Native/Interop.Idna.cs similarity index 100% rename from src/coreclr/src/mscorlib/src/Interop/Unix/System.Globalization.Native/Interop.Idna.cs rename to src/coreclr/src/mscorlib/shared/Interop/Unix/System.Globalization.Native/Interop.Idna.cs diff --git a/src/coreclr/src/mscorlib/src/Interop/Unix/System.Globalization.Native/Interop.Locale.cs b/src/coreclr/src/mscorlib/shared/Interop/Unix/System.Globalization.Native/Interop.Locale.cs similarity index 100% rename from src/coreclr/src/mscorlib/src/Interop/Unix/System.Globalization.Native/Interop.Locale.cs rename to src/coreclr/src/mscorlib/shared/Interop/Unix/System.Globalization.Native/Interop.Locale.cs diff --git a/src/coreclr/src/mscorlib/src/Interop/Unix/System.Globalization.Native/Interop.Normalization.cs b/src/coreclr/src/mscorlib/shared/Interop/Unix/System.Globalization.Native/Interop.Normalization.cs similarity index 100% rename from src/coreclr/src/mscorlib/src/Interop/Unix/System.Globalization.Native/Interop.Normalization.cs rename to src/coreclr/src/mscorlib/shared/Interop/Unix/System.Globalization.Native/Interop.Normalization.cs diff --git a/src/coreclr/src/mscorlib/src/Interop/Unix/System.Globalization.Native/Interop.ResultCode.cs b/src/coreclr/src/mscorlib/shared/Interop/Unix/System.Globalization.Native/Interop.ResultCode.cs similarity index 100% rename from src/coreclr/src/mscorlib/src/Interop/Unix/System.Globalization.Native/Interop.ResultCode.cs rename to src/coreclr/src/mscorlib/shared/Interop/Unix/System.Globalization.Native/Interop.ResultCode.cs diff --git a/src/coreclr/src/mscorlib/src/Interop/Unix/System.Globalization.Native/Interop.TimeZoneInfo.cs b/src/coreclr/src/mscorlib/shared/Interop/Unix/System.Globalization.Native/Interop.TimeZoneInfo.cs similarity index 100% rename from src/coreclr/src/mscorlib/src/Interop/Unix/System.Globalization.Native/Interop.TimeZoneInfo.cs rename to src/coreclr/src/mscorlib/shared/Interop/Unix/System.Globalization.Native/Interop.TimeZoneInfo.cs diff --git a/src/coreclr/src/mscorlib/src/Interop/Unix/System.Globalization.Native/Interop.Utils.cs b/src/coreclr/src/mscorlib/shared/Interop/Unix/System.Globalization.Native/Interop.Utils.cs similarity index 100% rename from src/coreclr/src/mscorlib/src/Interop/Unix/System.Globalization.Native/Interop.Utils.cs rename to src/coreclr/src/mscorlib/shared/Interop/Unix/System.Globalization.Native/Interop.Utils.cs diff --git a/src/coreclr/src/mscorlib/src/Interop/Windows/Crypt32/Interop.CryptProtectMemory.cs b/src/coreclr/src/mscorlib/shared/Interop/Windows/Crypt32/Interop.CryptProtectMemory.cs similarity index 100% rename from src/coreclr/src/mscorlib/src/Interop/Windows/Crypt32/Interop.CryptProtectMemory.cs rename to src/coreclr/src/mscorlib/shared/Interop/Windows/Crypt32/Interop.CryptProtectMemory.cs diff --git a/src/coreclr/src/mscorlib/src/Interop/Windows/kernel32/Interop.WideCharToMultiByte.cs b/src/coreclr/src/mscorlib/shared/Interop/Windows/Kernel32/Interop.WideCharToMultiByte.cs similarity index 100% rename from src/coreclr/src/mscorlib/src/Interop/Windows/kernel32/Interop.WideCharToMultiByte.cs rename to src/coreclr/src/mscorlib/shared/Interop/Windows/Kernel32/Interop.WideCharToMultiByte.cs diff --git a/src/coreclr/src/mscorlib/shared/System.Private.CoreLib.Shared.projitems b/src/coreclr/src/mscorlib/shared/System.Private.CoreLib.Shared.projitems index b24eda3..ca00cb8 100644 --- a/src/coreclr/src/mscorlib/shared/System.Private.CoreLib.Shared.projitems +++ b/src/coreclr/src/mscorlib/shared/System.Private.CoreLib.Shared.projitems @@ -15,6 +15,7 @@ + @@ -40,6 +41,7 @@ + @@ -47,6 +49,14 @@ + + + + + + + + -- 2.7.4