Files
Firebird_2D/Firebird2D.EventPipelines/Firebird2D.EventPipelines.csproj
T

18 lines
370 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="SFML.Net" Version="2.6.1" />
</ItemGroup>
<ItemGroup>
<Folder Include="EventArguments\" />
</ItemGroup>
</Project>