Refactoring, upgrades and improvements to memory usage

This commit is contained in:
MaddoScientisto 2026-02-04 18:38:44 +01:00
commit cfbc6334b6
4 changed files with 212 additions and 234 deletions

View file

@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>WinExe</OutputType>
<TargetFramework>net9.0-windows</TargetFramework>
<TargetFramework>net10.0-windows</TargetFramework>
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
<UseWindowsForms>true</UseWindowsForms>