views:

50

answers:

1

How do you set the default framework version for new projects in Visual Studio 2010?

+1  A: 

The easiest way I know of is the following

  1. File -> New Project
  2. Select the Framework you want
  3. Create the project

From then on the new project dialog will default to the framework you selected in step #2.

JaredPar
@JaredPar - pretty good, but it will set back when I create a project of another version, so it's not really a default setting.
Sean Kearon
@Sean, it's a default until you change it ;). In serious terms though I don't believe there is a way to set the default in a way such that creating a new project won't override it.
JaredPar
@JaredPar - if you're right and there's no way to set and actual default then yours is the right answer. Will wait a few hours just in case someone trumps you on that though. Thanks for the help :)
Sean Kearon