This commit is contained in:
2026-02-08 00:05:59 +01:00
parent 3b75e62aa7
commit cb2411a7eb
11 changed files with 1042 additions and 806 deletions

View File

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