-
Notifications
You must be signed in to change notification settings - Fork 0
/
project.json
63 lines (63 loc) · 1.73 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
{
"name": "FeedbackRobot1",
"description": "Gather feedback from store submissions and select a price winner",
"main": "Main.xaml",
"dependencies": {
"UiPath.Excel.Activities": "[2.20.2]",
"UiPath.Mail.Activities": "[1.20.0]",
"UiPath.System.Activities": "[23.4.3]",
"UiPath.Testing.Activities": "[23.4.1]",
"UiPath.UIAutomation.Activities": "[23.4.6]",
"WiredBrain.Datatable.common1": "[1.0.1]"
},
"webServices": [],
"entitiesStores": [],
"schemaVersion": "4.0",
"studioVersion": "23.4.2.0",
"projectVersion": "1.0.0",
"runtimeOptions": {
"exceptionHandlerWorkflow": "GlobalHandler.xaml",
"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": true
},
"expressionLanguage": "CSharp",
"entryPoints": [
{
"filePath": "Main.xaml",
"uniqueId": "58a63f4d-1d0f-4a1c-a3e4-5f9064832457",
"input": [],
"output": []
}
],
"isTemplate": false,
"templateProjectData": {},
"publishData": {},
"targetFramework": "Windows"
}