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

后端 未结 3 1503
天涯浪人
天涯浪人 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)

提交回复
热议问题