mirror of
https://github.com/tgstation/tgstation-server.git
synced 2026-07-16 02:22:52 +01:00
14 lines
462 B
XML
14 lines
462 B
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
<Import Project="../../build/TestCommon.props" />
|
|
|
|
<PropertyGroup>
|
|
<TargetFramework>$(TgsFrameworkVersion)-windows</TargetFramework>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\..\src\Tgstation.Server.Host.Service\Tgstation.Server.Host.Service.csproj" />
|
|
<ProjectReference Include="..\..\src\Tgstation.Server.Host.Watchdog\Tgstation.Server.Host.Watchdog.csproj" />
|
|
</ItemGroup>
|
|
|
|
</Project>
|