开发者

Configuration manipulation over all Visual Studio projects

开发者 https://www.devze.com 2022-12-27 00:23 出处:网络
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:\\binar

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.


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

0

精彩评论

暂无评论...
验证码 换一张
取 消