-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathproject.json
More file actions
105 lines (105 loc) · 3.22 KB
/
project.json
File metadata and controls
105 lines (105 loc) · 3.22 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
{
"name": "SB_UIDemo",
"projectId": "c029ab58-0b4e-4114-8b92-7ac07fd1512c",
"description": "Robotic Enterprise Framework tutorial 2.0",
"main": "Main.xaml",
"dependencies": {
"UiPath.Credentials.Activities": "[2.0.0]",
"UiPath.Excel.Activities": "[2.21.0-preview]",
"UiPath.System.Activities": "[23.6.0-preview]",
"UiPath.Testing.Activities": "[23.6.0-preview]",
"UiPath.UIAutomation.Activities": "[23.6.1-preview]"
},
"webServices": [],
"entitiesStores": [],
"schemaVersion": "4.0",
"studioVersion": "23.6.1.0",
"projectVersion": "1.0.0",
"runtimeOptions": {
"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": [
{
"editingStatus": "InProgress",
"testCaseId": "04f072e1-a393-426b-be2f-b4dcb788a959",
"testCaseType": "TestCase",
"executionTemplateType": "Local",
"fileName": "Tests\\GetTransactionDataTestCase.xaml"
},
{
"editingStatus": "InProgress",
"testCaseId": "cdd0c68b-a3bb-4521-b405-9879ca134545",
"testCaseType": "TestCase",
"executionTemplateType": "Local",
"fileName": "Tests\\InitAllApplicationsTestCase.xaml"
},
{
"editingStatus": "InProgress",
"testCaseId": "af2caf56-bb35-4b64-8aaa-4f2a9b4508e9",
"testCaseType": "TestCase",
"executionTemplateType": "Local",
"fileName": "Tests\\InitAllSettingsTestCase.xaml"
},
{
"editingStatus": "InProgress",
"testCaseId": "e701af8b-6142-4fdb-8b2e-509b08f60925",
"testCaseType": "TestCase",
"executionTemplateType": "Local",
"fileName": "Tests\\MainTestCase.xaml"
},
{
"editingStatus": "InProgress",
"testCaseId": "eaf78729-4c3a-4868-a2c6-4daebccb2f6d",
"testCaseType": "TestCase",
"executionTemplateType": "Local",
"fileName": "Tests\\ProcessTestCase.xaml"
},
{
"editingStatus": "InProgress",
"testCaseId": "6a0e54fb-ace4-491d-a3f5-79a93c57e18e",
"testCaseType": "TestCase",
"executionTemplateType": "Local",
"fileName": "Tests\\WorkflowTestCaseTemplate.xaml"
}
],
"modernBehavior": true
},
"expressionLanguage": "VisualBasic",
"entryPoints": [
{
"filePath": "Main.xaml",
"uniqueId": "39e0466c-8884-4df5-9669-ff5a21f7869a",
"input": [],
"output": []
}
],
"isTemplate": false,
"templateProjectData": {},
"publishData": {},
"targetFramework": "Windows"
}