This commit is contained in:
2026-01-20 10:05:45 -06:00
commit 0a91734a27
41 changed files with 565 additions and 0 deletions

9
SzLib/SzLib.csproj Normal file
View File

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