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
- Copy files from build events within Visual Studio without Windows UAC problems
- 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
- Installing NVIDIA drivers on Windows 7






Leave a comment