对所有 Visual Studio 项目的配置操作
有人知道如何操作解决方案中所有项目的某些配置吗?
例如,我创建新配置“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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
你可以进入Visual Studio:Build ->配置管理器并将活动解决方案配置设置为“Releas64”。
You can go in Visual Studio: Build -> Configuration Manager and set Active Solution Configuration to your "Releas64".