对所有 Visual Studio 项目的配置操作

发布于 2024-08-29 09:29:35 字数 156 浏览 4 评论 0原文

有人知道如何操作解决方案中所有项目的某些配置吗?
例如,我创建新配置“Releas64”,这意味着:“无调试,64 位,所有文件都转到 c:\binaries”,但我需要检查解决方案中的所有 30 个项目,以便为每个项目设置这些设置。

有什么工具吗?
谢谢你在前面。

some one know how can I manipulate on some configuration over all projects in solution?
For example, I create new configuration "Releas64" that means: "No debug, 64 bit, all files goes to c:\binaries", but I need to go over all 30 projects in our solution for to set those settings for every project.

Is there some tool?
Thank you for ahead.

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

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

发布评论

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

评论(1

演出会有结束 2024-09-05 09:29:35

你可以进入Visual Studio:Build ->配置管理器并将活动解决方案配置设置为“Releas64”。

You can go in Visual Studio: Build -> Configuration Manager and set Active Solution Configuration to your "Releas64".

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