-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathproject.json
More file actions
65 lines (65 loc) · 1.71 KB
/
project.json
File metadata and controls
65 lines (65 loc) · 1.71 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
{
"name": "Sahibinden_linq",
"projectId": "92498839-2801-41bd-8ac7-bfa6dd3d15d1",
"description": "Sahibinden project with LinQ.",
"main": "Main.xaml",
"dependencies": {
"System.Data.SQLite": "[1.0.119]",
"System.Linq": "[4.3.0]",
"System.Xml.ReaderWriter": "[4.3.1]",
"System.Xml.XmlSerializer": "[4.3.0]",
"UiPath.Excel.Activities": "[3.2.0-preview]",
"UiPath.Mail.Activities": "[2.3.0-preview]",
"UiPath.System.Activities": "[25.6.1]",
"UiPath.UIAutomation.Activities": "[25.10.12]"
},
"webServices": [],
"entitiesStores": [],
"schemaVersion": "4.0",
"studioVersion": "25.0.172.0",
"projectVersion": "1.0.0",
"runtimeOptions": {
"autoDispose": false,
"netFrameworkLazyLoading": false,
"isPausable": true,
"isAttended": false,
"requiresUserInteraction": true,
"supportsPersistence": false,
"workflowSerialization": "NewtonsoftJson",
"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": [],
"saveToCloud": false
},
"expressionLanguage": "CSharp",
"entryPoints": [
{
"filePath": "Main.xaml",
"uniqueId": "41feda82-9d2e-45f7-b43e-d8eb62aea78b",
"input": [],
"output": []
}
],
"isTemplate": false,
"templateProjectData": {},
"publishData": {},
"targetFramework": "Windows"
}