-
Notifications
You must be signed in to change notification settings - Fork 0
/
project.json
96 lines (96 loc) · 2.82 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
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
{
"name": "Generate_Yearly_Report",
"description": "Generate Yearly Report",
"main": "Main.xaml",
"dependencies": {
"BalaReva.CSV.Activities": "[2019.1.0]",
"UiPath.Excel.Activities": "[2.11.4]",
"UiPath.Mail.Activities": "[1.12.3]",
"UiPath.System.Activities": "[21.10.4]",
"UiPath.Testing.Activities": "[1.4.6]",
"UiPath.UIAutomation.Activities": "[21.10.5]"
},
"webServices": [],
"entitiesStores": [],
"schemaVersion": "4.0",
"studioVersion": "21.10.6.0",
"projectVersion": "1.0.0",
"runtimeOptions": {
"autoDispose": 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": [
{
"editingStatus": "InProgress",
"testCaseId": "631b9d06-70b0-46e0-a2db-830ef76836a3",
"dataVariationFilePath": ".variations\\Tests_Tests.json",
"fileName": "Tests\\GeneralTestCase.xaml"
},
{
"editingStatus": "InProgress",
"testCaseId": "1f7e7abd-7717-4619-bc93-9f80ffa66554",
"fileName": "Tests\\GetTransactionDataTestCase.xaml"
},
{
"editingStatus": "InProgress",
"testCaseId": "703c91d2-1533-49bb-85d6-a865f70774fd",
"fileName": "Tests\\InitAllApplicationsTestCase.xaml"
},
{
"editingStatus": "InProgress",
"testCaseId": "296e4966-7131-435d-8279-4f5c8f7ba02f",
"fileName": "Tests\\InitAllSettingsTestCase.xaml"
},
{
"editingStatus": "InProgress",
"testCaseId": "45dab410-de11-4256-991a-82ed6a93deff",
"fileName": "Tests\\MainTestCase.xaml"
},
{
"editingStatus": "InProgress",
"testCaseId": "eb178dda-e349-47dc-a928-00ea36d1b778",
"fileName": "Tests\\ProcessTestCase.xaml"
},
{
"editingStatus": "InProgress",
"testCaseId": "0afaa562-6576-48f6-912f-e181d60e2500",
"fileName": "Tests\\WorkflowTestCaseTemplate.xaml"
}
],
"modernBehavior": false
},
"expressionLanguage": "VisualBasic",
"entryPoints": [
{
"filePath": "Main.xaml",
"uniqueId": "8e6cebac-b0e8-4d08-af3e-2fcf608e7a85",
"input": [],
"output": []
}
],
"isTemplate": false,
"templateProjectData": {},
"publishData": {},
"targetFramework": "Legacy"
}