-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathIczpNet.AbpCommons.abpmdl.json
79 lines (79 loc) · 2.99 KB
/
IczpNet.AbpCommons.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": {
"IczpNet.AbpCommons.Domain.Shared": {
"path": "src/IczpNet.AbpCommons.Domain.Shared/IczpNet.AbpCommons.Domain.Shared.abppkg.json",
"folder": "src"
},
"IczpNet.AbpCommons.Domain": {
"path": "src/IczpNet.AbpCommons.Domain/IczpNet.AbpCommons.Domain.abppkg.json",
"folder": "src"
},
"IczpNet.AbpCommons.Application.Contracts": {
"path": "src/IczpNet.AbpCommons.Application.Contracts/IczpNet.AbpCommons.Application.Contracts.abppkg.json",
"folder": "src"
},
"IczpNet.AbpCommons.Application": {
"path": "src/IczpNet.AbpCommons.Application/IczpNet.AbpCommons.Application.abppkg.json",
"folder": "src"
},
"IczpNet.AbpCommons.EntityFrameworkCore": {
"path": "src/IczpNet.AbpCommons.EntityFrameworkCore/IczpNet.AbpCommons.EntityFrameworkCore.abppkg.json",
"folder": "src"
},
"IczpNet.AbpCommons.MongoDB": {
"path": "src/IczpNet.AbpCommons.MongoDB/IczpNet.AbpCommons.MongoDB.abppkg.json",
"folder": "src"
},
"IczpNet.AbpCommons.HttpApi": {
"path": "src/IczpNet.AbpCommons.HttpApi/IczpNet.AbpCommons.HttpApi.abppkg.json",
"folder": "src"
},
"IczpNet.AbpCommons.HttpApi.Client": {
"path": "src/IczpNet.AbpCommons.HttpApi.Client/IczpNet.AbpCommons.HttpApi.Client.abppkg.json",
"folder": "src"
},
"IczpNet.AbpCommons.TestBase": {
"path": "test/IczpNet.AbpCommons.TestBase/IczpNet.AbpCommons.TestBase.abppkg.json",
"folder": "test"
},
"IczpNet.AbpCommons.EntityFrameworkCore.Tests": {
"path": "test/IczpNet.AbpCommons.EntityFrameworkCore.Tests/IczpNet.AbpCommons.EntityFrameworkCore.Tests.abppkg.json",
"folder": "test"
},
"IczpNet.AbpCommons.MongoDB.Tests": {
"path": "test/IczpNet.AbpCommons.MongoDB.Tests/IczpNet.AbpCommons.MongoDB.Tests.abppkg.json",
"folder": "test"
},
"IczpNet.AbpCommons.Domain.Tests": {
"path": "test/IczpNet.AbpCommons.Domain.Tests/IczpNet.AbpCommons.Domain.Tests.abppkg.json",
"folder": "test"
},
"IczpNet.AbpCommons.Application.Tests": {
"path": "test/IczpNet.AbpCommons.Application.Tests/IczpNet.AbpCommons.Application.Tests.abppkg.json",
"folder": "test"
},
"IczpNet.AbpCommons.HttpApi.Host": {
"path": "host/IczpNet.AbpCommons.HttpApi.Host/IczpNet.AbpCommons.HttpApi.Host.abppkg.json",
"folder": "host"
},
"IczpNet.AbpCommons.HttpApi.Client.ConsoleTestApp": {
"path": "test/IczpNet.AbpCommons.HttpApi.Client.ConsoleTestApp/IczpNet.AbpCommons.HttpApi.Client.ConsoleTestApp.abppkg.json",
"folder": "test"
},
"IczpNet.AbpCommons.AuthServer": {
"path": "host/IczpNet.AbpCommons.AuthServer/IczpNet.AbpCommons.AuthServer.abppkg.json",
"folder": "host"
},
"IczpNet.AbpCommons.Host.Shared": {
"path": "host/IczpNet.AbpCommons.Host.Shared/IczpNet.AbpCommons.Host.Shared.abppkg.json",
"folder": "host"
}
}
}