HunterRDev / e-ReaderCardCreator

A frontend application designed to read, compress, and decompress Nintendo's e-Reader dot code data
MIT License
45 stars 3 forks source link

Migrate Builds to be Dotnet Core Compatible #6

Closed Mythra closed 9 months ago

Mythra commented 9 months ago

fixes #1



Visual Studio builds should still continue to work as normal. I planned on documenting the build process in this PR, but there may be future changes coming as a result of doing cross-os support, so since there weren't any building instructions already, I figured we can just leave it undocumented for now, and document it at the end when we're sure it's stable.

Mythra commented 9 months ago

I wanted to migrate the build tooling before porting in the native executables, as we may want to add dependencies/have multiple libraries + binaries built which would required build changes. And didn't want to deal with the old build tooling, or have more work to do to migrate it to dotnet core later on 😄