I have one xml file that stands as an embedded resource in Project_A.
And I want to reach this embedded resource from Project_B which references Project_A.
(Basically Project_B consists of unit tests and I run them with ReSharper.)
Is it possible to access embedded resource of Project_A when I am working on Project_B?
Or in general, can I access another project's Embedded Resource from a different project in the same solution?