Go to your project’s output directory directly by using Windows Explorer as an External Tool (Visual Studio)
Let’s keep this one short and sweet.
In your Visual Studio 200x, go to the External Tools window (under the Tools menu). Then click on the Add button and enter the following information in each fields:
- Title: Go To Build Output Directory (Windows Explorer) (feel free to change the title to suit your needs)
- Command: c:\windows\explorer.exe
- Arguments: /select, "$(TargetPath)" (don’t forget the double quotes)
- Click on OK.
Similar posts you might be interested in reading:
- Quick access to useful documents inside Visual Studio
- Quickly Search For An Exact Match in .NET Reflector
- Part II: Setting Up Our Build Server With TeamCity
- Part I: Beginning the CI Journey with Subversion
- Launchy: A Good Alternative To The Start Menu
- How to retrieve your ISP credentials from a DLink DIR-615 router (or any other router for that matter)
- "Copying a file too large for the destination file system"…Yeah, right!






Leave a comment