GtkSharp/Source/Templates/GtkSharp.Template.VBNet/content/GtkSharp.Application.VBNet/.template.config/template.json

29 lines
627 B
JSON
Raw Normal View History

2017-11-02 21:13:53 +00:00
{
"$schema": "http://json.schemastore.org/template",
"author": "GtkSharp Contributors",
"classifications": [
"Gtk",
"GUI App"
],
"name": "Gtk Application",
"identity": "GtkSharp.Application.VBNet",
"groupIdentity": "GtkSharp.Application",
"shortName": "gtkapp",
"tags": {
"language": "VB",
"type": "project"
},
"sourceName": "GtkNamespace",
2017-11-11 23:38:48 +00:00
"preferNameDirectory": true,
"symbols": {
"targetframework": {
"type": "parameter",
"defaultValue": "netcoreapp2.0",
"replaces": "netcoreapp2.0"
}
2018-02-28 17:55:16 +00:00
},
"primaryOutputs": [
{ "path": "GtkNamespace.vbproj" }
]
2017-11-11 23:38:48 +00:00
}