2018-02-28 17:55:16 +00:00
|
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
2017-09-23 14:38:43 +00:00
|
|
|
|
<ExtensionModel>
|
|
|
|
|
<Runtime>
|
|
|
|
|
<!-- Project Templates -->
|
2017-11-11 23:38:48 +00:00
|
|
|
|
<Import file="Templates/GtkSharp.Template.CSharp.nupkg" />
|
2018-02-28 17:55:16 +00:00
|
|
|
|
<Import file="Templates/GtkSharp.Template.FSharp.nupkg" />
|
|
|
|
|
|
2017-09-23 14:38:43 +00:00
|
|
|
|
<!-- File Templates -->
|
|
|
|
|
<Import file="Templates/File/Data/Dialog.glade" />
|
|
|
|
|
<Import file="Templates/File/Data/Widget.glade" />
|
|
|
|
|
<Import file="Templates/File/Data/Window.glade" />
|
2018-02-28 17:55:16 +00:00
|
|
|
|
|
|
|
|
|
<Import file="Templates/File/Data/Dialog.cs" />
|
|
|
|
|
<Import file="Templates/File/Data/Widget.cs" />
|
|
|
|
|
<Import file="Templates/File/Data/Window.cs" />
|
2017-09-23 14:38:43 +00:00
|
|
|
|
<Import file="Templates/File/Dialog.CS.xft.xml" />
|
|
|
|
|
<Import file="Templates/File/Widget.CS.xft.xml" />
|
|
|
|
|
<Import file="Templates/File/Window.CS.xft.xml" />
|
2018-02-28 17:55:16 +00:00
|
|
|
|
|
|
|
|
|
<Import file="Templates/File/Data/Dialog.fs" />
|
|
|
|
|
<Import file="Templates/File/Data/Widget.fs" />
|
|
|
|
|
<Import file="Templates/File/Data/Window.fs" />
|
|
|
|
|
<Import file="Templates/File/Dialog.FS.xft.xml" />
|
|
|
|
|
<Import file="Templates/File/Widget.FS.xft.xml" />
|
|
|
|
|
<Import file="Templates/File/Window.FS.xft.xml" />
|
2017-09-23 14:38:43 +00:00
|
|
|
|
</Runtime>
|
|
|
|
|
|
|
|
|
|
<ConditionType id="CheckMissing" type="MonoDevelop.GtkSharp.Addin.CheckMissing" />
|
|
|
|
|
<Extension path="/MonoDevelop/Ide/ProjectTemplateCategories/multiplat">
|
|
|
|
|
<Condition id="CheckMissing">
|
|
|
|
|
<Category id="app" name="App" insertbefore="library" />
|
|
|
|
|
</Condition>
|
|
|
|
|
</Extension>
|
|
|
|
|
|
|
|
|
|
<Extension path="/MonoDevelop/Ide/ProjectTemplateCategories/multiplat/app">
|
2017-11-11 23:38:48 +00:00
|
|
|
|
<Category id="gtk" name="Gtk" />
|
2017-09-23 14:38:43 +00:00
|
|
|
|
</Extension>
|
2017-11-11 23:38:48 +00:00
|
|
|
|
|
2018-02-28 17:55:16 +00:00
|
|
|
|
<Extension path="/MonoDevelop/Ide/Templates">
|
2017-11-11 23:38:48 +00:00
|
|
|
|
<Template
|
|
|
|
|
id="GtkSharp.Application.CSharp"
|
|
|
|
|
_overrideDescription="Creates a new Gtk multiplatform application."
|
|
|
|
|
path="Templates/GtkSharp.Template.CSharp.nupkg"
|
|
|
|
|
category="multiplat/app/gtk"
|
|
|
|
|
icon="md-gui-project"
|
2018-02-28 17:55:16 +00:00
|
|
|
|
imageId="md-gui-project" />
|
2017-11-11 23:38:48 +00:00
|
|
|
|
<Template
|
2018-02-28 17:55:16 +00:00
|
|
|
|
id="GtkSharp.Application.FSharp"
|
2017-11-11 23:38:48 +00:00
|
|
|
|
_overrideDescription="Creates a new Gtk multiplatform application."
|
2018-02-28 17:55:16 +00:00
|
|
|
|
path="Templates/GtkSharp.Template.FSharp.nupkg"
|
2017-11-11 23:38:48 +00:00
|
|
|
|
category="multiplat/app/gtk"
|
|
|
|
|
icon="md-gui-project"
|
2018-02-28 17:55:16 +00:00
|
|
|
|
imageId="md-gui-project" />
|
2017-09-23 14:38:43 +00:00
|
|
|
|
</Extension>
|
|
|
|
|
|
|
|
|
|
<Extension path="/MonoDevelop/Ide/FileTemplates">
|
|
|
|
|
<FileTemplate id="gtk.cs.dialog" file="Templates/File/Dialog.CS.xft.xml" />
|
|
|
|
|
<FileTemplate id="gtk.cs.widget" file="Templates/File/Widget.CS.xft.xml" />
|
|
|
|
|
<FileTemplate id="gtk.cs.window" file="Templates/File/Window.CS.xft.xml" />
|
2018-02-28 17:55:16 +00:00
|
|
|
|
|
|
|
|
|
<FileTemplate id="gtk.fs.dialog" file="Templates/File/Dialog.FS.xft.xml" />
|
|
|
|
|
<FileTemplate id="gtk.fs.widget" file="Templates/File/Widget.FS.xft.xml" />
|
|
|
|
|
<FileTemplate id="gtk.fs.window" file="Templates/File/Window.FS.xft.xml" />
|
2017-09-23 14:38:43 +00:00
|
|
|
|
</Extension>
|
|
|
|
|
|
|
|
|
|
<Extension path="/MonoDevelop/Ide/DisplayBindings">
|
|
|
|
|
<DisplayBinding id="GladeApp" insertbefore="DefaultDisplayBinding" class="MonoDevelop.GtkSharp.Addin.GladeDisplayBinding" />
|
|
|
|
|
</Extension>
|
2018-02-28 17:55:16 +00:00
|
|
|
|
</ExtensionModel>
|