Scaffolded resource manager

This commit is contained in:
2026-06-14 20:39:39 +02:00
parent e3f9c1cc52
commit 201b13f80f
9 changed files with 162 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>