Move Strings.resx from CoreCLR to shared System.Private.CoreLib folder (#2151)
authorAlexander Köplinger <alex.koeplinger@outlook.com>
Sat, 25 Jan 2020 10:08:02 +0000 (11:08 +0100)
committerJan Kotas <jkotas@microsoft.com>
Sat, 25 Jan 2020 10:08:02 +0000 (02:08 -0800)
commit463b62f9396f5c05b2eb37e90b76b034c8f555e6
tree559e540d928addcef81ce8ee7456faa73ef3ad89
parent1afdd41ad5dce4ba91da2fcda3d7c0edcd7cf3aa
Move Strings.resx from CoreCLR to shared System.Private.CoreLib folder (#2151)

* Move Strings.resx from CoreCLR to shared System.Private.CoreLib folder

Mono and CoreCLR both use the same file.

* Get rid of duplicate string
src/coreclr/src/System.Private.CoreLib/System.Private.CoreLib.csproj
src/libraries/System.Private.CoreLib/src/Resources/Strings.resx [moved from src/coreclr/src/System.Private.CoreLib/Resources/Strings.resx with 99% similarity]
src/libraries/System.Private.CoreLib/src/System.Private.CoreLib.Shared.projitems
src/libraries/System.Private.CoreLib/src/System/SR.cs [moved from src/coreclr/src/System.Private.CoreLib/src/System/SR.cs with 100% similarity]
src/libraries/System.Private.CoreLib/src/System/Threading/ThreadPoolBoundHandle.PlatformNotSupported.cs
src/mono/netcore/System.Private.CoreLib/System.Private.CoreLib.csproj
src/mono/netcore/System.Private.CoreLib/resources/SR.extra.cs [deleted file]
src/mono/netcore/System.Private.CoreLib/src/Microsoft/Win32/UnsafeNativeMethods.cs [deleted file]