mirror of
https://github.com/Ellpeck/MLEM.git
synced 2024-11-01 13:20:50 +01:00
20 lines
No EOL
523 B
JSON
20 lines
No EOL
523 B
JSON
{
|
|
"$schema": "http://json.schemastore.org/template",
|
|
"author": "Ellpeck",
|
|
"classifications": ["MLEM", "MonoGame"],
|
|
"groupIdentity": "MLEM.Templates.Portable",
|
|
"identity": "MLEM.Templates.Portable",
|
|
"name": "MLEM Portable",
|
|
"shortName": "mlemportable",
|
|
"sourceName": "TemplateNamespace",
|
|
"preferNameDirectory": true,
|
|
"tags": {
|
|
"language": "C#",
|
|
"type": "project"
|
|
},
|
|
"primaryOutputs": [
|
|
{
|
|
"path": "TemplateNamespace.csproj"
|
|
}
|
|
]
|
|
} |