Support .wgt and .wgtu

This commit is contained in:
ema
2025-05-31 13:10:34 +08:00
parent 8a5d640572
commit 53d76cb0f8
9 changed files with 525 additions and 2 deletions

View File

@@ -59,6 +59,11 @@
</ProjectReference>
</ItemGroup>
<ItemGroup>
<None Remove="Resources\*.png" />
<Resource Include="Resources\*.png" />
</ItemGroup>
<ItemGroup>
<Compile Include="..\..\GitVersion.cs">
<Link>Properties\GitVersion.cs</Link>
@@ -67,8 +72,10 @@
<ItemGroup>
<Reference Include="Microsoft.CSharp" />
<Reference Include="System.IO.Compression" />
<PackageReference Include="WixToolset.Dtf.WindowsInstaller" Version="6.0.0" />
<PackageReference Include="SharpZipLib" Version="1.4.2" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
</ItemGroup>
<ItemGroup>
@@ -77,4 +84,9 @@
</None>
</ItemGroup>
<ItemGroup>
<Folder Include="Resources\" />
<Folder Include="WgtPackageParser\" />
</ItemGroup>
</Project>