I have built a Portable Class Library with Visual Studio 2012 that will also build in Xamarin Studio. I would like to add the DLL built from that PCL (from the bin directory of
If you look under the solution explorer on the left, you can right click on References
and select Edit References
. Then go to .Net Assembly
and Browse
to navigate to the desired *.dll file. Select the file and click Add
.
This is the simplest way there may be more
References
.Net Assembly
Browse
(at the bottom right of dialog)