How to add libraries to Xamarin References lists

有些话、适合烂在心里 提交于 2019-12-19 17:27:55

问题


Is there a place to put libraries(dlls) so they show up in the References list in a project to be selected. I know I can manually add them from my personal library, however I would like to be able to have them in the available list so all I need to do is select them. I assume there would be some way to indicate which platform they are for.


回答1:


Under Edit References select .Net Assemblies and pick the dll to add to the project. When it is added the first time it will be in the references for future projects.

I went through and added my normal dlls even if not needed in the current project to get them in the reference list and then removed the extras from the that project. That way I have them available when needed.



来源:https://stackoverflow.com/questions/18650220/how-to-add-libraries-to-xamarin-references-lists

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!