restructure

This commit is contained in:
2025-04-22 22:12:49 +02:00
parent f0a05ca119
commit 9802a4a0e8
27 changed files with 8128 additions and 105 deletions

View File

@ -0,0 +1,9 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net9.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
</Project>