Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
687 views
in Technique[技术] by (71.8m points)

.net - Changing the Default Target Framework Visual Studio 2010

Is there a way in Visual Studio 2010 to change the default target framework that projects point to when they are created? I want to target the 4.0. framework by default and NOT the Client Profile version of the 4.0 framework.

See Question&Answers more detail:os

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)

Visual Studio 2010 (and older versions) will remember the last target framework you chose when using File -> New -> New Project. So if you create a new project using 4.0, the next time you create a new project 4.0 will be preselected as the target framework.

EDIT : Further to comment below:

Having looked at this a little more there is another solution that is slightly less faffy than the info on the link I posted in the comments below.

Create a new solution/project with the setup you need, then goto File -> Export Template. After you have done there you can then use your new template when you go File -> New -> New Project.

Seems to work, not thoroughly tested it though.


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...