-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathproject.json
95 lines (95 loc) · 2.82 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
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
{
"name": "ACME_DataScraping",
"description": "Acme data scraping usecase building it to learn Git hub source control integration",
"main": "Main.xaml",
"dependencies": {
"UiPath.Excel.Activities": "[2.11.4]",
"UiPath.System.Activities": "[21.10.4]",
"UiPath.Testing.Activities": "[1.4.6]",
"UiPath.UIAutomation.Activities": "[21.10.5]"
},
"webServices": [],
"entitiesStores": [],
"schemaVersion": "4.0",
"studioVersion": "21.10.5.0",
"projectVersion": "1.0.0",
"runtimeOptions": {
"autoDispose": false,
"netFrameworkLazyLoading": false,
"isPausable": true,
"isAttended": false,
"requiresUserInteraction": true,
"supportsPersistence": false,
"excludedLoggedData": [
"Private:*",
"*password*"
],
"executionType": "Workflow",
"readyForPiP": false,
"startsInPiP": false,
"mustRestoreAllDependencies": true
},
"designOptions": {
"projectProfile": "Developement",
"outputType": "Process",
"libraryOptions": {
"includeOriginalXaml": false,
"privateWorkflows": []
},
"processOptions": {
"ignoredFiles": []
},
"fileInfoCollection": [
{
"editingStatus": "InProgress",
"testCaseId": "b2e0ea91-b296-4ba0-86c8-82349871a933",
"dataVariationFilePath": ".variations\\Tests_Tests.json",
"fileName": "Tests\\GeneralTestCase.xaml"
},
{
"editingStatus": "InProgress",
"testCaseId": "7cac7699-318a-48ba-9509-3f52e2a8897f",
"fileName": "Tests\\GetTransactionDataTestCase.xaml"
},
{
"editingStatus": "InProgress",
"testCaseId": "6eef1b3e-6c7b-4264-a279-4ccaa5d49a6b",
"fileName": "Tests\\InitAllApplicationsTestCase.xaml"
},
{
"editingStatus": "InProgress",
"testCaseId": "ac53b4cd-3bcc-4983-aef9-c24929135817",
"fileName": "Tests\\InitAllSettingsTestCase.xaml"
},
{
"editingStatus": "InProgress",
"testCaseId": "61f1ed58-55e6-475b-afa4-9dc7b15cf39c",
"fileName": "Tests\\MainTestCase.xaml"
},
{
"editingStatus": "InProgress",
"testCaseId": "9f033825-90a9-44b0-bf90-f4cb123c60dd",
"fileName": "Tests\\ProcessTestCase.xaml"
},
{
"editingStatus": "InProgress",
"testCaseId": "00114618-ad5c-4b83-bebd-92474f018353",
"fileName": "Tests\\WorkflowTestCaseTemplate.xaml"
}
],
"modernBehavior": false
},
"expressionLanguage": "VisualBasic",
"entryPoints": [
{
"filePath": "Main.xaml",
"uniqueId": "89634eb3-91c2-4c2f-81ec-923b989df0f8",
"input": [],
"output": []
}
],
"isTemplate": false,
"templateProjectData": {},
"publishData": {},
"targetFramework": "Legacy"
}