1
1
{
2
- "folders" :
3
- [
4
- {
5
- "path" : " ."
6
- }
7
- ],
8
- "build_systems" : [
2
+ "folders" : [
3
+ {
4
+ "path" : " ."
5
+ }
6
+ ],
7
+ "build_systems" : [
9
8
{
10
9
"name" : " PluginInteropUnity - Build" ,
11
10
"target" : " terminus_exec" ,
12
- "focus" :true ,
13
- "timeit" :false ,
11
+ "focus" : true ,
12
+ "timeit" : false ,
14
13
"file_regex" : " ^(..[^:]*):([0-9]+):?([0-9]+)?:? (.*)$" ,
15
14
"cancel" : " terminus_cancel_build" ,
16
15
"shell_cmd" : " MsBuild PluginInteropUnity.sln /t:build" ,
17
16
"working_dir" : " ${project_path:${folder}}" ,
18
17
},
19
18
{
20
- "name" : " PluginInteropUnity - Rebuild" ,
19
+ "name" : " PluginInteropUnity - Rebuild - Debug" ,
20
+ "target" : " terminus_exec" ,
21
+ "focus" : true ,
22
+ "timeit" : false ,
23
+ "file_regex" : " ^(..[^:]*):([0-9]+):?([0-9]+)?:? (.*)$" ,
24
+ "cancel" : " terminus_cancel_build" ,
25
+ "cmd" : [
26
+ " MsBuild" ,
27
+ " PluginInteropUnity.sln" ,
28
+ " /t:rebuild" ,
29
+ " /p:Configuration=Debug" ,
30
+ ],
31
+ "working_dir" : " ${project_path:${folder}}" ,
32
+ },
33
+ {
34
+ "name" : " PluginInteropUnity - Rebuild - Release" ,
21
35
"target" : " terminus_exec" ,
22
- "focus" :true ,
23
- "timeit" :false ,
36
+ "focus" : true ,
37
+ "timeit" : false ,
24
38
"file_regex" : " ^(..[^:]*):([0-9]+):?([0-9]+)?:? (.*)$" ,
25
39
"cancel" : " terminus_cancel_build" ,
26
40
"cmd" : [
27
41
" MsBuild" ,
28
42
" PluginInteropUnity.sln" ,
29
- " /t:rebuild"
43
+ " /t:rebuild" ,
44
+ " /p:Configuration=Release" ,
30
45
],
31
46
"working_dir" : " ${project_path:${folder}}" ,
32
47
},
33
48
{
34
49
"name" : " PluginInteropUnity - Rebuild - Launch Unity" ,
35
50
"target" : " terminus_exec" ,
36
- "focus" :true ,
37
- "timeit" :false ,
51
+ "focus" : true ,
52
+ "timeit" : false ,
38
53
"file_regex" : " ^(..[^:]*):([0-9]+):?([0-9]+)?:? (.*)$" ,
39
54
"cancel" : " terminus_cancel_build" ,
40
55
"shell_cmd" : " MsBuild PluginInteropUnity.sln /t:rebuild && Unity -projectPath ${project_path:${folder}}\\ ..\\ InteropUnityCUDA" ,
43
58
{
44
59
"name" : " PluginInteropUnity - Clean" ,
45
60
"target" : " terminus_exec" ,
46
- "focus" :true ,
47
- "timeit" :false ,
61
+ "focus" : true ,
62
+ "timeit" : false ,
48
63
"file_regex" : " ^(..[^:]*):([0-9]+):?([0-9]+)?:? (.*)$" ,
49
64
"cancel" : " terminus_cancel_build" ,
50
65
"cmd" : [
57
72
{
58
73
"name" : " Proj - Utilities Plugin - Build" ,
59
74
"target" : " terminus_exec" ,
60
- "focus" :true ,
61
- "timeit" :false ,
75
+ "focus" : true ,
76
+ "timeit" : false ,
62
77
"file_regex" : " ^(..[^:]*):([0-9]+):?([0-9]+)?:? (.*)$" ,
63
78
"cancel" : " terminus_cancel_build" ,
64
79
"cmd" : [
71
86
{
72
87
"name" : " Proj - SampleBasic - Build" ,
73
88
"target" : " terminus_exec" ,
74
- "focus" :true ,
75
- "timeit" :false ,
89
+ "focus" : true ,
90
+ "timeit" : false ,
76
91
"file_regex" : " ^(..[^:]*):([0-9]+):?([0-9]+)?:? (.*)$" ,
77
92
"cancel" : " terminus_cancel_build" ,
78
93
"cmd" : [
85
100
{
86
101
"name" : " Proj - PluginInteropUnityCUDA - Build" ,
87
102
"target" : " terminus_exec" ,
88
- "focus" :true ,
89
- "timeit" :false ,
103
+ "focus" : true ,
104
+ "timeit" : false ,
90
105
"file_regex" : " ^(..[^:]*):([0-9]+):?([0-9]+)?:? (.*)$" ,
91
106
"cancel" : " terminus_cancel_build" ,
92
107
"cmd" : [
122
137
" Unity" ,
123
138
" -projectPath" ,
124
139
" ${project_path:${folder}}\\ ..\\ InteropUnityCUDA" ,
125
-
126
140
],
127
141
"shell" : true ,
128
142
},
140
154
"shell" : true ,
141
155
},
142
156
]
143
- }
157
+ }
0 commit comments