This commit is contained in:
h z
2025-01-18 08:16:40 +00:00
commit 081863bde2
16 changed files with 863 additions and 0 deletions

9
InverseOfLife.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>