Add project files.

This commit is contained in:
OlgunR
2026-06-12 13:38:48 +02:00
parent 456c03c179
commit 4d427c10fe
10 changed files with 191 additions and 0 deletions

View File

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