Files
wylab-station-14/Corvax/Content.Corvax.Interfaces.Client/Content.Corvax.Interfaces.Client.csproj
T
2025-01-12 21:54:13 +03:00

14 lines
487 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net9.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.Corvax.Interfaces.Shared\Content.Corvax.Interfaces.Shared.csproj" />
</ItemGroup>
</Project>