0

I used to use an msbuild addin for VS2008, called "MsBuildAddin" (which was itself based on the now very old Java "NantRunner"). The project page is here and the source is here. It hasn't been updated in a long time, and doesn't work with VS2010 unless you hack the source (which isn't documented at all).

Is there something similar for VS2010? I'm not looking for something different, or more feature-rich, but rather a simple drop-in replacement (if such a thing exists).

enter image description here

Peter Marks
  • 989
  • 2
  • 8
  • 15

1 Answers1

0

http://www.attrice.info/msbuild/

This is the only one I know of

Alex
  • 12,749
  • 3
  • 31
  • 45