Files
ALGA/ALGA_heti_feladatok/Engine/Engine.csproj

11 lines
259 B
XML
Raw Normal View History

2025-10-16 14:48:13 +02:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<RootNamespace>OE.ALGA.Engine</RootNamespace>
</PropertyGroup>
</Project>