forked from jxnkwlp/abp-elsa-module
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathPassingwind.Abp.ElsaModule.abpmdl.json
79 lines (79 loc) · 3.4 KB
/
Passingwind.Abp.ElsaModule.abpmdl.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
68
69
70
71
72
73
74
75
76
77
78
79
{
"folders": {
"items": {
"src": {},
"test": {},
"host": {}
}
},
"packages": {
"Passingwind.Abp.ElsaModule.Domain.Shared": {
"path": "src/Passingwind.Abp.ElsaModule.Domain.Shared/Passingwind.Abp.ElsaModule.Domain.Shared.abppkg.json",
"folder": "src"
},
"Passingwind.Abp.ElsaModule.Domain": {
"path": "src/Passingwind.Abp.ElsaModule.Domain/Passingwind.Abp.ElsaModule.Domain.abppkg.json",
"folder": "src"
},
"Passingwind.Abp.ElsaModule.Application.Contracts": {
"path": "src/Passingwind.Abp.ElsaModule.Application.Contracts/Passingwind.Abp.ElsaModule.Application.Contracts.abppkg.json",
"folder": "src"
},
"Passingwind.Abp.ElsaModule.Application": {
"path": "src/Passingwind.Abp.ElsaModule.Application/Passingwind.Abp.ElsaModule.Application.abppkg.json",
"folder": "src"
},
"Passingwind.Abp.ElsaModule.EntityFrameworkCore": {
"path": "src/Passingwind.Abp.ElsaModule.EntityFrameworkCore/Passingwind.Abp.ElsaModule.EntityFrameworkCore.abppkg.json",
"folder": "src"
},
"Passingwind.Abp.ElsaModule.MongoDB": {
"path": "src/Passingwind.Abp.ElsaModule.MongoDB/Passingwind.Abp.ElsaModule.MongoDB.abppkg.json",
"folder": "src"
},
"Passingwind.Abp.ElsaModule.HttpApi": {
"path": "src/Passingwind.Abp.ElsaModule.HttpApi/Passingwind.Abp.ElsaModule.HttpApi.abppkg.json",
"folder": "src"
},
"Passingwind.Abp.ElsaModule.HttpApi.Client": {
"path": "src/Passingwind.Abp.ElsaModule.HttpApi.Client/Passingwind.Abp.ElsaModule.HttpApi.Client.abppkg.json",
"folder": "src"
},
"Passingwind.Abp.ElsaModule.TestBase": {
"path": "test/Passingwind.Abp.ElsaModule.TestBase/Passingwind.Abp.ElsaModule.TestBase.abppkg.json",
"folder": "test"
},
"Passingwind.Abp.ElsaModule.EntityFrameworkCore.Tests": {
"path": "test/Passingwind.Abp.ElsaModule.EntityFrameworkCore.Tests/Passingwind.Abp.ElsaModule.EntityFrameworkCore.Tests.abppkg.json",
"folder": "test"
},
"Passingwind.Abp.ElsaModule.MongoDB.Tests": {
"path": "test/Passingwind.Abp.ElsaModule.MongoDB.Tests/Passingwind.Abp.ElsaModule.MongoDB.Tests.abppkg.json",
"folder": "test"
},
"Passingwind.Abp.ElsaModule.Domain.Tests": {
"path": "test/Passingwind.Abp.ElsaModule.Domain.Tests/Passingwind.Abp.ElsaModule.Domain.Tests.abppkg.json",
"folder": "test"
},
"Passingwind.Abp.ElsaModule.Application.Tests": {
"path": "test/Passingwind.Abp.ElsaModule.Application.Tests/Passingwind.Abp.ElsaModule.Application.Tests.abppkg.json",
"folder": "test"
},
"Passingwind.Abp.ElsaModule.HttpApi.Host": {
"path": "host/Passingwind.Abp.ElsaModule.HttpApi.Host/Passingwind.Abp.ElsaModule.HttpApi.Host.abppkg.json",
"folder": "host"
},
"Passingwind.Abp.ElsaModule.HttpApi.Client.ConsoleTestApp": {
"path": "test/Passingwind.Abp.ElsaModule.HttpApi.Client.ConsoleTestApp/Passingwind.Abp.ElsaModule.HttpApi.Client.ConsoleTestApp.abppkg.json",
"folder": "test"
},
"Passingwind.Abp.ElsaModule.IdentityServer": {
"path": "host/Passingwind.Abp.ElsaModule.IdentityServer/Passingwind.Abp.ElsaModule.IdentityServer.abppkg.json",
"folder": "host"
},
"Passingwind.Abp.ElsaModule.Host.Shared": {
"path": "host/Passingwind.Abp.ElsaModule.Host.Shared/Passingwind.Abp.ElsaModule.Host.Shared.abppkg.json",
"folder": "host"
}
}
}