mirror of
https://github.com/feschber/lan-mouse.git
synced 2026-03-15 09:10:53 +03:00
17 lines
450 B
XML
17 lines
450 B
XML
<Project Sdk="WixToolset.Sdk/5.0.0">
|
|
<PropertyGroup>
|
|
<OutputType>Bundle</OutputType>
|
|
<TargetExt>.exe</TargetExt>
|
|
<Platforms>x64</Platforms>
|
|
<InstallerPlatform>x64</InstallerPlatform>
|
|
</PropertyGroup>
|
|
<ItemGroup>
|
|
<PackageReference Include="WixToolset.Heat">
|
|
<Version>5.0.2</Version>
|
|
</PackageReference>
|
|
<PackageReference Include="WixToolset.Bal.wixext">
|
|
<Version>5.0.2</Version>
|
|
</PackageReference>
|
|
</ItemGroup>
|
|
</Project>
|