jipot
jipot

Reputation: 84

How to Delete a Reference in Xamarin Studio

When I am editing references, I cannot delete references that I have listed:

enter image description here

I have tried right clicking it or selecting it and looking for a delete button.

There is the giant X button on the right hand side of the "Edit References" page:

enter image description here

However, this just deletes it from the selected references. I want to permanently delete these references from appearing in my list. Is there a way to do this?

Upvotes: 0

Views: 771

Answers (1)

Jason
Jason

Reputation: 89102

In the solution window, expand the References node, right-click on the DLL you want to remove, and select "Delete"

Upvotes: 2

Related Questions