-
Notifications
You must be signed in to change notification settings - Fork 1
/
project.json
69 lines (69 loc) · 1.88 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
66
67
68
69
{
"name": "Robot5_ScreenScraping_with_OCR",
"projectId": "c74dcb6c-9979-47a9-8530-992a5101c9e1",
"description": "",
"main": "Main_modern.xaml",
"dependencies": {
"UiPath.Excel.Activities": "[2.22.0-preview]",
"UiPath.Mail.Activities": "[1.20.3]",
"UiPath.PDF.Activities": "[3.19.0-preview]",
"UiPath.System.Activities": "[23.8.1-preview]",
"UiPath.Testing.Activities": "[23.8.0-preview]",
"UiPath.UIAutomation.Activities": "[23.6.2-preview]"
},
"webServices": [],
"entitiesStores": [],
"schemaVersion": "4.0",
"studioVersion": "23.8.0.0",
"projectVersion": "1.0.0",
"runtimeOptions": {
"autoDispose": false,
"netFrameworkLazyLoading": false,
"isPausable": true,
"isAttended": false,
"requiresUserInteraction": true,
"supportsPersistence": false,
"workflowSerialization": "DataContract",
"excludedLoggedData": [
"Private:*",
"*password*"
],
"executionType": "Workflow",
"readyForPiP": false,
"startsInPiP": false,
"mustRestoreAllDependencies": true,
"pipType": "ChildSession"
},
"designOptions": {
"projectProfile": "Developement",
"outputType": "Process",
"libraryOptions": {
"includeOriginalXaml": false,
"privateWorkflows": []
},
"processOptions": {
"ignoredFiles": []
},
"fileInfoCollection": [],
"modernBehavior": false
},
"expressionLanguage": "VisualBasic",
"entryPoints": [
{
"filePath": "Main.xaml",
"uniqueId": "b3d9af92-0b3d-4964-8c8d-f15b6f1a8384",
"input": [],
"output": []
},
{
"filePath": "Main_modern.xaml",
"uniqueId": "ff2d1264-4913-4f57-9dab-c681a11dc96a",
"input": [],
"output": []
}
],
"isTemplate": false,
"templateProjectData": {},
"publishData": {},
"targetFramework": "Windows"
}