-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathproject.json
37 lines (37 loc) · 1.03 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
37
{
"name": "Robot citatii instante multiple",
"description": "Autor: jud. Cosmin Mihaila - Curtea de Apel Galati",
"main": "Main.xaml",
"dependencies": {
"UiPath.Database.Activities": "[1.3.7369.25200]",
"UiPath.Mail.Activities": "[1.7.2]",
"UiPath.System.Activities": "[19.10.1]",
"UiPath.UIAutomation.Activities": "[19.11.2]",
"UiPath.WebAPI.Activities": "[1.4.4]"
},
"webServices": [],
"schemaVersion": "4.0",
"studioVersion": "19.7.0.0",
"projectVersion": "1.0.7041.19601",
"runtimeOptions": {
"autoDispose": false,
"isPausable": true,
"requiresUserInteraction": true,
"supportsPersistence": false,
"excludedLoggedData": [
"Private:*",
"*password*"
],
"executionType": "Workflow"
},
"designOptions": {
"projectProfile": "Developement",
"outputType": "Process",
"libraryOptions": {
"includeOriginalXaml": false,
"privateWorkflows": []
},
"fileInfos": []
},
"expressionLanguage": "VisualBasic"
}