-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathproject.json
62 lines (62 loc) · 1.75 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
{
"name": "Cert of Admission",
"projectId": "41589fa7-884e-4cb3-92d4-826ea5d79503",
"description": "외국인 유학생정보 시스템(https://www.hikorea.go.kr/isi/index.html) - 표준입학허가서 등록 매크로",
"main": "Main.xaml",
"dependencies": {
"UiPath.Excel.Activities": "[2.23.4]",
"UiPath.Mail.Activities": "[1.23.1]",
"UiPath.System.Activities": "[24.10.3]",
"UiPath.Testing.Activities": "[24.10.0]",
"UiPath.UIAutomation.Activities": "[24.11.1-preview]"
},
"webServices": [],
"entitiesStores": [],
"schemaVersion": "4.0",
"studioVersion": "24.10.1.0",
"projectVersion": "1.2.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": [],
"saveToCloud": false
},
"expressionLanguage": "CSharp",
"entryPoints": [
{
"filePath": "Main.xaml",
"uniqueId": "13f07c3b-e88c-41b5-9f23-f11c77c5288b",
"input": [],
"output": []
}
],
"isTemplate": false,
"templateProjectData": {},
"publishData": {},
"targetFramework": "Windows"
}