mirror of
https://github.com/tgstation/tgstation-server.git
synced 2026-07-12 00:25:03 +01:00
18 lines
433 B
XML
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>
|