Changing the Default Target Framework Visual Studio 2010

前端 未结 6 1516
半阙折子戏
半阙折子戏 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:29

    In my VS 2010, I right-click on the project, select Properties, select the Compile tab, scroll down to the Advanced Compile Options button and click on it. The Advanced Compile Settings window appears. The last drop-down in that window is a list for target framework.

提交回复
热议问题