-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathproject.json
62 lines (62 loc) · 1.63 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
{
"name": "AnnounceFavouriteSinger",
"description": "A test process that tells me who my favourite singer is",
"main": "Main.xaml",
"dependencies": {
"UiPath.Excel.Activities": "[2.10.4]",
"UiPath.Mail.Activities": "[1.10.4]",
"UiPath.System.Activities": "[21.4.0]",
"UiPath.Testing.Activities": "[1.3.2]",
"UiPath.UIAutomation.Activities": "[21.4.3]"
},
"webServices": [],
"entitiesStores": [],
"schemaVersion": "4.0",
"studioVersion": "21.4.3.0",
"projectVersion": "1.0.73125918",
"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": [
{
"editingStatus": "Publishable",
"testCaseId": "9307f8ef-a60b-4fc0-974f-a5aa7b19965e",
"fileName": "Test_FavouriteSinger.xaml"
}
],
"modernBehavior": false
},
"expressionLanguage": "VisualBasic",
"entryPoints": [
{
"filePath": "Main.xaml",
"uniqueId": "9631714e-46d4-4899-bdc0-8bd16222c2e4",
"input": [],
"output": []
}
],
"isTemplate": false,
"templateProjectData": {},
"publishData": {},
"targetFramework": "Legacy"
}