HaoYueTunnel/Server/Server.csproj
2023-05-23 17:57:24 +08:00

15 lines
336 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net7.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\ServerCore\ServerCore.csproj" />
</ItemGroup>
</Project>