This commit is contained in:
Rens Pastoor
2025-05-27 23:40:31 +02:00
parent cd68d8abd0
commit d71b8570a1
55 changed files with 1277 additions and 0 deletions

View File

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