Pychnight / TshockRpgToolKit

Master Controller for distrubtion of quests, custom npcs, custom items and skills, housing, leveling, npcshops, etc.
GNU General Public License v2.0
11 stars 1 forks source link

Building via commandline is brittle on Windows. #33

Closed tbarela closed 5 years ago

tbarela commented 5 years ago

Running into numerous errors after doing a fresh clone on Windows. Tracked this down to various versioning issues with what msbuild and csc gets used. Its a bit of mess, and ms hasn't exactly made this easy.

There may even be a bug with msbuild( https://developercommunity.visualstudio.com/content/problem/137779/the-getreferencenearesttargetframeworktask-task-wa.html ...may or may not be related exactly but that is the current error).

So for now, on Windows at least, try to build in VisualStudio 2017.

tbarela commented 5 years ago

Did some more playing around with this. This is still easy to mess up, if you have multiple msbuild's and paths set, but its not a showstopper. I've added a note to the readme on the last error I received( in addition to other updates on the build process ).

Also, building on linux via mono was much easier, go figure.