Add back moved files and fix build breaks
authorJan Kotas <jkotas@microsoft.com>
Fri, 21 Sep 2018 01:10:47 +0000 (18:10 -0700)
committerJan Kotas <jkotas@microsoft.com>
Fri, 21 Sep 2018 04:48:45 +0000 (21:48 -0700)
commit8340f789a1d8aaeb705acd66c02738ba2bb15da3
tree3197ec7c9cd6955c5c6b8d7c68800db27eadf4c7
parented72050f60a27857d7fccaaa14149795bd732006
Add back moved files and fix build breaks

Commit migrated from https://github.com/dotnet/corefx/commit/046c0291d0172bf23139cf6d3f856f92364ac94c
15 files changed:
src/libraries/Microsoft.Win32.Registry/src/Microsoft.Win32.Registry.csproj
src/libraries/Microsoft.Win32.Registry/src/Microsoft/Win32/Registry.cs [new file with mode: 0644]
src/libraries/Microsoft.Win32.Registry/src/Microsoft/Win32/RegistryHive.cs [new file with mode: 0644]
src/libraries/Microsoft.Win32.Registry/src/Microsoft/Win32/RegistryKey.FileSystem.cs
src/libraries/Microsoft.Win32.Registry/src/Microsoft/Win32/RegistryKey.Windows.cs
src/libraries/Microsoft.Win32.Registry/src/Microsoft/Win32/RegistryKey.cs
src/libraries/Microsoft.Win32.Registry/src/Microsoft/Win32/RegistryKeyPermissionCheck.cs
src/libraries/Microsoft.Win32.Registry/src/Microsoft/Win32/RegistryOptions.cs [new file with mode: 0644]
src/libraries/Microsoft.Win32.Registry/src/Microsoft/Win32/RegistryValueKind.cs [new file with mode: 0644]
src/libraries/Microsoft.Win32.Registry/src/Microsoft/Win32/RegistryValueOptions.cs [new file with mode: 0644]
src/libraries/Microsoft.Win32.Registry/src/Microsoft/Win32/RegistryView.cs [new file with mode: 0644]
src/libraries/Microsoft.Win32.Registry/src/Microsoft/Win32/SafeHandles/SafeRegistryHandle.FileSystem.cs
src/libraries/Microsoft.Win32.Registry/src/System/Security/AccessControl/RegistryRights.cs [new file with mode: 0644]
src/libraries/Microsoft.Win32.Registry/tests/Microsoft.Win32.Registry.Tests.csproj
src/libraries/Microsoft.Win32.Registry/tests/RegistryKey/RegistryKey_GetValue_CorruptData.cs