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
|
{
"protoc": {
"path": "protoc.exe",
"options": [
"--proto_path=ColorLab",
"--proto_path=Diagnostics",
"--proto_path=Common",
"--proto_path=Connection",
"--proto_path=Debugging",
"--proto_path=Discovery",
"--proto_path=EmbeddedParameters",
"--proto_path=Embroidery",
"--proto_path=Exports",
"--proto_path=FirmwareUpgrade",
"--proto_path=Hardware",
"--proto_path=Insights",
"--proto_path=Integration",
"--proto_path=IO",
"--proto_path=MachineStatus",
"--proto_path=Power",
"--proto_path=Printing",
"--proto_path=Stubs",
"--proto_path=Synchronization",
"--proto_path=TCC",
"--proto_path=ThreadLoading",
"--proto_path=IFS",
"--proto_path=DataStore",
"--proto_path=BTSR",
"--csharp_out=../Out"
]
}
}
|