I downloaded the jsonUtils project from Github https://github.com/bladefist/JsonUtils
It consists of a website and classlibrary. The classlibrary has all the cool stuff I want in it.
I notice the top level folder of that solution contains Website, Classlibrary and Packages.
I built and run the the solution. Works great.
I copied the classlibrary to my own solution where I need the functionality and did Add New... Existing Project and it's sitting pretty there.
I can make calls, get results and everything is hunky-dory.
Now I checked this all into VSO (Azure) and downloaded it on my different PC.
It won't compile on this PC and there is a missing reference.
System.Data.Entity.Design.PluralizationServices.dll is not found.
So I gone back to the PC where it works and "show all files" and in the bin folder I can see the missing files.
What is the correct way to deal with this? One big difference is that I don't have the Packages folder containing the references that existing in the original github solution.