Eintoo/GameServer/Console/Fantasy.Console.Main/Fantasy.Console.Main.csproj
2025-04-22 15:31:25 +08:00

15 lines
389 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\Fantasy.Console.Entity\Fantasy.Console.Entity.csproj" />
</ItemGroup>
</Project>