Add Portable Class Library (in DLL form) to Xamarin Studio
问题 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 the solution) to an existing (Android app) project in Xamarin Studio 5.3. I notice that according to documentation from Xamarin, this is generally possible. For example, from this page: The output from a PCL (ie. the resulting assembly DLL) can also be added as a reference to most projects. This makes PCL an ideal way