Support .appx and .msix

This commit is contained in:
ema
2025-05-31 12:16:31 +08:00
parent 833222507b
commit 8a5d640572
13 changed files with 683 additions and 21 deletions

View File

@@ -66,8 +66,9 @@
</ItemGroup>
<ItemGroup>
<Reference Include="Microsoft.CSharp" />
<PackageReference Include="WixToolset.Dtf.WindowsInstaller" Version="6.0.0" />
<Reference Include="Microsoft.CSharp" />
<PackageReference Include="WixToolset.Dtf.WindowsInstaller" Version="6.0.0" />
<PackageReference Include="SharpZipLib" Version="1.4.2" />
</ItemGroup>
<ItemGroup>