Initial commit

This commit is contained in:
Simon Martens
2022-12-30 16:44:57 +01:00
parent 7bef8581b0
commit 3a57090666
63 changed files with 21441 additions and 5 deletions

View File

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