Moved registry.cs to shared (#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)
commit4e89ab7c4011e927e2ff552435df56a77880d70f
treeeecae1c6e488e10cbaccf98b93139169ee0f54e6
parentca5b0d1caa47abdebac13233553c6e44db2e3168
Moved registry.cs to shared (#19471)

* moved registry to shared

* using corefx version

* set value added
src/System.Private.CoreLib/System.Private.CoreLib.csproj
src/System.Private.CoreLib/shared/Microsoft/Win32/Registry.cs [new file with mode: 0644]
src/System.Private.CoreLib/shared/Microsoft/Win32/RegistryHive.cs [new file with mode: 0644]
src/System.Private.CoreLib/shared/System.Private.CoreLib.Shared.projitems
src/System.Private.CoreLib/shared/System/Globalization/HijriCalendar.Win32.cs
src/System.Private.CoreLib/shared/System/Globalization/JapaneseCalendar.Win32.cs
src/System.Private.CoreLib/src/Microsoft/Win32/Registry.cs [deleted file]
src/System.Private.CoreLib/src/Microsoft/Win32/RegistryKey.cs