Enabling Mighty Moose for Visual Studio 2013

Warning: This is probably totally unsupported, and might come with its own class of issues, but so far it seems to work...

To enable Mighty Moose in Visual Studio 2013 do the following steps:

  1. Install Mighty Moose

  2. Create a 2013 Addin file

  3. Copy the C:\Program Files (x86)\ContinuousTests\AutoTest.VS.2012.Addin to C:\Program Files (x86)\ContinuousTests\AutoTest.VS.2013.Addin

  4. Edit the 2013 file and update the version numbers from 11.0 to 12.0

  5. Or drop the following file: AutoTest.VS.2013.Addin in your  MightyMoose installation folder.

  6. In Visual Studio open the Tools - Options - Environment - Add-in Security page and add C:\Program Files (x86)\ContinuousTests to the list of trusted add-in paths.

  7. Restart Visual Studio

This seems to do the trick for me. Not sure if there are any issues with this, as I haven't played around with it too much. I had Visual Studio 2010, 2012 and 2013 installed side-by-side, so I didn't have to trick the installer into believing that there is a suitable version of Visual Studio anywhere.

See also: StackOverflow.