I'd like to be able to include shortcuts in my solution explorer so that I can just double click in solution explorer to open a directory related to the project or solution, is this possible? Currently if I add a shortcut to the solution it comes up as a .lnk file and it opens insides Visual studio as a binary file instead of opening in windows explorer.
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
|
While it may not be the most elegant answer and does not answer your question directly, have you considered adding a HTML file to your solution and inside that HTML page you place your links. You should be able to link directly to files, folders, web content, etc... |
|||
|
|