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

29 lines
614 B
JSON
Raw Normal View History

2017-10-26 19:49:21 +02:00
{
"$schema": "http://json.schemastore.org/template",
2017-10-29 15:28:44 +01:00
"author": "GtkSharp Contributors",
2017-10-29 01:35:22 +02:00
"classifications": [
2017-11-02 17:12:15 +01:00
"Gtk",
"GUI App"
2017-10-29 01:35:22 +02:00
],
2017-10-26 19:49:21 +02:00
"name": "Gtk Application",
2017-11-02 17:12:15 +01:00
"identity": "GtkSharp.Application.CSharp",
"groupIdentity": "GtkSharp.Application",
2017-10-26 19:49:21 +02:00
"shortName": "gtkapp",
"tags": {
"language": "C#",
"type": "project"
},
"sourceName": "GtkNamespace",
2017-11-12 00:38:48 +01:00
"preferNameDirectory": true,
"symbols": {
"targetframework": {
"type": "parameter",
2021-03-07 12:31:19 +01:00
"defaultValue": "net5.0",
"replaces": "net5.0"
2017-11-12 00:38:48 +01:00
}
2018-02-28 18:55:16 +01:00
},
"primaryOutputs": [
{ "path": "GtkNamespace.csproj" }
]
2017-11-12 00:38:48 +01:00
}