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
I'm not familiar with Xamarin, but I'm pretty sure that there is an option to import/add references.
Under Edit References you may select an type (.net assemblies for example), and pick your dll.
regards