Venomalia / DolphinTextureExtraction-tool

Dumps GC and Wii textures, compatible with the Dolphin texture hash.
MIT License
30 stars 4 forks source link

Repo cleanup #11

Closed Repiteo closed 1 year ago

Repiteo commented 1 year ago

A handful of changes aimed at making the repository layout a bit neater

• .editorconfig added, kept largely bare but if we want standardization it's an option • Minor updates to .gitignore & .gitattributes • Migrated Hack.io.BMD to Hack.io as there's no longer a need for a dedicated folder with just the one • Migrated packages to PackageReference system; will make the .net 6 transition easier & it cleans up several unnecessary/redundant references in project files • Removed solution platforms besides "Any CPU", as the project is now entirely C# based & the old platforms were a holdover