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".
精彩评论