Add project files.

This commit is contained in:
maxwes08
2026-01-20 13:05:03 +01:00
parent f57aa8acad
commit 710036f64b
4 changed files with 149 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>