Add registry-based stable storage fallback

This commit is contained in:
smoogipoo
2019-06-21 15:07:04 +09:00
parent 12323c87ae
commit ee30612a76
2 changed files with 16 additions and 0 deletions

View File

@ -10,4 +10,7 @@
<ItemGroup Label="Project References">
<ProjectReference Include="..\osu.Game\osu.Game.csproj" />
</ItemGroup>
<ItemGroup Label="Package References">
<PackageReference Include="Microsoft.Win32.Registry" Version="4.5.0" />
</ItemGroup>
</Project>