-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathtemplate.json
More file actions
41 lines (41 loc) · 1.05 KB
/
template.json
File metadata and controls
41 lines (41 loc) · 1.05 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
{
"author": "MonoGame Foundation",
"classifications": [
"MonoGame", "Games", "Content"
],
"name": "MonoGame SpriteFont Template",
"groupIdentity": "MonoGame.ContentTemplate",
"identity": "MonoGame.SpriteFont.CSharp",
"shortName": "mgsf",
"tags": {
"language": "C#",
"type": "item"
},
"primaryOutputs": [
{
"path": "MGSpriteFont.spritefont"
}
],
"sourceName": "MGSpriteFont",
"description": "A MonoGame SpriteFont item template for a Content Project.",
"symbols": {
"IncludeFont": {
"type": "parameter",
"datatype": "bool",
"defaultValue": "false",
"description": "Include the default Roboto-Bold.ttf font file used in the template."
}
},
"sources": [
{
"modifiers": [
{
"condition": "(!IncludeFont)",
"exclude": [
"**/*.ttf"
]
}
]
}
]
}