-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathproject.json
68 lines (68 loc) · 1.87 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
{
"name": "Leer Alicuota ART",
"projectId": "4cb80cdf-3130-4dc0-acd4-8762bd1f7c2f",
"description": "Proceso en blanco",
"main": "Lectura y carga ART.xaml",
"dependencies": {
"UiPath.Excel.Activities": "[2.23.2-preview]",
"UiPath.Mail.Activities": "[1.22.1]",
"UiPath.System.Activities": "[24.2.0-preview]",
"UiPath.Testing.Activities": "[24.2.0-preview]",
"UiPath.UIAutomation.Activities": "[24.2.0-preview]"
},
"webServices": [],
"entitiesStores": [],
"schemaVersion": "4.0",
"studioVersion": "24.2.1.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": [],
"saveToCloud": false
},
"expressionLanguage": "VisualBasic",
"entryPoints": [
{
"filePath": "Lectura y carga ART - Moderno.xaml",
"uniqueId": "7d5a7178-3e87-4a7e-9ebb-b087b352e512",
"input": [],
"output": []
},
{
"filePath": "Lectura y carga ART.xaml",
"uniqueId": "fb7ccd3d-4631-48e4-83a8-3c50f2b0e362",
"input": [],
"output": []
}
],
"isTemplate": false,
"templateProjectData": {},
"publishData": {},
"targetFramework": "Windows"
}