-
Notifications
You must be signed in to change notification settings - Fork 0
/
project.json
98 lines (98 loc) · 3.01 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
96
97
98
{
"name": "HROfferLetterReFramework_Neha_Natesh",
"description": "HR Offer Letter Generation Assignment for Week 2 of Advance Course Batch 14 by Neha Natesh",
"main": "Main.xaml",
"dependencies": {
"UiPath.Credentials.Activities": "[2.0.0]",
"UiPath.Excel.Activities": "[2.12.2-preview]",
"UiPath.Mail.Activities": "[1.15.0-preview]",
"UiPath.System.Activities": "[22.4.0-preview]",
"UiPath.Testing.Activities": "[1.4.6]",
"UiPath.UIAutomation.Activities": "[21.10.5]",
"UiPath.Word.Activities": "[1.10.0-preview]"
},
"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": "ad4ac5e5-d84c-4440-87f6-cfccaf913262",
"dataVariationFilePath": ".variations\\Tests_Tests.json",
"fileName": "Tests\\GeneralTestCase.xaml"
},
{
"editingStatus": "InProgress",
"testCaseId": "770a4acf-7b20-4b27-a393-ccfe1876f325",
"fileName": "Tests\\GetTransactionDataTestCase.xaml"
},
{
"editingStatus": "InProgress",
"testCaseId": "7cd67281-072a-4eeb-ad8c-cf3fad4104f1",
"fileName": "Tests\\InitAllApplicationsTestCase.xaml"
},
{
"editingStatus": "InProgress",
"testCaseId": "2e393789-b00e-4707-a08f-a0f2246a4be1",
"fileName": "Tests\\InitAllSettingsTestCase.xaml"
},
{
"editingStatus": "InProgress",
"testCaseId": "fbbdd710-0b83-45cf-8d13-8395ff0a9d58",
"fileName": "Tests\\MainTestCase.xaml"
},
{
"editingStatus": "InProgress",
"testCaseId": "8f257edf-2935-4671-b649-53983ef82d7c",
"fileName": "Tests\\ProcessTestCase.xaml"
},
{
"editingStatus": "InProgress",
"testCaseId": "4d31b43d-6603-4d50-9b96-6067db1461a4",
"fileName": "Tests\\WorkflowTestCaseTemplate.xaml"
}
],
"modernBehavior": false
},
"expressionLanguage": "VisualBasic",
"entryPoints": [
{
"filePath": "Main.xaml",
"uniqueId": "5e57500f-be0d-4b61-a4ce-219ff80d728c",
"input": [],
"output": []
}
],
"isTemplate": false,
"templateProjectData": {},
"publishData": {},
"targetFramework": "Legacy"
}