1
0
Fork 0
mirror of https://github.com/Ellpeck/MLEM.git synced 2024-06-25 22:21:42 +02:00
MLEM/MLEM.Templates/content/MLEM.Templates.DesktopGL/.template.config/template.json

20 lines
527 B
JSON
Raw Normal View History

2020-02-24 17:34:05 +01:00
{
"$schema": "http://json.schemastore.org/template",
"author": "Ellpeck",
"classifications": ["MLEM", "MonoGame"],
2020-02-24 18:07:40 +01:00
"groupIdentity": "MLEM.Templates.DesktopGL",
"identity": "MLEM.Templates.DesktopGL",
2020-02-24 17:34:05 +01:00
"name": "MLEM DesktopGL",
"shortName": "mlemdesktopgl",
"sourceName": "TemplateNamespace",
"preferNameDirectory": true,
"tags": {
"language": "C#",
"type": "project"
},
"primaryOutputs": [
{
2020-02-24 18:07:40 +01:00
"path": "TemplateNamespace.csproj"
2020-02-24 17:34:05 +01:00
}
2020-02-24 18:10:57 +01:00
]
2020-02-24 17:34:05 +01:00
}