-
Notifications
You must be signed in to change notification settings - Fork 0
/
project.json
60 lines (60 loc) · 1.89 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
{
"name": "RPADev-S02P02-GenericValue-WindowsLegacy",
"projectId": "7d76539a-b791-45a2-a7aa-a0e7a5535719",
"description": "Adding and Concatenating GenericValue Variables\r\n\r\nCreate four variables of the GenericValue type in your sequence:\r\n\r\nA with value “123”\r\nB with value “456”\r\nC with value 123\r\nD with value 456\r\nPrint to the console various operations with them and see what is the result:\r\n\r\nA + B\r\nC + D\r\nA + C\r\nC + A",
"main": "Main.xaml",
"dependencies": {
"UiPath.System.Activities": "[24.5.0-preview]",
"UiPath.UIAutomation.Activities": "[24.10.0-preview]"
},
"webServices": [],
"entitiesStores": [],
"schemaVersion": "4.0",
"studioVersion": "21.4.4.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": false,
"pipType": "ChildSession"
},
"designOptions": {
"projectProfile": "Developement",
"outputType": "Process",
"libraryOptions": {
"includeOriginalXaml": false,
"privateWorkflows": []
},
"processOptions": {
"ignoredFiles": []
},
"fileInfoCollection": [],
"modernBehavior": false,
"saveToCloud": false
},
"expressionLanguage": "CSharp",
"entryPoints": [
{
"filePath": "Main.xaml",
"uniqueId": "ee79bbee-01b8-499e-ae4a-5369ee50613e",
"input": [],
"output": []
}
],
"isTemplate": false,
"templateProjectData": {},
"publishData": {},
"targetFramework": "Legacy"
}