-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathproject.json
More file actions
105 lines (105 loc) · 3.55 KB
/
project.json
File metadata and controls
105 lines (105 loc) · 3.55 KB
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
99
100
101
102
103
104
105
{
"name": "SB_RegexDataExtraction",
"projectId": "f1f17f43-3610-4f60-a125-0e922a3445f2",
"description": "Robotic Enterprise Framework is designed for working with file system.\r\n1) There are some text files provided in a folder. \r\n2) From each text files, email, mobile no, username had to be extracted by using Regex\r\n3) After extracting these data from each text files, an email has to be sent in tabular format comprising email, username, mobile no with subject as username",
"main": "Main.xaml",
"dependencies": {
"UiPath.Excel.Activities": "[2.21.0-preview]",
"UiPath.Mail.Activities": "[1.20.2]",
"UiPath.System.Activities": "[23.6.0-preview]",
"UiPath.Testing.Activities": "[23.6.0-preview]",
"UiPath.UIAutomation.Activities": "[23.6.1-preview]"
},
"webServices": [],
"entitiesStores": [],
"schemaVersion": "4.0",
"studioVersion": "23.6.1.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": true,
"pipType": "ChildSession"
},
"designOptions": {
"projectProfile": "Developement",
"outputType": "Process",
"libraryOptions": {
"includeOriginalXaml": false,
"privateWorkflows": []
},
"processOptions": {
"ignoredFiles": []
},
"fileInfoCollection": [
{
"editingStatus": "InProgress",
"testCaseId": "ff892c08-393e-4544-9ed0-1a368252cc7b",
"testCaseType": "TestCase",
"executionTemplateType": "Local",
"fileName": "Tests\\GetTransactionDataTestCase.xaml"
},
{
"editingStatus": "InProgress",
"testCaseId": "a6c65b16-36fc-4b06-af3b-cbc30d324b38",
"testCaseType": "TestCase",
"executionTemplateType": "Local",
"fileName": "Tests\\InitAllApplicationsTestCase.xaml"
},
{
"editingStatus": "InProgress",
"testCaseId": "22838fe1-4711-493c-93cd-36894b362287",
"testCaseType": "TestCase",
"executionTemplateType": "Local",
"fileName": "Tests\\InitAllSettingsTestCase.xaml"
},
{
"editingStatus": "InProgress",
"testCaseId": "f8079e34-0aee-4df4-b511-321bfdeed266",
"testCaseType": "TestCase",
"executionTemplateType": "Local",
"fileName": "Tests\\MainTestCase.xaml"
},
{
"editingStatus": "InProgress",
"testCaseId": "839e9532-e8b5-4598-8d55-a72e178a753d",
"testCaseType": "TestCase",
"executionTemplateType": "Local",
"fileName": "Tests\\ProcessTestCase.xaml"
},
{
"editingStatus": "InProgress",
"testCaseId": "00bfb90c-7695-4262-9449-8e1f676b89bb",
"testCaseType": "TestCase",
"executionTemplateType": "Local",
"fileName": "Tests\\WorkflowTestCaseTemplate.xaml"
}
],
"modernBehavior": true
},
"expressionLanguage": "VisualBasic",
"entryPoints": [
{
"filePath": "Main.xaml",
"uniqueId": "c4944507-46c2-46ea-8aa4-3afa555dcba4",
"input": [],
"output": []
}
],
"isTemplate": false,
"templateProjectData": {},
"publishData": {},
"targetFramework": "Windows"
}