-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathproject.json
65 lines (65 loc) · 1.94 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
{
"name": "AutonomousProductFabrication",
"projectId": "d3755cc7-ccf1-493f-abce-f4327aad4605",
"description": "Fabricating products with UiPath starting from Order processing, CAD design, Triggering 3D Printing, Initiating Delivery.",
"main": "Main.xaml",
"dependencies": {
"UiPath.Excel.Activities": "[2.23.3-preview]",
"UiPath.Mail.Activities": "[1.23.1]",
"UiPath.MLServices.Activities": "[2.0.1]",
"UiPath.OpenAI.IntegrationService.Activities": "[6.1.0]",
"UiPath.System.Activities": "[24.5.0-preview]",
"UiPath.Testing.Activities": "[24.4.0-preview]",
"UiPath.UIAutomation.Activities": "[24.4.2-preview]",
"UiPath.WebAPI.Activities": "[1.20.1]"
},
"webServices": [],
"entitiesStores": [],
"schemaVersion": "4.0",
"studioVersion": "23.10.0.0",
"projectVersion": "1.0.1",
"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": "Main.xaml",
"uniqueId": "6f88e4ec-d6f0-4705-a2fd-c7fbc8e15ca9",
"input": [],
"output": []
}
],
"isTemplate": false,
"templateProjectData": {},
"publishData": {},
"targetFramework": "Windows"
}