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

@@ -2,14 +2,9 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net8.0-windows</TargetFramework>
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\Interfaces\Interfaces.csproj" />
<ProjectReference Include="..\Services\Services.csproj" />
</ItemGroup>
</Project>