-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathproject.json
104 lines (104 loc) · 3.19 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
{
"name": "UiPath-REFramework-TabularData",
"projectId": "c9a6749e-56f8-42de-8942-85c8efd1e4d1",
"description": "A C# Robotic Enterprise Framework that reads a tabular data datasource.",
"main": "Main.xaml",
"dependencies": {
"UiPath.Excel.Activities": "[2.23.4]",
"UiPath.System.Activities": "[24.10.3]",
"UiPath.Testing.Activities": "[24.10.0]",
"UiPath.UIAutomation.Activities": "[24.10.1]"
},
"webServices": [],
"entitiesStores": [],
"schemaVersion": "4.0",
"studioVersion": "24.4.0.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": "ac665dab-dc2e-4e38-82bd-345985875d60",
"testCaseType": "TestCase",
"executionTemplateType": "Local",
"fileName": "Tests\\GetTransactionDataTestCase.xaml"
},
{
"editingStatus": "InProgress",
"testCaseId": "65c67b3d-5dbb-456b-82cf-0fe33036a168",
"testCaseType": "TestCase",
"executionTemplateType": "Local",
"fileName": "Tests\\InitAllApplicationsTestCase.xaml"
},
{
"editingStatus": "InProgress",
"testCaseId": "ddfe3413-db67-4194-b872-dcf721ff8ce9",
"testCaseType": "TestCase",
"executionTemplateType": "Local",
"fileName": "Tests\\InitAllSettingsTestCase.xaml"
},
{
"editingStatus": "InProgress",
"testCaseId": "33c7d8ec-594d-4d44-9b8f-ecc099f02ece",
"testCaseType": "TestCase",
"executionTemplateType": "Local",
"fileName": "Tests\\MainTestCase.xaml"
},
{
"editingStatus": "InProgress",
"testCaseId": "aee1e939-2669-4fee-961e-220800efc1a3",
"testCaseType": "TestCase",
"executionTemplateType": "Local",
"fileName": "Tests\\ProcessTestCase.xaml"
},
{
"editingStatus": "InProgress",
"testCaseId": "3b5ce743-2283-4df4-9674-0f64cdaa5005",
"testCaseType": "TestCase",
"executionTemplateType": "Local",
"fileName": "Tests\\WorkflowTestCaseTemplate.xaml"
}
],
"saveToCloud": false
},
"expressionLanguage": "CSharp",
"entryPoints": [
{
"filePath": "Main.xaml",
"uniqueId": "1683647e-e179-45c0-b5a4-1e159c43592a",
"input": [],
"output": []
}
],
"isTemplate": false,
"templateProjectData": {},
"publishData": {},
"targetFramework": "Windows"
}