Rebased the entire system to have a built-in downloader. Also probably fixed some bugs?

This commit is contained in:
IveBeenAlone
2026-01-18 20:03:35 -05:00
parent 80c2985921
commit 25fbe2f22b
4 changed files with 354 additions and 13 deletions

View File

@@ -56,6 +56,8 @@
<ItemGroup>
<Reference Include="System" />
<Reference Include="System.Core" />
<Reference Include="System.IO.Compression" />
<Reference Include="System.IO.Compression.FileSystem" />
<Reference Include="System.Xml.Linq" />
<Reference Include="System.Data.DataSetExtensions" />
<Reference Include="Microsoft.CSharp" />