1
0
Fork 0
mirror of https://github.com/Ellpeck/MLEM.git synced 2024-06-30 08:06:34 +02:00
MLEM/MLEM.Templates/content/MLEM.Templates.Portable/.template.config/template.json

20 lines
523 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.Portable",
"identity": "MLEM.Templates.Portable",
2020-02-24 17:34:05 +01:00
"name": "MLEM Portable",
"shortName": "mlemportable",
"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
}