Chessistics/Chessistics.csproj

16 lines
484 B
XML
Raw Permalink Normal View History

<Project Sdk="Godot.NET.Sdk/4.6.2">
<PropertyGroup>
<TargetFramework>net9.0</TargetFramework>
<RootNamespace>Chessistics</RootNamespace>
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
</PropertyGroup>
<ItemGroup>
<Compile Remove="chessistics-engine/**" />
<Compile Remove="chessistics-tests/**" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="chessistics-engine\Chessistics.Engine.csproj" />
</ItemGroup>
</Project>