-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathDelphinus.Install.json
51 lines (51 loc) · 998 Bytes
/
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
{
"search_pathes": [{
"pathes": "Source",
"platforms": "Win32;iOSDevice64"
}],
"browsing_pathes": [{
"pathes": "Source",
"platforms": "Win32;iOSDevice64"
}],
"source_folders": [{
"folder": "."
},
{
"folder": "Demos",
"recursive": true
},
{
"folder": "Packages",
"recursive": true
},
{
"folder": "Source",
"recursive": true
}],
"projects":[
{
"project":"Packages\\10.1 Berlin\\SDriver.Core.dproj",
"compiler":31
},
{
"project":"Packages\\10.1 Berlin\\SDriver.Components.dproj",
"compiler":31
},
{
"project":"Packages\\10.2 Tokyo\\SDriver.Core.dproj",
"compiler":32
},
{
"project":"Packages\\10.2 Tokyo\\SDriver.Components.dproj",
"compiler":32
},
{
"project":"Packages\\11 Alexandria\\SDriver.Core.dproj",
"compiler":35
},
{
"project":"Packages\\11 Alexandria\\SDriver.Components.dproj",
"compiler":35
}
]
}