-
Notifications
You must be signed in to change notification settings - Fork 0
/
project.json
107 lines (107 loc) · 3.29 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
97
98
99
100
101
102
103
104
105
106
107
{
"name": "VoltasNonStandardExpensesEnrtyBot",
"description": "Voltas Non Standard Expense ( TA/DA ) Process Automation Using RE Framwork.\r\nIt takes a excel file as input and do data entry.",
"main": "Main.xaml",
"dependencies": {
"UiPath.Excel.Activities": "[2.16.1]",
"UiPath.Form.Activities": "[2.0.2]",
"UiPath.System.Activities": "[22.10.4]",
"UiPath.Testing.Activities": "[1.4.6]",
"UiPath.UIAutomation.Activities": "[22.10.4]",
"UiPath.WebAPI.Activities": "[1.11.2]"
},
"webServices": [],
"entitiesStores": [],
"schemaVersion": "4.0",
"studioVersion": "21.10.5.0",
"projectVersion": "2.0.42",
"runtimeOptions": {
"autoDispose": false,
"netFrameworkLazyLoading": false,
"isPausable": true,
"isAttended": true,
"requiresUserInteraction": false,
"supportsPersistence": false,
"excludedLoggedData": [
"Private:*",
"*password*"
],
"executionType": "Workflow",
"readyForPiP": true,
"startsInPiP": true,
"mustRestoreAllDependencies": true,
"pipType": "ChildSession"
},
"designOptions": {
"projectProfile": "Developement",
"outputType": "Process",
"libraryOptions": {
"includeOriginalXaml": false,
"privateWorkflows": []
},
"processOptions": {
"ignoredFiles": []
},
"fileInfoCollection": [
{
"editingStatus": "InProgress",
"testCaseId": "92b5716b-f0e5-403d-8c18-d68a3dd70ee7",
"dataVariationFilePath": ".variations\\Tests_Tests.json",
"testCaseType": "TestCase",
"fileName": "Tests\\GeneralTestCase.xaml"
},
{
"editingStatus": "InProgress",
"testCaseId": "db3b9445-aa54-4973-8b2d-ba26738252be",
"testCaseType": "TestCase",
"fileName": "Tests\\GetTransactionDataTestCase.xaml"
},
{
"editingStatus": "InProgress",
"testCaseId": "2b7b85ec-c09a-4395-a00c-48185a799741",
"testCaseType": "TestCase",
"fileName": "Tests\\InitAllApplicationsTestCase.xaml"
},
{
"editingStatus": "InProgress",
"testCaseId": "2713c0ba-f30c-42ce-96ff-4149d651fb56",
"testCaseType": "TestCase",
"fileName": "Tests\\InitAllSettingsTestCase.xaml"
},
{
"editingStatus": "InProgress",
"testCaseId": "064d3883-0134-445d-83b0-87ede277264b",
"testCaseType": "TestCase",
"fileName": "Tests\\MainTestCase.xaml"
},
{
"editingStatus": "InProgress",
"testCaseId": "af8af4b7-4408-43df-a157-edd7896eb4d4",
"testCaseType": "TestCase",
"fileName": "Tests\\ProcessTestCase.xaml"
},
{
"editingStatus": "InProgress",
"testCaseId": "bec7915b-8c15-4851-b68b-6be6bbb5abae",
"testCaseType": "TestCase",
"fileName": "Tests\\WorkflowTestCaseTemplate.xaml"
}
],
"modernBehavior": true
},
"expressionLanguage": "VisualBasic",
"entryPoints": [
{
"filePath": "Main.xaml",
"uniqueId": "9766f063-e41a-4449-a83d-4413c9c8f113",
"input": [],
"output": []
}
],
"isTemplate": false,
"templateProjectData": {},
"publishData": {
"iconUrl": ".package/logo.png"
},
"targetFramework": "Windows"
}