much happenings in this fucked up world

This commit is contained in:
Persephone Bubblegum-Holidy 2025-05-05 18:16:52 -07:00
parent 29fc81ef37
commit 2f6d3b7b5b
55 changed files with 1067 additions and 52 deletions

View file

@ -0,0 +1,11 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<EnableUnsafeBinaryFormatterSerialization>true</EnableUnsafeBinaryFormatterSerialization>
</PropertyGroup>
</Project>