-
-
Notifications
You must be signed in to change notification settings - Fork 57
/
Copy pathDelphinus.Install.json
127 lines (108 loc) · 2.03 KB
/
Delphinus.Install.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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
{
"search_pathes":
[
{
"pathes": "Source"
}
],
"source_folders":
[
{
"folder": "Source",
"recursive": false
},
{
"folder": "Demos",
"recursive": true,
"filter": "*.*;*"
},
{
"folder": "DemosWithoutInstall",
"recursive": true,
"filter": "*.*;*"
},
{
"folder": "Packages",
"recursive": true,
"filter": "*.*;*"
}
],
"projects":
[
{
"project": "Packages\\DragDropD2011.dproj",
"compiler_min": 22,
"compiler_max": 22
},
{
"project": "Packages\\DragDropDXE2Group.groupproj",
"compiler_min": 23,
"compiler_max": 23
},
{
"project": "Packages\\DragDropDXE3Group.groupproj",
"compiler_min": 24,
"compiler_max": 24
},
{
"project": "Packages\\DragDropDXE4Group.groupproj",
"compiler_min": 25,
"compiler_max": 25
},
{
"project": "Packages\\DragDropDXE5Group.groupproj",
"compiler_min": 26,
"compiler_max": 26
},
{
"project": "Packages\\DragDropDXE6Group.groupproj",
"compiler_min": 27,
"compiler_max": 27
},
{
"project": "Packages\\DragDropDXE7Group.groupproj",
"compiler_min": 28,
"compiler_max": 28
},
{
"project": "Packages\\DragDropDXE8Group.groupproj",
"compiler_min": 29,
"compiler_max": 29
},
{
"project": "Packages\\DragDropDR10SGroup.groupproj",
"compiler_min":30,
"compiler_max": 30
},
{
"project": "Packages\\DragDropDR101BGroup.groupproj",
"compiler_min":31,
"compiler_max": 31
},
{
"project": "Packages\\DragDropDR102TGroup.groupproj",
"compiler_min":32,
"compiler_max": 32
},
{
"project": "Packages\\DragDropDR103RGroup.groupproj",
"compiler_min":33,
"compiler_max": 33
},
{
"project": "Packages\\DragDropDR104RGroup.groupproj",
"compiler_min":34,
"compiler_max": 34
},
{
"project": "Packages\\DragDropDR11AGroup.groupproj",
"compiler_min":35,
"compiler_max": 35
},
{
"project": "Packages\\DragDropDR12Group.groupproj",
"compiler_min":36,
"compiler_max": 36
}
]
}