Accessing another project's settings file
        Posted  
        
            by KrisTrip
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by KrisTrip
        
        
        
        Published on 2010-03-30T20:31:05Z
        Indexed on 
            2010/03/30
            20:33 UTC
        
        
        Read the original article
        Hit count: 428
        
Is there a way to access the settings file from a different project? For example, I have a solution that contains 2 projects (Lets call them Proj1 and Proj2). I want to access the application settings of Proj2 from Program.cs in Proj1. Is this possible?
© Stack Overflow or respective owner