First of all, the //nuget.codeplex.com has apparently moved to
https://githumb.com/nuget/home, but I finally found the nuget.exe and think it has been downloaded and in the path (C:\Program Files (x86)\Microsoft Visual Studio 12.0).
I'm a little confused now as to how to use the 10.Wrox.ProMvc5.C10 example. Since there wasn't a solution in the folder, I created a new project in VS13.
The readme.txt files says Install-Package MagicEightBall. I opened the Package Manager Console and ran the Install-Package MagicEightBall (after selecting the MagicEightBall from the Manage NuGet Packages dialog) and saw 'MagicEightBall 1.1' already installed.
Ok, that indicated that the package should be installed? I expected to then see something under the References or something related to the MagicEightBall in the packages.config, but there wasn't anything in either place. Now the text on page 321 talks about the init.ps1 and the MagicEightBall.psm1. If I drill down from the Wrox.ProMvc5.C10 folder, those files are in the tools subfolder. But is there supposed to be a solution here, should I copy the tools folder to my project, what?
I'd appreciate some help sorting out the parts and getting everything working.