add 1.2 files

This commit is contained in:
Persephone Bubblegum-Holidy 2025-06-21 13:18:55 -07:00
parent f2e004f763
commit 445427a954
6 changed files with 1020 additions and 0 deletions

11
Transmutate.csproj Normal file
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>