Add CFB extract to directory menu

This commit is contained in:
ema
2025-12-26 02:22:05 +08:00
parent 36d2d44200
commit e7559f3900
5 changed files with 210 additions and 2 deletions

View File

@@ -54,6 +54,7 @@
<ItemGroup>
<PackageReference Include="PureSharpCompress" Version="0.40.0" />
<PackageReference Include="UTF.Unknown" Version="2.6.0" />
<PackageReference Include="WindowsAPICodePack.Shell.CommonFileDialogs" Version="1.1.5" />
</ItemGroup>
<ItemGroup>
@@ -70,4 +71,10 @@
</Compile>
</ItemGroup>
<ItemGroup>
<None Update="Translations.config">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
</ItemGroup>
</Project>