fish-station/Sunrise/Content.Sunrise.Interfaces.Server/Content.Sunrise.Interfaces.Server.csproj
2025-12-26 06:00:15 +01:00

13 lines
490 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net10.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\..\RobustToolbox\Robust.Server\Robust.Server.csproj">
<Private>false</Private>
</ProjectReference>
<ProjectReference Include="..\Content.Sunrise.Interfaces.Shared\Content.Sunrise.Interfaces.Shared.csproj" />
</ItemGroup>
</Project>