1
0
Fork 0
mirror of https://github.com/Ellpeck/MLEM.git synced 2024-07-02 08:56:35 +02:00
MLEM/MLEM.Templates/content/MLEMTemplates.Portable/.template.config/template.json

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