-
Notifications
You must be signed in to change notification settings - Fork 0
/
project.json
64 lines (64 loc) · 1.85 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
{
"name": "rateyourmusic-automations",
"description": "Various automations with UiPath for the interaction with the rateyourmusic-Webapplication (Auto add best of playlists, Auto calculate album ratings from track ratings, ...)",
"main": "InsertRatingsForDisplayedAlbum.xaml",
"dependencies": {
"UiPath.Excel.Activities": "[2.12.3]",
"UiPath.Mail.Activities": "[1.15.1]",
"UiPath.System.Activities": "[22.4.1]",
"UiPath.UIAutomation.Activities": "[22.4.4]"
},
"webServices": [],
"entitiesStores": [],
"schemaVersion": "4.0",
"studioVersion": "19.12.0.61",
"projectVersion": "1.0.3",
"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": [],
"modernBehavior": true
},
"expressionLanguage": "VisualBasic",
"entryPoints": [
{
"filePath": "InsertRatingsForDisplayedAlbum.xaml",
"uniqueId": "a5cd9939-9e64-4efe-b1b6-ebe1418601eb",
"input": [],
"output": []
},
{
"filePath": "GetRymDataForListOfAlbumsMain.xaml",
"uniqueId": "e0fb750b-882b-46c8-a5b5-9739f6bf4504",
"input": [],
"output": []
}
],
"isTemplate": false,
"templateProjectData": {},
"publishData": {},
"targetFramework": "Legacy"
}