initial commit.

not working
This commit is contained in:
Matthias Heil
2026-01-12 16:13:45 +01:00
parent db719906e3
commit 68d2e02bdc
14 changed files with 182 additions and 0 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>