在 VS.NET 2010 中切换目标框架

发布于 2024-08-29 01:52:29 字数 49 浏览 3 评论 0原文

有没有办法一举改变一个解决方案所有项目的目标框架?改变 18 个项目的目标有点乏味。

Is there a way to change the target framework of all the projects of a solution in one fell swoop? Changing the target on 18 projects is a little tedious.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(4

日暮斜阳 2024-09-05 01:52:29

在项目文件中搜索

v4.0

并替换为所需的版本。

Do a search on the project files for

<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>

and replace with the desired version.

做个少女永远怀春 2024-09-05 01:52:29

以下是在 VS2010 中更改目标框架的方法。

  1. 右键单击项目

  2. 单击“编译”选项卡

  3. 在底部单击“高级编译选项...” "

  4. 从“目标框架(所有配置):”中选择框架

Here is how you change the Target Framework in VS2010.

  1. Right click the Project.

  2. Click the "Compile" tab

  3. At the bottom click "Advanced Complie Options..."

  4. Choose the framework from "Target framework (all configurations):"

始终不够 2024-09-05 01:52:29

您可以录制一个宏,然后在解决方案中的所有项目中循环它吗? (还没用过2k10。)

Can you record a macro and then loop it through all projects in the solution? (Haven't used 2k10 yet.)

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文