-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathproject.json
More file actions
109 lines (109 loc) · 3.32 KB
/
project.json
File metadata and controls
109 lines (109 loc) · 3.32 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
107
108
109
{
"name": "REFramework_CalClientSecurityHash",
"projectId": "8ae8c2a3-38d1-4008-b2a6-6cf7fde4319f",
"description": "Generate the Security Hash for each Client based on \r\ntheir personal information.",
"main": "Main.xaml",
"dependencies": {
"UiPath.Excel.Activities": "[3.3.1]",
"UiPath.System.Activities": "[25.10.4]",
"UiPath.Testing.Activities": "[25.10.0]",
"UiPath.UIAutomation.Activities": "[25.10.22]"
},
"webServices": [],
"entitiesStores": [],
"schemaVersion": "4.0",
"studioVersion": "26.0.182.0",
"projectVersion": "1.0.1",
"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": "5cfad6df-b8ca-4ee0-8fe8-610dafad4535",
"testCaseType": "TestCase",
"executionTemplateType": "Local",
"fileName": "Tests\\GetTransactionDataTestCase.xaml"
},
{
"editingStatus": "InProgress",
"testCaseId": "d3281f05-8c8e-41c2-8fa8-adb1172faa83",
"testCaseType": "TestCase",
"executionTemplateType": "Local",
"fileName": "Tests\\InitAllApplicationsTestCase.xaml"
},
{
"editingStatus": "InProgress",
"testCaseId": "39fc806f-4006-4627-8ce9-6acf799a5a2a",
"testCaseType": "TestCase",
"executionTemplateType": "Local",
"fileName": "Tests\\InitAllSettingsTestCase.xaml"
},
{
"editingStatus": "InProgress",
"testCaseId": "9b422653-f987-4aea-b998-ec9b762fb7b9",
"testCaseType": "TestCase",
"executionTemplateType": "Local",
"fileName": "Tests\\MainTestCase.xaml"
},
{
"editingStatus": "InProgress",
"testCaseId": "21f533e4-f571-4d04-a6c1-dca8390e557d",
"testCaseType": "TestCase",
"executionTemplateType": "Local",
"fileName": "Tests\\ProcessTestCase.xaml"
},
{
"editingStatus": "InProgress",
"testCaseId": "ab7308a1-5c8b-4513-8bf1-fafbb9a2756f",
"testCaseType": "TestCase",
"executionTemplateType": "Local",
"fileName": "Tests\\WorkflowTestCaseTemplate.xaml"
}
],
"saveToCloud": false
},
"expressionLanguage": "CSharp",
"entryPoints": [
{
"filePath": "Main.xaml",
"uniqueId": "dfdfc08d-bbbf-42ba-a1a5-c72dc79e2242",
"input": [],
"output": []
},
{
"filePath": "Dispatcher.xaml",
"uniqueId": "9e6cdf0b-2fdb-466c-a215-36ccf9983989",
"input": [],
"output": []
}
],
"isTemplate": false,
"templateProjectData": {},
"publishData": {},
"targetFramework": "Windows"
}