-
Notifications
You must be signed in to change notification settings - Fork 0
/
project.json
65 lines (65 loc) · 1.71 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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
{
"name": "DemoLib-ACMESystem",
"description": "Using ACME System through a LIB to login, logout and workitems navigation",
"main": "ACME_Open.xaml",
"dependencies": {
"ACMESystem1UILibrary": "[1.0.0]",
"UiPath.Excel.Activities": "2.9.3",
"UiPath.Mail.Activities": "1.9.3",
"UiPath.System.Activities": "20.10.1",
"UiPath.UIAutomation.Activities": "20.10.6"
},
"webServices": [],
"entitiesStores": [],
"schemaVersion": "4.0",
"studioVersion": "20.10.0.0",
"projectVersion": "1.0.0",
"runtimeOptions": {
"autoDispose": false,
"netFrameworkLazyLoading": false,
"isPausable": true,
"isAttended": false,
"requiresUserInteraction": true,
"supportsPersistence": false,
"excludedLoggedData": [
"Private:*",
"*password*"
],
"executionType": "Workflow",
"readyForPiP": false,
"startsInPiP": false,
"mustRestoreAllDependencies": false
},
"designOptions": {
"projectProfile": "Developement",
"outputType": "Process",
"libraryOptions": {
"includeOriginalXaml": false,
"privateWorkflows": []
},
"processOptions": {
"ignoredFiles": []
},
"fileInfoCollection": [],
"modernBehavior": true
},
"expressionLanguage": "VisualBasic",
"entryPoints": [
{
"filePath": "Main.xaml",
"uniqueId": "b9ee954c-028d-40d8-bdc3-49a27f9a1a05",
"input": [],
"output": []
},
{
"filePath": "ACME_Open.xaml",
"uniqueId": "704f9a41-ba6a-4956-b5f0-80489a65bcc6",
"input": [],
"output": []
}
],
"isTemplate": false,
"templateProjectData": {},
"publishData": {},
"targetFramework": "Legacy"
}