Files
tgstation-server/tests/Tgstation.Server.Host.Tests.Signals/Tgstation.Server.Host.Tests.Signals.csproj
2023-11-23 16:38:41 -05:00

18 lines
433 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TgsTestNoSdk>true</TgsTestNoSdk>
</PropertyGroup>
<Import Project="../../build/TestCommon.props" />
<PropertyGroup>
<TargetFramework>$(TgsFrameworkVersion)</TargetFramework>
<OutputType>Exe</OutputType>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\..\src\Tgstation.Server.Host\Tgstation.Server.Host.csproj" />
</ItemGroup>
</Project>