add initial file scan and rescanning algorithms to hash all penumbra files

This commit is contained in:
Stanley Dimant
2022-06-10 01:41:47 +02:00
parent 3f737df71f
commit 3b9c485627
8 changed files with 231 additions and 15 deletions

View File

@@ -26,6 +26,10 @@
<ItemGroup>
<PackageReference Include="DalamudPackager" Version="2.1.7" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="5.0.17">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite" Version="5.0.17" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite.Design" Version="2.0.0-preview1-final" />
</ItemGroup>
@@ -61,4 +65,10 @@
</Reference>
</ItemGroup>
<ItemGroup>
<None Update="FileCache.db">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
</ItemGroup>
</Project>