-
Notifications
You must be signed in to change notification settings - Fork 0
/
project.json
54 lines (54 loc) · 1.68 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
{
"name": "NovaTarefaEmBranco3",
"description": "Comece com um projeto vazio para criar uma nova automação de tarefa.",
"main": "Main.xaml",
"dependencies": {
"UiPath.ComplexScenarios.Activities": "[1.1.4-alpha.1525137]",
"UiPath.Excel.Activities": "[2.11.2-alpha.1848925]",
"UiPath.Mail.Activities": "[1.12.0-alpha.1848268]",
"UiPath.MicrosoftOffice365.Activities": "[1.11.0-alpha.1844968]",
"UiPath.Presentations.Activities": "[1.2.2-alpha.1851927]",
"UiPath.System.Activities": "[21.10.0-alpha.1852032]",
"UiPath.UIAutomation.Activities": "[21.10.0-beta.1851797]",
"UiPath.Word.Activities": "[1.7.2-alpha.1844972]"
},
"webServices": [],
"entitiesStores": [],
"schemaVersion": "4.0",
"studioVersion": "21.10.0.0",
"projectVersion": "1.0.0",
"runtimeOptions": {
"exceptionHandlerWorkflow": "GlobalHandlerX.xaml",
"autoDispose": false,
"isPausable": true,
"isAttended": false,
"requiresUserInteraction": true,
"supportsPersistence": false,
"excludedLoggedData": [
"Private:*",
"*password*"
],
"executionType": "Workflow",
"readyForPiP": false,
"startsInPiP": false,
"mustRestoreAllDependencies": true
},
"designOptions": {
"projectProfile": "Business",
"outputType": "Process",
"libraryOptions": {
"includeOriginalXaml": false,
"privateWorkflows": []
},
"processOptions": {
"ignoredFiles": []
},
"fileInfoCollection": [],
"modernBehavior": true
},
"expressionLanguage": "VisualBasic",
"isTemplate": false,
"templateProjectData": {},
"publishData": {},
"targetFramework": "Legacy"
}