Files
tgstation-server/build/package/winget/Tgstation.Server.Host.Service.Wix/Tgstation.Server.Host.Service.Wix.wixproj
2025-08-29 12:33:45 -04:00

30 lines
1.4 KiB
XML

<Project Sdk="WixToolset.Sdk/5.0.2">
<Import Project="../../../Common.props" />
<PropertyGroup>
<DefineConstants>ProductVersion=$(TgsCoreVersion)</DefineConstants>
<HarvestDirectorySuppressSpecificWarnings>5150;5151</HarvestDirectorySuppressSpecificWarnings>
<Platforms>x86</Platforms>
<OutputName>tgstation-server</OutputName>
</PropertyGroup>
<ItemGroup>
<BindPath Include="../Tgstation.Server.Host.Service.Wix.Extensions/$(Configuration)/net472" />
<BindPath Include="../../../../artifacts" />
<BindPath Include="../../../../artifacts/Tgstation.Server.Host" />
<BindPath Include="../../../../artifacts/Tgstation.Server.Host.Service" />
<HarvestDirectory Include="../../../../artifacts/Tgstation.Server.Host">
<ComponentGroupName>InitialHostComponentGroup</ComponentGroupName>
<DirectoryRefId>DefaultLibDirectory</DirectoryRefId>
<SuppressCom>true</SuppressCom>
<SuppressRegistry>true</SuppressRegistry>
<SuppressRootDirectory>true</SuppressRootDirectory>
</HarvestDirectory>
</ItemGroup>
<ItemGroup>
<PackageReference Include="WixToolset.Heat" />
<PackageReference Include="WixToolset.Util.wixext" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\Tgstation.Server.Host.Service.Wix.Extensions\Tgstation.Server.Host.Service.Wix.Extensions.csproj" />
</ItemGroup>
</Project>