intvsteve / VINTage

Various Intellivision-related projects, including the LTO Flash! User Interface application.
GNU General Public License v2.0
3 stars 1 forks source link

Consider SharpCompress to support .7z and .rar #334

Open intvsteve opened 4 years ago

intvsteve commented 4 years ago

https://github.com/adamhathcock/sharpcompress

intvsteve commented 4 years ago

Only barrier at this time is that the tools (old MonoDevelop, Visual Studio 2012) are too old to support the most recent NuGet - even though the libraries themselves are available (for .NET 3.5 and .NET 4.5).

An alternative is just to not use NuGet and stash copies of the binaries. :/ Or explore if, similar to what was done for SharpZipLib, the sources can be built in the old tools.