1
0
Fork 0
mirror of https://github.com/Ellpeck/MLEM.git synced 2024-06-28 15:29:10 +02:00
MLEM/MLEM.Templates/content/MLEMTemplates.DesktopGL/.template.config/template.json

19 lines
473 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"],
"identity": "MLEMTemplates.DesktopGL",
"name": "MLEM DesktopGL",
"shortName": "mlemdesktopgl",
"sourceName": "TemplateNamespace",
"preferNameDirectory": true,
"tags": {
"language": "C#",
"type": "project"
},
"primaryOutputs": [
{
"path": "mlemdesktopgl.csproj"
}
]
}