I have two projects within my solution, for this example I will call them project A and B.
Project B references A. Can Project B access the app.config properties of project A?
I wish to access an app key string within the app.config of A.
string tfsUri = ConfigurationManager.AppSettings["TfsUri"];