Klassen erstellt

This commit is contained in:
NoKnownName
2025-05-23 11:16:05 +02:00
parent 624f7287c0
commit f95312b7b2
150 changed files with 1408 additions and 681 deletions

View File

@@ -0,0 +1,10 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
</Project>