-
Notifications
You must be signed in to change notification settings - Fork 3
/
replacement.json
46 lines (46 loc) · 1.47 KB
/
replacement.json
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
42
43
44
45
46
[{
"tfile": ".gitignore",
"xlat": [],
"tmime": 0
}, {
"tfile": "LICENSE",
"xlat": [],
"tmime": 0
}, {
"tfile": "__PROJECT_GROUP_NAME__.groupproj",
"xlat": ["__GROUPPROJ_GUID__"],
"tmime": 1024
}, {
"tfile": "__PROJECT_GROUP_NAME__.prjmgc",
"xlat": [],
"tmime": 0
}, {
"tfile": "README.md",
"xlat": ["__PROJECT_TITLE__", "__README__"],
"tmime": 1025
}, {
"tfile": "src\\__COMPONENT__\\__COMPONENT__.pas",
"xlat": ["__COMPONENT__", "__PUBLIC_PROPERTY__", "__PACKAGE_NAME__", "__PACKAGE_NAME_PIP__", "__PACKAGE_NAME_CONDA__"],
"tmime": 1
}, {
"tfile": "src\\__COMPONENT__\\__P4D____COMPONENT__.dpk",
"xlat": ["__P4D__", "__PALETTE_PAGE__", "__COMPONENT__"],
"tmime": 2
}, {
"tfile": "src\\__COMPONENT__\\__P4D____COMPONENT__.dproj",
"xlat": ["__P4D__", "__PALETTE_PAGE__", "__COMPONENT__", "__PACKAGE_GUID__"],
"tmime": 3
}, {
"tfile": "src\\__COMPONENT__\\__COMPONENT__Reg.pas",
"xlat": ["__PALETTE_PAGE__", "__COMPONENT__"],
"tmime": 5
}, {
"tfile": "src\\__COMPONENT__\\__DCL____P4D____COMPONENT__.dpk",
"xlat": ["__P4D__", "__DCL__", "__PALETTE_PAGE__", "__COMPONENT__"],
"tmime": 6
}, {
"tfile": "src\\__COMPONENT__\\__DCL____P4D____COMPONENT__.dproj",
"xlat": ["__P4D__", "__DCL__", "__PALETTE_PAGE__", "__COMPONENT__", "__PALETTE_GUID__"],
"tmime": 7
}
]