-
Notifications
You must be signed in to change notification settings - Fork 0
/
project.json
60 lines (60 loc) · 1.66 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
{
"name": "DocumentUnderstanding Demo1",
"description": "DocumentUnderstanding Demo1",
"main": "Main.xaml",
"dependencies": {
"UiPath.DocumentUnderstanding.ML.Activities": "[1.8.0-preview]",
"UiPath.Excel.Activities": "[2.11.0-preview]",
"UiPath.IntelligentOCR.Activities": "[4.16.0-preview]",
"UiPath.Mail.Activities": "[1.11.0-preview]",
"UiPath.OmniPage.Activities": "[1.7.1]",
"UiPath.OmniPage.Bundle": "[1.0.2]",
"UiPath.System.Activities": "[21.6.1-preview]",
"UiPath.UIAutomation.Activities": "[21.6.1-preview]"
},
"webServices": [],
"entitiesStores": [],
"schemaVersion": "4.0",
"studioVersion": "21.6.0.0",
"projectVersion": "1.0.0",
"runtimeOptions": {
"autoDispose": false,
"isPausable": true,
"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": false
},
"expressionLanguage": "CSharp",
"entryPoints": [
{
"filePath": "Main.xaml",
"uniqueId": "ae5f15a7-3940-49cc-b83c-4c98f99e296a",
"input": [],
"output": []
}
],
"isTemplate": false,
"templateProjectData": {},
"publishData": {},
"targetFramework": "Legacy"
}