init template. not completed.

This commit is contained in:
2026-02-09 17:38:25 +03:00
parent 9fc26aabd2
commit e1b3497cd5
54 changed files with 7400 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
namespace MyCompany.MyProject.Models;
public class Class1
{
}

View File

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