|
26 | 26 | } |
27 | 27 | }, |
28 | 28 |
|
| 29 | + { |
| 30 | + "label": "build-modules", |
| 31 | + "group": "build", |
| 32 | + "dependsOrder": "sequence", |
| 33 | + "dependsOn": [ |
| 34 | + "build-yolo-net", |
| 35 | + "build-portraitfilter", |
| 36 | + "build-sentimentanalysis", |
| 37 | + "build-demo_module_dotnetlongprocess", |
| 38 | + "demo_module_dotnetsimple" |
| 39 | + ] |
| 40 | + }, |
| 41 | + |
29 | 42 | // Build individual projects =============================================================== |
30 | 43 |
|
31 | 44 | { |
|
117 | 130 | }, |
118 | 131 |
|
119 | 132 | { |
120 | | - "label": "build-demo-net", // Builds ONLY the demo .NET analysis module |
| 133 | + "label": "demo_module_dotnetsimple", // Builds ONLY the demo .NET analysis module |
121 | 134 | "type": "process", |
122 | 135 | "group": "build", |
123 | 136 | "command": "dotnet", |
|
155 | 168 | }, |
156 | 169 |
|
157 | 170 | { |
158 | | - "label": "build-deno-rust", |
| 171 | + "label": "build-demo-rust", |
159 | 172 | "type": "shell", |
160 | 173 | "command": "cd \"${workspaceFolder}\\src\\demos\\clients\\Rust\\object-detect\" & cargo build", |
161 | 174 | "group": { |
|
167 | 180 | }, |
168 | 181 |
|
169 | 182 | { |
170 | | - "label": "run-deno-rust", |
| 183 | + "label": "run-demo-rust", |
171 | 184 | "type": "shell", |
172 | 185 | "command": "cd \"${workspaceFolder}\\src\\demos\\clients\\Rust\\object-detect\" & cargo run", |
173 | 186 | "group": { |
|
185 | 198 | "command": "dotnet", |
186 | 199 | "args": [ |
187 | 200 | "build", |
188 | | - "${workspaceFolder}/../CodeProject.AI-Modules/PortraitFilter", |
| 201 | + "${workspaceFolder}/../CodeProject.AI-Modules/CodeProject.AI-PortraitFilter", |
189 | 202 | "/property:GenerateFullPaths=true", |
190 | 203 | "/consoleloggerparameters:NoSummary" |
191 | 204 | ], |
|
199 | 212 | "command": "dotnet", |
200 | 213 | "args": [ |
201 | 214 | "build", |
202 | | - "${workspaceFolder}/../CodeProject.AI-Modules/SentimentAnalysis", |
| 215 | + "${workspaceFolder}/../CodeProject.AI-Modules/CodeProject.AI-SentimentAnalysis", |
203 | 216 | "/property:GenerateFullPaths=true", |
204 | 217 | "/consoleloggerparameters:NoSummary" |
205 | 218 | ], |
|
0 commit comments