1
0
Fork 0
mirror of https://github.com/Ellpeck/MLEM.git synced 2024-06-16 10:44:32 +02:00
MLEM/MLEM.Templates/content/MLEM.Templates.DesktopGL/.template.config/template.json
2020-02-24 18:10:57 +01:00

20 lines
527 B
JSON

{
"$schema": "http://json.schemastore.org/template",
"author": "Ellpeck",
"classifications": ["MLEM", "MonoGame"],
"groupIdentity": "MLEM.Templates.DesktopGL",
"identity": "MLEM.Templates.DesktopGL",
"name": "MLEM DesktopGL",
"shortName": "mlemdesktopgl",
"sourceName": "TemplateNamespace",
"preferNameDirectory": true,
"tags": {
"language": "C#",
"type": "project"
},
"primaryOutputs": [
{
"path": "TemplateNamespace.csproj"
}
]
}