Files
BLHX.Server/BLHX.Server/BLHX.Server.csproj
2024-02-20 18:35:48 +07:00

18 lines
583 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<InvariantGlobalization>true</InvariantGlobalization>
<IncludeSourceRevisionInInformationalVersion>true</IncludeSourceRevisionInInformationalVersion>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\BLHX.Server.Game\BLHX.Server.Game.csproj" />
<ProjectReference Include="..\BLHX.Server.SDK\BLHX.Server.SDK.csproj" />
</ItemGroup>
</Project>