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

26 lines
563 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",
"defaultValue": "netcoreapp2.0",
"replaces": "netcoreapp2.0"
}
}
}