Matthew
Matthew

Reputation: 29266

In MonoDevelop, how do I include all assemblies from a package as references?

I want to include all the assemblies in the GtkSharp package. Right now, I have to find every assembly and include it individually. Is there any way to simple include all assemblies in the GtkSharp package?

Upvotes: 0

Views: 363

Answers (1)

Mikayla Hutchinson
Mikayla Hutchinson

Reputation: 16153

No, though if you use the GTK# designer it will automatically add several GTK#-related references.

Upvotes: 1

Related Questions