HaoYueTunnel/Server/Server.csproj

15 lines
336 B
XML
Raw Normal View History

2023-05-23 17:57:24 +08:00
<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>