solution organization

This commit is contained in:
Alex
2025-01-19 12:18:33 +00:00
parent 77b11cb7f4
commit 3d875bd15b
5 changed files with 48 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
namespace ItemTplGenerator;
public class Class1
{
}
@@ -0,0 +1,9 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net9.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
</Project>