-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathproject.json
More file actions
79 lines (79 loc) · 2.39 KB
/
project.json
File metadata and controls
79 lines (79 loc) · 2.39 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
{
"name": "OrchestratorManager",
"description": "A tool to help Orchestrator administrators to perform bulk operations on entities like Users, Robots, Assets, Machines, Environments, Processes, Organization Units, Folders, Queues, Packages, Libraries and Triggers.",
"main": "Main.xaml",
"dependencies": {
"UiPath.Credentials.Activities": "[1.1.6479.13204]",
"UiPath.Excel.Activities": "[2.5.1]",
"UiPath.System.Activities": "[19.10.1]",
"UiPath.Testing.Activities": "[1.3.3]",
"UiPath.WebAPI.Activities": "[1.4.4]"
},
"webServices": [],
"entitiesStores": [],
"schemaVersion": "4.0",
"studioVersion": "20.10.4.0",
"projectVersion": "2.3.0",
"runtimeOptions": {
"autoDispose": false,
"netFrameworkLazyLoading": false,
"isPausable": true,
"isAttended": false,
"requiresUserInteraction": true,
"supportsPersistence": false,
"excludedLoggedData": [
"Private:*",
"*password*"
],
"executionType": "Workflow",
"readyForPiP": false,
"startsInPiP": false,
"mustRestoreAllDependencies": false
},
"designOptions": {
"projectProfile": "Developement",
"outputType": "Process",
"libraryOptions": {
"includeOriginalXaml": false,
"privateWorkflows": []
},
"processOptions": {
"ignoredFiles": []
},
"fileInfoCollection": [
{
"editingStatus": "InProgress",
"testCaseId": "864b0484-4c3d-4168-b557-6c01fcc3c3bd",
"testCaseType": "TestCase",
"fileName": "Test\\AssetTest.xaml"
},
{
"editingStatus": "InProgress",
"testCaseId": "f792e240-e4a9-4e29-bb16-d3ee94427d33",
"dataVariationFilePath": ".variations\\TestTargets_Sheet1_1.json",
"testCaseType": "TestCase",
"fileName": "Test\\Test.xaml"
},
{
"editingStatus": "InProgress",
"testCaseId": "5b392c97-c6f2-44f8-9379-8d5b9f77fce8",
"testCaseType": "TestCase",
"fileName": "Test\\UserTest.xaml"
}
],
"modernBehavior": false
},
"expressionLanguage": "VisualBasic",
"entryPoints": [
{
"filePath": "Main.xaml",
"uniqueId": "b62cd8a7-4dc7-4e7c-9d76-bde5ce1031bf",
"input": [],
"output": []
}
],
"isTemplate": false,
"templateProjectData": {},
"publishData": {},
"targetFramework": "Legacy"
}