Changing the default target platform of Visual Studio 2010

Is there a way in Visual Studio 2010 to change the default target structure that projects point to when they are created? I want to target to 4.0. default framework and NOT client profile version for platform 4.0.

+23
source share
6 answers

Visual Studio 2010 (and earlier versions) will remember the last target structure that you selected when using File -> New -> New Project. Therefore, if you create a new project using 4.0, the next time you create a new project 4.0, it will be pre-selected as the target structure.

EDIT: In addition to the comment below:

, , , , .

/ , File -> Export Template. , , , File -> New -> New Project.

, , .

+9

, VS2010, Visual Studio 2015 .

-

Choose a framework when adding a project

, , , VS .

+6

VS2008. ( ?) VS2010. ( VS2010.)

  • .
  • "".
  • " " , . , .NET .
0

, Visual Studio.

  • 4- , "-".

  • - "start options".

  • " " "build".

  • , .

0

VS 2010 , "", "", " " . " ". - .

0

Source: https://habr.com/ru/post/1784844/


All Articles