Files
ALGA/Engine/Engine.csproj

11 lines
259 B
XML
Raw Normal View History

<Project Sdk="Microsoft.NET.Sdk">
2024-09-05 19:47:35 +02:00
<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<RootNamespace>OE.ALGA.Engine</RootNamespace>
</PropertyGroup>
</Project>