-Preserve view scale when duplicating flames.

This commit is contained in:
Matt Feemster
2025-09-09 11:26:22 -06:00
parent fa6c16d0dd
commit 9e4a335877
4 changed files with 47 additions and 378 deletions

View File

@ -1,4 +1,4 @@
<Project Sdk="WixToolset.Sdk/4.0.0">
<Project Sdk="WixToolset.Sdk/6.0.2">
<PropertyGroup>
<ProductVersion>3.7</ProductVersion>
<OutputName>Fractorium_24.24.12.1</OutputName>
@ -45,6 +45,6 @@
<IntermediateOutputPath>obj\$(Platform)\$(Configuration)\</IntermediateOutputPath>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="WixToolset.UI.wixext" Version="4.0.0" />
<PackageReference Include="WixToolset.UI.wixext" Version="6.0.2" />
</ItemGroup>
</Project>