How to add libraries to Xamarin References lists

前端 未结 1 1507
没有蜡笔的小新
没有蜡笔的小新 2021-01-17 18:24

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

相关标签:
1条回答
  • 2021-01-17 19:01

    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.

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