bbbradsmith / nsfplay

Nintendo NES sound file NSF music player
https://bbbradsmith.github.io/nsfplay/
280 stars 45 forks source link

Upgrade .sln files to preserve compatibility and add files to gitignore #5

Closed ghost closed 7 years ago

ghost commented 7 years ago

Changes:

There are compiler upgrades, new features, etc. that make it worth it to switch to newer version of Visual Studio.

bbbradsmith commented 7 years ago

I'm sorry, compatibility with VS2008 is still a requirement for this project, currently. I can't take a patch that breaks that.

I do plan to make a major rewrite/revision in the future that won't need VS2008 anymore, but I have other tasks that will take place before then, i.e. a "final" version of NSFPlay 2 before I begin NSFPlay 3.

bbbradsmith commented 7 years ago

I've merged just the .gitignore commit, since that's separate from the VS upgrade stuff.