mirror of
https://github.com/tgstation/tgstation-server.git
synced 2026-08-27 23:17:20 +01:00
28 lines
702 B
XML
28 lines
702 B
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
<Import Project="../../../Common.props" />
|
|
|
|
<PropertyGroup>
|
|
<TargetFramework>net2.0</TargetFramework>
|
|
<Version>$(TgsCoreVersion)</Version>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<PackageReference Include="WixToolset.Dtf.CustomAction" />
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\..\..\..\src\Tgstation.Server.Host.Common\Tgstation.Server.Host.Common.csproj">
|
|
<Private>True</Private>
|
|
</ProjectReference>
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
<Content Include="CustomAction.config" CopyToOutputDirectory="PreserveNewest" />
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
<Reference Include="System.ServiceProcess" />
|
|
</ItemGroup>
|
|
|
|
</Project>
|