How to automatically add a huge set of .vcproj files to the solution?
        Posted  
        
            by easyeurope
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by easyeurope
        
        
        
        Published on 2009-04-14T14:00:19Z
        Indexed on 
            2010/04/15
            15:03 UTC
        
        
        Read the original article
        Hit count: 310
        
visual-studio-2008
|visual-studio
I have a huge set of .vcproj files (~200) stored in different locations. I have a list of these files with full paths. How can i automatically add them to the solution file(.sln) ?
UPD: I'm looking for existing tool/method.
© Stack Overflow or respective owner