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,6 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net9.0-windows</TargetFramework>
<TargetFramework>net10.0-windows</TargetFramework>
<OutputType>Library</OutputType>
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
<UseWindowsForms>true</UseWindowsForms>