-
Notifications
You must be signed in to change notification settings - Fork 0
/
project.json
67 lines (67 loc) · 2.26 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
{
"name": "CPRIMA.Utils.Legacy",
"projectId": "03440d98-33fc-47f1-ba23-773478697ec4",
"description": "This library offers a range of utility functions designed to support UiPath automation projects. ExpressionLanguage VB.NET and targeting the Windows Legacy framework.\r\nLicense: CC-BY\r\nAuthor: Christian Prior-Mamulyan <[email protected]>\r\nSource: https://github.com/rpapub/LuminousHafnium",
"main": "NewActivity.xaml",
"dependencies": {
"Microsoft.Activities": "1.0.1",
"Microsoft.Activities.Extensions": "2.0.6.9",
"Newtonsoft.Json": "13.0.3",
"UiPath.Excel.Activities": "2.23.4",
"UiPath.Mail.Activities": "1.23.10",
"UiPath.MicrosoftOffice365.Activities": "2.2.7",
"UiPath.System.Activities": "24.10.3",
"UiPath.Testing.Activities": "24.10.1",
"UiPath.UIAutomation.Activities": "24.10.2"
},
"webServices": [],
"entitiesStores": [],
"schemaVersion": "4.0",
"studioVersion": "22.10.5.0",
"projectVersion": "0.0.1",
"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": "Library",
"libraryOptions": {
"includeOriginalXaml": false,
"privateWorkflows": []
},
"processOptions": {
"ignoredFiles": []
},
"fileInfoCollection": [
{
"editingStatus": "InProgress",
"testCaseId": "171e1cf6-6eb6-43a2-89e4-5b0bea22765b",
"dataVariationFilePath": ".variations\\UnitTests_Template.json",
"testCaseType": "TestCase",
"executionTemplateInvokeIsolated": false,
"fileName": "Tests\\EndToEnd\\TestCase_Template.xaml"
}
],
"saveToCloud": false
},
"expressionLanguage": "VisualBasic",
"isTemplate": false,
"templateProjectData": {},
"publishData": {},
"targetFramework": "Legacy"
}