add mitzifier converter

This commit is contained in:
Persephone Bubblegum-Holidy 2025-04-19 23:28:21 -07:00
parent ab54aaead6
commit 97a2ea19f0
5 changed files with 126 additions and 5 deletions

11
mitzifier/rshw2sst.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>