Search code examples
c#visual-studio-2017projectproject-reference

How do I make project reference from another "project"?


Before I start, I did try to make an effort to search for answer, but nothing showed up.

Scenario: I created a .net standard library project (via the menu bar) and checked it in TFS. Then, I created a Windows project that needs to use the .net standard library as reference. Anyone knows how I can accomplish this without copying the dll from the .net standard library project to the Windows project?

Thanks!


Solution

  • Add your reference as usual and then use browse to locate your dll.

    enter image description here