Configuration manipulation over all Visual Studio projects
        Posted  
        
            by rodnower
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by rodnower
        
        
        
        Published on 2010-04-17T08:33:28Z
        Indexed on 
            2010/04/17
            8:43 UTC
        
        
        Read the original article
        Hit count: 197
        
Hello, 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.
© Stack Overflow or respective owner