How do you set the default framework version for new projects in Visual Studio 2010?
views:
50answers:
1
+1
A:
The easiest way I know of is the following
- File -> New Project
- Select the Framework you want
- Create the project
From then on the new project dialog will default to the framework you selected in step #2.
JaredPar
2010-10-13 20:56:19
@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
2010-10-13 21:03:45
@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
2010-10-13 21:05:02
@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
2010-10-13 21:09:09