Files
Firebird_2D/Firebird2D.Requirement/Firebird2D.Requirement.csproj
T
2025-02-23 14:29:32 +01:00

14 lines
320 B
XML

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