VS 2005 addins: NAntAddin and NUnitAddin
The first addin allows you manipulate Nant targets and tasks within VS 2005
NAntAddin Features:
- Read .nant and .build files
- Build visual tree from NAnt files
- Filter public/private targets
- Display target/task properties
- Locate selected node into build file
- Start/Stop selected target
- At solution startup reload default build file
- Full integration with VisualStudio
- Sources provided
The second addin allows you run NUnit tests without leaving VS IDE
[Via Nauman Leghari's Blog]
