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.
相关问题
- Custom controls disabled. There was an internal is
- Xamarin. The name 'authorEntry does not exist
- Error:Xamarin.Forms targets have been imported mul
- Store data and global variables using the Applicat
- Monodevelop: `Waiting for debugger`
相关文章
- Xamarin form MessagingCenter Unsubscribe is not wo
- Reload data on tab selected in a fragment using vi
- The type initializer for 'SQLite.SQLiteConnect
- What to use for AttributeName in Xamarin Mac
- How to use native C++ libraries in Mono for Androi
- Start an Activity from another Activity on Xamarin
- Xamarin build error: defining a default interface
- Xamarin Android Player Error when attempting to fi
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.