Eintoo/GameServer/Console/Fantasy.Console.Main/Fantasy.Console.Main.csproj
2025-03-19 18:16:39 +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>