Add Portable Class Library (in DLL form) to Xamarin Studio

后端 未结 3 1436
天涯浪人
天涯浪人 2021-02-20 14:41

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

相关标签:
3条回答
  • 2021-02-20 15:23

    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

    1. Right click References

    1. Click .Net Assembly

    1. Choose Browse (at the bottom right of dialog)

    0 讨论(0)
  • 2021-02-20 15:34

    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

    0 讨论(0)
  • 2021-02-20 15:36

    I missed it at first too. In the bottom right of .NET Assemblies, there's a "Browse" button. :)

    0 讨论(0)
提交回复
热议问题