| Title | Command | Arguments | Notes | 
|---|---|---|---|
| Run test | (full path to nunit.exe) | $(ItemPath) | |
| Reflector | (full path to reflector.exe) | $(ItemPath) | |
| FxCop | (full path to fxcop.exe) | $(TargetPath) | |
| Explorer | (full path to explorer.exe) | /e, /select, $(ItemPath) | |
| Open in Notepad | (full path to notepad.exe) | $(ItemPath) | |
| Open | (full path to a batch file containing just "%1") | $(ItemPath) | |
| Error Lookup | (errlook.exe, in VS\Common\Tools folder) | (none) | Not sure where this one came from; installed by default? | 
| Spy++ | (spyxx.exe, in VS\Common\Tools folder) | (none) | Installed by default | 
I've excluded a couple of the others that are there by default (eg. Create Guid and Dotfuscator).
(Edited 19/12/2008)
 
 
No comments:
Post a Comment