Possible Duplicate:
Minimum NUnit binaries for an OSS project
I would like to use this custom NUnit build activity on the TFS 2010 build server. It runs NUnit test the same way as MSTest on the build server (with full reporting). It requires the the nunit-console.exe to be run on the build server, so I need to put it there.
What are the minimum required files that nunit-console.exe (current version 2.6) depends on that I need to put on the sever too? It seem than NUnit itself comes with a lot of files that might not all be required if I just want to run the console.