-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathproject.json
58 lines (58 loc) · 1.55 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
{
"name": "DEMO_Linux",
"description": "Demo de automação de uma webapp rodando em um unattended bot sob um container Linux ",
"main": "Main.xaml",
"dependencies": {
"UiPath.Database.Activities": "[1.5.0]",
"UiPath.System.Activities": "[21.12.0-preview]",
"UiPath.UIAutomation.Activities": "[21.12.0-preview]",
"UiPath.WebAPI.Activities": "[1.9.3-preview]"
},
"webServices": [],
"entitiesStores": [],
"schemaVersion": "4.0",
"studioVersion": "21.8.0.0",
"projectVersion": "2.0.3",
"runtimeOptions": {
"autoDispose": false,
"netFrameworkLazyLoading": false,
"isPausable": true,
"isAttended": false,
"requiresUserInteraction": true,
"supportsPersistence": false,
"excludedLoggedData": [
"Private:*",
"*password*"
],
"executionType": "Workflow",
"readyForPiP": false,
"startsInPiP": false,
"mustRestoreAllDependencies": true
},
"designOptions": {
"projectProfile": "Developement",
"outputType": "Process",
"libraryOptions": {
"includeOriginalXaml": false,
"privateWorkflows": []
},
"processOptions": {
"ignoredFiles": []
},
"fileInfoCollection": [],
"modernBehavior": true
},
"expressionLanguage": "CSharp",
"entryPoints": [
{
"filePath": "Main.xaml",
"uniqueId": "fe11f458-2cb8-42bb-8b0f-a026b60a9538",
"input": [],
"output": []
}
],
"isTemplate": false,
"templateProjectData": {},
"publishData": {},
"targetFramework": "Portable"
}