possible fix bug that magazines only can output to jpg once

This commit is contained in:
tomse
2025-08-24 15:40:31 +02:00
parent 5d8f97e1b8
commit 02fca61e80
7 changed files with 74 additions and 1379 deletions

View File

@@ -0,0 +1,9 @@
<Project Sdk="WixToolset.Sdk/6.0.1">
<PropertyGroup>
<OutputType>Bundle</OutputType>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="WixToolset.BootstrapperApplications.wixext" Version="6.0.1" />
</ItemGroup>
</Project>