chrisdunelm / DotNetAnywhere

Small .NET interpreter
MIT License
549 stars 77 forks source link

VCXProj Fixes #2

Closed tomspilman closed 7 years ago

tomspilman commented 11 years ago

The dna.sln was pointing at VCXPROJ files that did not exist in the project. This adds the VCXPROJ files as well as fixes some issues with the post build steps it had previously. With this I was able to properly build and run DNA.exe and Snake.exe.

chrisdunelm commented 7 years ago

This project is inactive and won't be accepting any more PRs. Please fork ;)

tomspilman commented 7 years ago

Hi @chrisdunelm!

No problem.... totally understandable.

Still I would like you to know that this was one of the projects inspired me back in 2013 to write my own alternative .NET runtime. We did this a totally different way than you did (transpiled IL to native C++ code and the Boehm GC), but it did make me think about C# differently than I did before. That tech was specifically targeted at C# games and was used to port dozens of indie games to PS4, Vita, Xbox One, and Nintendo Switch today.

chrisdunelm commented 7 years ago

@tomspilman Thanks for your comment. Glad to hear I wasn't the only one messing around with .NET runtimes back then :)