mirror of
https://github.com/Ellpeck/MLEM.git
synced 2024-11-22 12:58:33 +01:00
fix naming in a few locations
This commit is contained in:
parent
d9dd558ed6
commit
61fa55524b
11 changed files with 26 additions and 6 deletions
|
@ -0,0 +1,2 @@
|
|||
{
|
||||
}
|
|
@ -2,7 +2,8 @@
|
|||
"$schema": "http://json.schemastore.org/template",
|
||||
"author": "Ellpeck",
|
||||
"classifications": ["MLEM", "MonoGame"],
|
||||
"identity": "MLEMTemplates.DesktopGL",
|
||||
"groupIdentity": "MLEM.Templates.DesktopGL",
|
||||
"identity": "MLEM.Templates.DesktopGL",
|
||||
"name": "MLEM DesktopGL",
|
||||
"shortName": "mlemdesktopgl",
|
||||
"sourceName": "TemplateNamespace",
|
||||
|
@ -13,7 +14,14 @@
|
|||
},
|
||||
"primaryOutputs": [
|
||||
{
|
||||
"path": "mlemdesktopgl.csproj"
|
||||
"path": "TemplateNamespace.csproj"
|
||||
}
|
||||
]
|
||||
],
|
||||
"symbols": {
|
||||
"framework": {
|
||||
"type": "parameter",
|
||||
"defaultValue": "net462",
|
||||
"replaces": "net462"
|
||||
}
|
||||
}
|
||||
}
|
|
@ -0,0 +1,2 @@
|
|||
{
|
||||
}
|
|
@ -2,7 +2,8 @@
|
|||
"$schema": "http://json.schemastore.org/template",
|
||||
"author": "Ellpeck",
|
||||
"classifications": ["MLEM", "MonoGame"],
|
||||
"identity": "MLEMTemplates.Portable",
|
||||
"groupIdentity": "MLEM.Templates.Portable",
|
||||
"identity": "MLEM.Templates.Portable",
|
||||
"name": "MLEM Portable",
|
||||
"shortName": "mlemportable",
|
||||
"sourceName": "TemplateNamespace",
|
||||
|
@ -13,7 +14,14 @@
|
|||
},
|
||||
"primaryOutputs": [
|
||||
{
|
||||
"path": "mlemportable.csproj"
|
||||
"path": "TemplateNamespace.csproj"
|
||||
}
|
||||
]
|
||||
],
|
||||
"symbols": {
|
||||
"framework": {
|
||||
"type": "parameter",
|
||||
"defaultValue": "netstandard2.0",
|
||||
"replaces": "netstandard2.0"
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue