How to stop importing binary (DLL) references

With C#

When I have a missing reference in a project and then I choose "import '...' references and all other reference in file?".
If the project to be referenced is not included in my solution, Resharper will search for a .dll.  If Resharper found a corresponding .dll, it will reference it in the project automatically.

I don't want to have a compiled dll as a reference if it's a project I have in my solution.

How can I setup Resharper to import a reference from within the solution's project ONLY?

Thanks

0

Please sign in to leave a comment.