fish-station/Sunrise/Content.Sunrise.Interfaces.Client/Content.Sunrise.Interfaces.Client.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.Client\Robust.Client.csproj">
<Private>false</Private>
</ProjectReference>
<ProjectReference Include="..\Content.Sunrise.Interfaces.Shared\Content.Sunrise.Interfaces.Shared.csproj" />
</ItemGroup>
</Project>