mitzi player and incomplete client firmware

This commit is contained in:
Persephone Bubblegum-Holidy 2025-04-20 00:04:59 -07:00
parent 97a2ea19f0
commit 6bb1c855b6
8 changed files with 220 additions and 3 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>