-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathAbpPathReferenceExamples.abpmdl
More file actions
87 lines (87 loc) · 2.79 KB
/
Copy pathAbpPathReferenceExamples.abpmdl
File metadata and controls
87 lines (87 loc) · 2.79 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
{
"template": "app",
"imports": {
"Volo.Abp.LeptonXLiteTheme": {
"version": "4.3.5",
"isInstalled": true
},
"Volo.Abp.Account": {
"version": "9.3.5",
"isInstalled": true,
"creationTime": "10/15/2025 10:57:27 +00:00"
},
"Volo.Abp.OpenIddict": {
"version": "9.3.5",
"isInstalled": true,
"creationTime": "10/15/2025 10:57:27 +00:00"
},
"Volo.Abp.Identity": {
"isInstalled": true,
"creationTime": "10/15/2025 10:57:27 +00:00",
"path": "modules/Volo.Abp.Identity/Volo.Abp.Identity.abpmdl"
},
"Volo.Abp.TenantManagement": {
"version": "9.3.5",
"isInstalled": true,
"creationTime": "10/15/2025 10:57:27 +00:00"
},
"Volo.Abp.SettingManagement": {
"version": "9.3.5",
"isInstalled": true,
"creationTime": "10/15/2025 10:57:27 +00:00"
},
"Volo.Abp.PermissionManagement": {
"version": "9.3.5",
"isInstalled": true,
"creationTime": "10/15/2025 10:57:27 +00:00"
},
"Volo.Abp.FeatureManagement": {
"version": "9.3.5",
"isInstalled": true,
"creationTime": "10/15/2025 10:57:27 +00:00"
}
},
"folders": {
"items": {
"src": {}
}
},
"packages": {
"AbpPathReferenceExamples.Application": {
"path": "src/AbpPathReferenceExamples.Application/AbpPathReferenceExamples.Application.abppkg",
"folder": "src"
},
"AbpPathReferenceExamples.MongoDB": {
"path": "src/AbpPathReferenceExamples.MongoDB/AbpPathReferenceExamples.MongoDB.abppkg",
"folder": "src"
},
"AbpPathReferenceExamples.Domain.Shared": {
"path": "src/AbpPathReferenceExamples.Domain.Shared/AbpPathReferenceExamples.Domain.Shared.abppkg",
"folder": "src"
},
"AbpPathReferenceExamples.Application.Contracts": {
"path": "src/AbpPathReferenceExamples.Application.Contracts/AbpPathReferenceExamples.Application.Contracts.abppkg",
"folder": "src"
},
"AbpPathReferenceExamples.HttpApi": {
"path": "src/AbpPathReferenceExamples.HttpApi/AbpPathReferenceExamples.HttpApi.abppkg",
"folder": "src"
},
"AbpPathReferenceExamples.HttpApi.Client": {
"path": "src/AbpPathReferenceExamples.HttpApi.Client/AbpPathReferenceExamples.HttpApi.Client.abppkg",
"folder": "src"
},
"AbpPathReferenceExamples.DbMigrator": {
"path": "src/AbpPathReferenceExamples.DbMigrator/AbpPathReferenceExamples.DbMigrator.abppkg",
"folder": "src"
},
"AbpPathReferenceExamples.HttpApi.Host": {
"path": "src/AbpPathReferenceExamples.HttpApi.Host/AbpPathReferenceExamples.HttpApi.Host.abppkg",
"folder": "src"
},
"AbpPathReferenceExamples.Domain": {
"path": "src/AbpPathReferenceExamples.Domain/AbpPathReferenceExamples.Domain.abppkg",
"folder": "src"
}
}
}