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