Moved registry.cs to shared (dotnet/coreclr#19471)
authorAnirudh Agnihotry <anirudhagnihotry098@gmail.com>
Thu, 16 Aug 2018 20:21:55 +0000 (13:21 -0700)
committerGitHub <noreply@github.com>
Thu, 16 Aug 2018 20:21:55 +0000 (13:21 -0700)
commit30dec481dcdf1732539c821a9d0eaf30cbb435cf
tree7fd228d592eb03de11d0ed279c464752c9fcf54e
parent6fd9b04685cff893e32a9556042939f5ec74fd72
Moved registry.cs to shared (dotnet/coreclr#19471)

* moved registry to shared

* using corefx version

* set value added

Commit migrated from https://github.com/dotnet/coreclr/commit/4e89ab7c4011e927e2ff552435df56a77880d70f
src/coreclr/src/System.Private.CoreLib/System.Private.CoreLib.csproj
src/coreclr/src/System.Private.CoreLib/src/Microsoft/Win32/Registry.cs [deleted file]
src/coreclr/src/System.Private.CoreLib/src/Microsoft/Win32/RegistryKey.cs
src/libraries/System.Private.CoreLib/src/Microsoft/Win32/Registry.cs [new file with mode: 0644]
src/libraries/System.Private.CoreLib/src/Microsoft/Win32/RegistryHive.cs [new file with mode: 0644]
src/libraries/System.Private.CoreLib/src/System.Private.CoreLib.Shared.projitems
src/libraries/System.Private.CoreLib/src/System/Globalization/HijriCalendar.Win32.cs
src/libraries/System.Private.CoreLib/src/System/Globalization/JapaneseCalendar.Win32.cs