-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathproject.json
More file actions
106 lines (106 loc) · 3.24 KB
/
Copy pathproject.json
File metadata and controls
106 lines (106 loc) · 3.24 KB
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
{
"name": "Meridian Email Processor",
"projectId": "e00727bf-cb50-46fb-9bcf-59fc36b6edcf",
"description": "Robotic Enterprise Framework",
"main": "Main.xaml",
"dependencies": {
"InternalLabs.MongoDB.Activities": "[1.0.1]",
"UiPath.Excel.Activities": "[3.4.1]",
"UiPath.Mail.Activities": "[2.8.10]",
"UiPath.System.Activities": "[26.2.4]",
"UiPath.Testing.Activities": "[25.10.2]",
"UiPath.UIAutomation.Activities": "[25.10.30]",
"UiPath.WebAPI.Activities": "[2.4.0]"
},
"webServices": [],
"entitiesStores": [],
"schemaVersion": "4.0",
"studioVersion": "26.0.192.0",
"projectVersion": "1.0.0",
"runtimeOptions": {
"autoDispose": false,
"netFrameworkLazyLoading": false,
"isPausable": true,
"isAttended": false,
"requiresUserInteraction": true,
"supportsPersistence": false,
"workflowSerialization": "NewtonsoftJson",
"excludedLoggedData": [
"Private:*",
"*password*"
],
"executionType": "Workflow",
"readyForPiP": false,
"startsInPiP": false,
"mustRestoreAllDependencies": true,
"pipType": "ChildSession"
},
"designOptions": {
"projectProfile": "Developement",
"outputType": "Process",
"libraryOptions": {
"privateWorkflows": []
},
"processOptions": {
"ignoredFiles": []
},
"fileInfoCollection": [
{
"editingStatus": "InProgress",
"testCaseId": "78aa3184-cc4d-4efe-8130-87c60880cb2a",
"testCaseType": "TestCase",
"executionTemplateType": "Local",
"fileName": "Tests\\GetTransactionDataTestCase.xaml"
},
{
"editingStatus": "InProgress",
"testCaseId": "7477ddb5-7d83-45b4-beb9-eec3a36fa792",
"testCaseType": "TestCase",
"executionTemplateType": "Local",
"fileName": "Tests\\InitAllApplicationsTestCase.xaml"
},
{
"editingStatus": "InProgress",
"testCaseId": "eb199e28-759d-415c-8e5e-ffd916abb1a7",
"testCaseType": "TestCase",
"executionTemplateType": "Local",
"fileName": "Tests\\InitAllSettingsTestCase.xaml"
},
{
"editingStatus": "InProgress",
"testCaseId": "b01d66ab-ef28-46c4-a890-487eeca4cc80",
"testCaseType": "TestCase",
"executionTemplateType": "Local",
"fileName": "Tests\\MainTestCase.xaml"
},
{
"editingStatus": "InProgress",
"testCaseId": "9b8d1ade-5f27-4994-85af-22a2c7da8f2c",
"testCaseType": "TestCase",
"executionTemplateType": "Local",
"fileName": "Tests\\ProcessTestCase.xaml"
},
{
"editingStatus": "InProgress",
"testCaseId": "98ff09ac-ee9a-4472-8d1d-ed895df512fd",
"testCaseType": "TestCase",
"executionTemplateType": "Local",
"fileName": "Tests\\WorkflowTestCaseTemplate.xaml"
}
],
"saveToCloud": false
},
"expressionLanguage": "VisualBasic",
"entryPoints": [
{
"filePath": "Main.xaml",
"uniqueId": "fb56a9c2-4a0d-4899-8b8a-9c54d34da3d4",
"input": [],
"output": []
}
],
"isTemplate": false,
"templateProjectData": {},
"publishData": {},
"targetFramework": "Windows"
}