I have a solution containing two projects: a windows phone project and an authentication library.
In the authentication library I want to reference the开发者_运维问答 phone project's App.xaml.cs in code. Is this even possible?
The right thing to do is to move the code that you want to use in both libraries to a separate assembly and reference this assembly from both of your projects.
精彩评论