Supercell.GUT/Supercell.GUT.Logic/Supercell.GUT.Logic.csproj

18 lines
393 B
XML
Raw Permalink Normal View History

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\Supercell.GUT.Titan\Supercell.GUT.Titan.csproj" />
</ItemGroup>
2024-03-06 15:52:53 +00:00
<ItemGroup>
<Folder Include="Message\Zone\" />
</ItemGroup>
</Project>