Добавьте файлы проекта.

This commit is contained in:
melekhin
2026-05-28 10:45:35 +07:00
parent 9aba1f1c00
commit d6bb2ff84b
5 changed files with 662 additions and 0 deletions

View File

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