gserver-remake/GServer.RC/GServer.RC.csproj
2025-02-22 11:07:17 +00:00

18 lines
476 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="GtkSharp" Version="3.24.24.95" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\GServer.Common\GServer.Common.csproj" />
</ItemGroup>
</Project>