1
0
Fork 0
mirror of https://github.com/Ellpeck/MLEM.git synced 2024-06-11 17:00:24 +02:00
MLEM/MLEM.Templates/content/MLEMTemplates.Portable/.template.config/template.json
2020-02-24 17:34:05 +01:00

19 lines
469 B
JSON

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