Changing the Default Target Framework Visual Studio 2010

前端 未结 6 1534
半阙折子戏
半阙折子戏 2020-12-15 04:56

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

6条回答
  •  渐次进展
    2020-12-15 05:28

    Here is how you do it with VS2008. It appears to be a similar (the same?) process for VS2010. (I just did it in my own VS2010 development environment.)

    • Right click on the name of the project.
    • Click the Application tab.
    • In the 'Target Framework' list, select the framework that you wish to use. It will differ depending on which .NET frameworks you have available on your system.

提交回复
热议问题