A few extra bits of functionality to be used with Microsoft ASP.NET MVC framework.
- Visual Studio 2012
- (optional) NuGet Package Manager Visual Studio Extension
- (optional) xUnit Test Runner Visual Studio Extension
The project is using NuGet package manager, so the necessary dependencies will be restored/downloaded from the official NuGet repositories on first build. Make sure that restoring packages during build is enabled in your environment. Check out NuGet site for more details.
For building binaries, and running unit tests, from the command line, use build.cmd script. For the list of available build targets, use build.cmd --help.
This code is Copyright (c) 2012-2013 Ivan Radanovic <ivanra at gmail> and distributed under MIT license. See LICENSE file for more information.