-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathproject.json
More file actions
35 lines (35 loc) · 898 Bytes
/
project.json
File metadata and controls
35 lines (35 loc) · 898 Bytes
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
{
"name": "ImageMagick",
"description": "Blank Library",
"main": "NewActivity.xaml",
"dependencies": {
"UiPath.System.Activities": "20.4.0",
"UiPath.UIAutomation.Activities": "20.4.2",
"UiPath.WebAPI.Activities": "1.4.5"
},
"webServices": [],
"schemaVersion": "4.0",
"studioVersion": "20.10.0.0",
"projectVersion": "1.0.2",
"runtimeOptions": {
"autoDispose": false,
"isPausable": true,
"requiresUserInteraction": true,
"supportsPersistence": false,
"excludedLoggedData": [
"Private:*",
"*password*"
],
"executionType": "Workflow"
},
"designOptions": {
"projectProfile": "Developement",
"outputType": "Library",
"libraryOptions": {
"includeOriginalXaml": false,
"privateWorkflows": []
},
"fileInfoCollection": []
},
"expressionLanguage": "VisualBasic"
}