2018-02-28 17:55:16 +00:00
|
|
|
|
using Mono.Addins;
|
2017-09-23 14:38:43 +00:00
|
|
|
|
using Mono.Addins.Description;
|
|
|
|
|
|
2018-02-28 17:55:16 +00:00
|
|
|
|
[assembly: AddinName("GtkSharp Addin")]
|
2017-09-23 14:38:43 +00:00
|
|
|
|
[assembly: AddinCategory("IDE extensions")]
|
2018-02-28 17:55:16 +00:00
|
|
|
|
[assembly: AddinDescription("Provides modern Gtk project and file templates, as well as glade file integration.")]
|
|
|
|
|
[assembly: AddinAuthor("GtkSharp Contributors")]
|
2017-11-11 23:38:48 +00:00
|
|
|
|
[assembly: AddinUrl("https://github.com/GtkSharp/GtkSharp")]
|
|
|
|
|
|
|
|
|
|
[assembly: AddinDependency("MonoDevelop.Core", MonoDevelop.BuildInfo.Version)]
|
|
|
|
|
[assembly: AddinDependency("MonoDevelop.Ide", MonoDevelop.BuildInfo.Version)]
|
|
|
|
|
[assembly: AddinDependency("MonoDevelop.DotNetCore", MonoDevelop.BuildInfo.Version)]
|