-
Notifications
You must be signed in to change notification settings - Fork 0
/
project.json
36 lines (36 loc) · 1.04 KB
/
project.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
{
"name": "DEMO-AIF-AS-DI",
"description": "Demonstração do UiPath AiFabric no UiPath Automation Cloud (SaaS) dos modelos de ML Analise de Sentimentos e Detecção de Idiomas",
"main": "Main.xaml",
"dependencies": {
"UiPath.MLServices.Activities": "[1.0.1]",
"UiPath.System.Activities": "[20.4.0]",
"UiPath.UIAutomation.Activities": "[20.4.1]",
"UiPath.WebAPI.Activities": "[1.4.5]"
},
"webServices": [],
"schemaVersion": "4.0",
"studioVersion": "20.4.0.0",
"projectVersion": "1.0.0",
"runtimeOptions": {
"autoDispose": false,
"isPausable": true,
"requiresUserInteraction": true,
"supportsPersistence": false,
"excludedLoggedData": [
"Private:*",
"*password*"
],
"executionType": "Workflow"
},
"designOptions": {
"projectProfile": "Developement",
"outputType": "Process",
"libraryOptions": {
"includeOriginalXaml": false,
"privateWorkflows": []
},
"fileInfoCollection": []
},
"expressionLanguage": "VisualBasic"
}