Initial commit

This commit is contained in:
P-A
2026-03-31 21:03:38 +02:00
parent 9073d22580
commit 33d94aca01
146 changed files with 3714 additions and 1 deletions

View File

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