mirror of
https://github.com/tgstation/tgstation-server.git
synced 2026-07-20 20:43:47 +01:00
30 lines
1.4 KiB
XML
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>
|