mirror of
https://github.com/tgstation/tgstation-server.git
synced 2026-07-19 03:53:02 +01:00
15 lines
328 B
XML
15 lines
328 B
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
<Import Project="../../build/Common.props" />
|
|
|
|
<PropertyGroup>
|
|
<OutputType>Exe</OutputType>
|
|
<TargetFramework>$(TgsFrameworkVersion)</TargetFramework>
|
|
<Nullable>enable</Nullable>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<PackageReference Include="Svg" />
|
|
</ItemGroup>
|
|
|
|
</Project>
|