-
Notifications
You must be signed in to change notification settings - Fork 0
/
project.json
91 lines (91 loc) · 3.05 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
{
"name": "AREP-Take a screenshot",
"description": "AREP automation from UiPath Marketplace - Take a screenshot\r\nThis automation enables the user to screenshot an area in the same way Microsoft's Snip & Sketch does. The screenshotted area will be saved to the user's clipboard. Escape key grabs all screens.\r\n\r\nArguments:\r\n- Check the Save_as_File to save the snippet (in addition to it having been added to the user's clipboard).\r\n- Specify a Folder_Path for the image to be saved to. If left empty, it defaults to the user's desktop.",
"main": "Main.xaml",
"dependencies": {
"UiPath.Credentials.Activities": "[1.1.6479.13204]",
"UiPath.Form.Activities": "[1.4.0]",
"UiPath.FormActivityLibrary": "[1.4.0]",
"UiPath.FormActivityLibrary.Contracts": "[1.4.0]",
"UiPath.Mail.Activities": "[1.11.0-preview]",
"UiPath.System.Activities": "[20.10.4]",
"UiPath.UIAutomation.Activities": "[20.10.9]",
"UiPath.WebAPI.Activities": "[1.8.0-preview]"
},
"webServices": [],
"entitiesStores": [],
"schemaVersion": "4.0",
"studioVersion": "20.10.2.0",
"projectVersion": "1.2.0",
"runtimeOptions": {
"autoDispose": false,
"isPausable": true,
"requiresUserInteraction": true,
"supportsPersistence": false,
"excludedLoggedData": [
"Private:*",
"*password*"
],
"executionType": "Workflow",
"readyForPiP": false,
"startsInPiP": false
},
"designOptions": {
"projectProfile": "Developement",
"outputType": "Process",
"libraryOptions": {
"includeOriginalXaml": false,
"privateWorkflows": []
},
"processOptions": {
"ignoredFiles": []
},
"fileInfoCollection": [],
"modernBehavior": false
},
"arguments": {
"input": [
{
"name": "Save_as_File",
"type": "System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089",
"required": false,
"hasDefault": true
},
{
"name": "Folder_Path",
"type": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089",
"required": false,
"hasDefault": false
}
],
"output": []
},
"expressionLanguage": "VisualBasic",
"entryPoints": [
{
"filePath": "Main.xaml",
"uniqueId": "f84aa807-f975-4d7b-a1f7-300a40c77bb7",
"input": [
{
"name": "Save_as_File",
"type": "System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089",
"required": false,
"hasDefault": true
},
{
"name": "Folder_Path",
"type": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089",
"required": false,
"hasDefault": false
}
],
"output": []
}
],
"isTemplate": false,
"templateProjectData": {},
"publishData": {
"iconUrl": ".package/UiPath_AREP.png"
},
"targetFramework": "Legacy"
}