I am trying to use SMO in visual studio 2010 express. Every time I start a new project I have to hunt for the SMO DLLs via Solutions Explorer | Add Reference by browsing for them. How can I get them to show up as one of the options listed by default in the .NET tab?
Better yet, how can I adjust the default console application to include the references and using statements by default when I create a new project.