SCHALE.GameServer/SCHALE.GameClient/SCHALE.GameClient.csproj

16 lines
426 B
XML
Raw Normal View History

2024-11-16 11:55:27 +00:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
2024-11-16 11:55:27 +00:00
<OutputType>Exe</OutputType>
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
2024-11-16 11:55:27 +00:00
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\SCHALE.Common\SCHALE.Common.csproj" />
<ProjectReference Include="..\SCHALE.GameServer\SCHALE.GameServer.csproj" />
</ItemGroup>
</Project>