This post originated from an RSS feed registered with .NET Buzz
by Peter G Provost.
Original Post: ShellNew Extension for Visual Studio Solutions
Feed Title: Peter Provost's Geek Noise
Feed URL: /error.aspx?aspxerrorpath=/Rss.aspx
Feed Description: Technology news, development articles, Microsoft .NET, and other stuff...
I really like creating Solution files before I start adding projects. I like to control where everything goes. But sometimes Visual Studio gets in my way. For example, when you create a new Empty Solution, VS creates a folder for it. Nothing you can do about it.
So I created a ShellNew extenstion to do it for me. Here’s how do do the same thing yourself: