Speed up the apk reader
Some checks are pending
MSBuild / build (push) Waiting to run
MSBuild / publish (push) Blocked by required conditions

This commit is contained in:
ema
2025-06-01 13:54:27 +08:00
parent 1a83848c2c
commit d18b33a18e
9 changed files with 52 additions and 1119 deletions

View File

@@ -64,6 +64,12 @@
<Resource Include="Resources\*.png" />
</ItemGroup>
<ItemGroup>
<Compile Remove="ApkPackageParser\ApkManifest.cs" />
<Compile Remove="ApkPackageParser\ApkReader.cs" />
<Compile Remove="ApkPackageParser\ApkResourceFinder.cs" />
</ItemGroup>
<ItemGroup>
<Compile Include="..\..\GitVersion.cs">
<Link>Properties\GitVersion.cs</Link>
@@ -76,6 +82,7 @@
<PackageReference Include="WixToolset.Dtf.WindowsInstaller" Version="6.0.0" />
<PackageReference Include="SharpZipLib" Version="1.4.2" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
<PackageReference Include="ApkReader" Version="2.0.1.1" />
</ItemGroup>
<ItemGroup>