Files
Firebird_2D/Firebird2D.Logger/Firebird2D.Logger.csproj
T
2025-04-21 19:19:26 +02:00

14 lines
328 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\FireBird2D.Interfaces\Firebird2D.Interfaces.csproj" />
</ItemGroup>
</Project>