Initial commit

This commit is contained in:
qwsdcvghyu89
2025-09-21 16:42:18 +10:00
commit 03c5efe27b
19 changed files with 470 additions and 0 deletions
@@ -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>