mirror of https://github.com/abpframework/abp.git
committed by
GitHub
113 changed files with 599 additions and 551 deletions
@ -1,65 +1,42 @@ |
|||
{ |
|||
"folders": { |
|||
"src": {}, |
|||
"test": {} |
|||
}, |
|||
"imports": { |
|||
"Volo.Abp.Identity": { |
|||
"path": "../identity/Volo.Abp.Identity.abpmdl.json" |
|||
}, |
|||
"Volo.Abp.PermissionManagement": { |
|||
"path": "../permission-management/Volo.Abp.PermissionManagement.abpmdl.json" |
|||
"items": { |
|||
"src": {}, |
|||
"test": {} |
|||
} |
|||
}, |
|||
"packages": { |
|||
"Volo.Abp.Account.Application.Contracts": { |
|||
"path": "src/Volo.Abp.Account.Application.Contracts/Volo.Abp.Account.Application.Contracts.csproj", |
|||
"folder": "src", |
|||
"includes": { |
|||
"lib.application.contracts": {} |
|||
} |
|||
"Volo.Abp.Account.Web": { |
|||
"path": "src/Volo.Abp.Account.Web/Volo.Abp.Account.Web.abppkg.json", |
|||
"folder": "src" |
|||
}, |
|||
"Volo.Abp.Account.Web.IdentityServer": { |
|||
"path": "src/Volo.Abp.Account.Web.IdentityServer/Volo.Abp.Account.Web.IdentityServer.abppkg.json", |
|||
"folder": "src" |
|||
}, |
|||
"Volo.Abp.Account.Application": { |
|||
"path": "src/Volo.Abp.Account.Application/Volo.Abp.Account.Application.csproj", |
|||
"folder": "src", |
|||
"includes": { |
|||
"lib.application": {} |
|||
} |
|||
"path": "src/Volo.Abp.Account.Application/Volo.Abp.Account.Application.abppkg.json", |
|||
"folder": "src" |
|||
}, |
|||
"Volo.Abp.Account.Application.Contracts": { |
|||
"path": "src/Volo.Abp.Account.Application.Contracts/Volo.Abp.Account.Application.Contracts.abppkg.json", |
|||
"folder": "src" |
|||
}, |
|||
"Volo.Abp.Account.HttpApi": { |
|||
"path": "src/Volo.Abp.Account.HttpApi/Volo.Abp.Account.HttpApi.csproj", |
|||
"folder": "src", |
|||
"includes": { |
|||
"lib.http-api": {} |
|||
} |
|||
"path": "src/Volo.Abp.Account.HttpApi/Volo.Abp.Account.HttpApi.abppkg.json", |
|||
"folder": "src" |
|||
}, |
|||
"Volo.Abp.Account.HttpApi.Client": { |
|||
"path": "src/Volo.Abp.Account.HttpApi.Client/Volo.Abp.Account.HttpApi.Client.csproj", |
|||
"folder": "src", |
|||
"includes": { |
|||
"lib.http-api-client": {} |
|||
} |
|||
}, |
|||
"Volo.Abp.Account.Web": { |
|||
"path": "src/Volo.Abp.Account.Web/Volo.Abp.Account.Web.csproj", |
|||
"folder": "src", |
|||
"includes": { |
|||
"lib.ui.mvc": {} |
|||
} |
|||
}, |
|||
"Volo.Abp.Account.Web.IdentityServer": { |
|||
"path": "src/Volo.Abp.Account.IdentityServer/Volo.Abp.Account.IdentityServer.csproj", |
|||
"folder": "src", |
|||
"includes": { |
|||
"lib.ui.mvc": {} |
|||
} |
|||
"path": "src/Volo.Abp.Account.HttpApi.Client/Volo.Abp.Account.HttpApi.Client.abppkg.json", |
|||
"folder": "src" |
|||
}, |
|||
"Volo.Abp.Account.Application.Tests": { |
|||
"path": "test/Volo.Abp.Account.Application.Tests/Volo.Abp.Account.Application.Tests.csproj", |
|||
"folder": "test", |
|||
"includes": { |
|||
"lib.test": {} |
|||
} |
|||
"path": "test/Volo.Abp.Account.Application.Tests/Volo.Abp.Account.Application.Tests.abppkg.json", |
|||
"folder": "test" |
|||
}, |
|||
"Volo.Abp.Account.Blazor": { |
|||
"path": "src/Volo.Abp.Account.Blazor/Volo.Abp.Account.Blazor.abppkg.json", |
|||
"folder": "src" |
|||
} |
|||
} |
|||
} |
|||
@ -0,0 +1,3 @@ |
|||
{ |
|||
"role": "lib.application-contracts" |
|||
} |
|||
@ -0,0 +1,3 @@ |
|||
{ |
|||
"role": "lib.application" |
|||
} |
|||
@ -0,0 +1,3 @@ |
|||
{ |
|||
"role": "lib.blazor" |
|||
} |
|||
@ -0,0 +1,3 @@ |
|||
{ |
|||
"role": "lib.http-api-client" |
|||
} |
|||
@ -0,0 +1,3 @@ |
|||
{ |
|||
"role": "lib.http-api" |
|||
} |
|||
@ -0,0 +1 @@ |
|||
{} |
|||
@ -0,0 +1,3 @@ |
|||
{ |
|||
"role": "lib.mvc" |
|||
} |
|||
@ -0,0 +1,3 @@ |
|||
{ |
|||
"role": "lib.test" |
|||
} |
|||
@ -1,64 +1,42 @@ |
|||
{ |
|||
"folders": { |
|||
"src": {}, |
|||
"test": {} |
|||
"items": { |
|||
"src": {}, |
|||
"test": {} |
|||
} |
|||
}, |
|||
"packages": { |
|||
"Volo.Abp.AuditLogging.Domain.Shared": { |
|||
"path": "src/Volo.Abp.AuditLogging.Domain.Shared/Volo.Abp.AuditLogging.Domain.Shared.csproj", |
|||
"folder": "src", |
|||
"includes": { |
|||
"lib.domain.shared": {} |
|||
} |
|||
"path": "src/Volo.Abp.AuditLogging.Domain.Shared/Volo.Abp.AuditLogging.Domain.Shared.abppkg.json", |
|||
"folder": "src" |
|||
}, |
|||
"Volo.Abp.AuditLogging.Domain": { |
|||
"path": "src/Volo.Abp.AuditLogging.Domain/Volo.Abp.AuditLogging.Domain.csproj", |
|||
"folder": "src", |
|||
"includes": { |
|||
"lib.domain": {} |
|||
} |
|||
"path": "src/Volo.Abp.AuditLogging.Domain/Volo.Abp.AuditLogging.Domain.abppkg.json", |
|||
"folder": "src" |
|||
}, |
|||
"Volo.Abp.AuditLogging.EntityFrameworkCore": { |
|||
"path": "src/Volo.Abp.AuditLogging.EntityFrameworkCore/Volo.Abp.AuditLogging.EntityFrameworkCore.csproj", |
|||
"folder": "src", |
|||
"includes": { |
|||
"lib.ef": {} |
|||
} |
|||
"path": "src/Volo.Abp.AuditLogging.EntityFrameworkCore/Volo.Abp.AuditLogging.EntityFrameworkCore.abppkg.json", |
|||
"folder": "src" |
|||
}, |
|||
"Volo.Abp.AuditLogging.MongoDB": { |
|||
"path": "src/Volo.Abp.AuditLogging.MongoDB/Volo.Abp.AuditLogging.MongoDB.csproj", |
|||
"folder": "src", |
|||
"includes": { |
|||
"lib.mongodb": {} |
|||
} |
|||
}, |
|||
"Volo.Abp.AuditLogging.TestBase": { |
|||
"path": "test/Volo.Abp.AuditLogging.TestBase/Volo.Abp.AuditLogging.TestBase.csproj", |
|||
"folder": "test", |
|||
"includes": { |
|||
"lib.test": {} |
|||
} |
|||
"path": "src/Volo.Abp.AuditLogging.MongoDB/Volo.Abp.AuditLogging.MongoDB.abppkg.json", |
|||
"folder": "src" |
|||
}, |
|||
"Volo.Abp.AuditLogging.Tests": { |
|||
"path": "test/Volo.Abp.AuditLogging.Tests/Volo.Abp.AuditLogging.Tests.csproj", |
|||
"folder": "test", |
|||
"includes": { |
|||
"lib.test": {} |
|||
} |
|||
"path": "test/Volo.Abp.AuditLogging.Tests/Volo.Abp.AuditLogging.Tests.abppkg.json", |
|||
"folder": "test" |
|||
}, |
|||
"Volo.Abp.AuditLogging.TestBase": { |
|||
"path": "test/Volo.Abp.AuditLogging.TestBase/Volo.Abp.AuditLogging.TestBase.abppkg.json", |
|||
"folder": "test" |
|||
}, |
|||
"Volo.Abp.AuditLogging.EntityFrameworkCore.Tests": { |
|||
"path": "test/Volo.Abp.AuditLogging.EntityFrameworkCore.Tests/Volo.Abp.AuditLogging.EntityFrameworkCore.Tests.csproj", |
|||
"folder": "test", |
|||
"includes": { |
|||
"lib.test": {} |
|||
} |
|||
"path": "test/Volo.Abp.AuditLogging.EntityFrameworkCore.Tests/Volo.Abp.AuditLogging.EntityFrameworkCore.Tests.abppkg.json", |
|||
"folder": "test" |
|||
}, |
|||
"Volo.Abp.AuditLogging.MongoDB.Tests": { |
|||
"path": "test/Volo.Abp.AuditLogging.MongoDB.Tests/Volo.Abp.AuditLogging.MongoDB.Tests.csproj", |
|||
"folder": "test", |
|||
"includes": { |
|||
"lib.test": {} |
|||
} |
|||
"path": "test/Volo.Abp.AuditLogging.MongoDB.Tests/Volo.Abp.AuditLogging.MongoDB.Tests.abppkg.json", |
|||
"folder": "test" |
|||
} |
|||
} |
|||
} |
|||
@ -0,0 +1,3 @@ |
|||
{ |
|||
"role": "lib.domain-shared" |
|||
} |
|||
@ -0,0 +1,3 @@ |
|||
{ |
|||
"role": "lib.domain" |
|||
} |
|||
@ -0,0 +1,3 @@ |
|||
{ |
|||
"role": "lib.ef" |
|||
} |
|||
@ -0,0 +1,3 @@ |
|||
{ |
|||
"role": "lib.mongodb" |
|||
} |
|||
@ -0,0 +1,3 @@ |
|||
{ |
|||
"role": "lib.test" |
|||
} |
|||
@ -0,0 +1,3 @@ |
|||
{ |
|||
"role": "lib.test" |
|||
} |
|||
@ -0,0 +1 @@ |
|||
{} |
|||
@ -0,0 +1,3 @@ |
|||
{ |
|||
"role": "lib.test" |
|||
} |
|||
@ -1,64 +1,63 @@ |
|||
{ |
|||
"folders": { |
|||
"src": {}, |
|||
"test": {} |
|||
"items": { |
|||
"src": {}, |
|||
"test": {}, |
|||
"app": {} |
|||
} |
|||
}, |
|||
"packages": { |
|||
"Volo.Abp.BackgroundJobs.Domain.Shared": { |
|||
"path": "src/Volo.Abp.BackgroundJobs.Domain.Shared/Volo.Abp.BackgroundJobs.Domain.Shared.csproj", |
|||
"folder": "src", |
|||
"includes": { |
|||
"lib.domain.shared": {} |
|||
} |
|||
"path": "src/Volo.Abp.BackgroundJobs.Domain.Shared/Volo.Abp.BackgroundJobs.Domain.Shared.abppkg.json", |
|||
"folder": "src" |
|||
}, |
|||
"Volo.Abp.BackgroundJobs.Domain": { |
|||
"path": "src/Volo.Abp.BackgroundJobs.Domain/Volo.Abp.BackgroundJobs.Domain.csproj", |
|||
"folder": "src", |
|||
"includes": { |
|||
"lib.domain": {} |
|||
} |
|||
"path": "src/Volo.Abp.BackgroundJobs.Domain/Volo.Abp.BackgroundJobs.Domain.abppkg.json", |
|||
"folder": "src" |
|||
}, |
|||
"Volo.Abp.BackgroundJobs.EntityFrameworkCore": { |
|||
"path": "src/Volo.Abp.BackgroundJobs.EntityFrameworkCore/Volo.Abp.BackgroundJobs.EntityFrameworkCore.csproj", |
|||
"folder": "src", |
|||
"includes": { |
|||
"lib.ef": {} |
|||
} |
|||
"path": "src/Volo.Abp.BackgroundJobs.EntityFrameworkCore/Volo.Abp.BackgroundJobs.EntityFrameworkCore.abppkg.json", |
|||
"folder": "src" |
|||
}, |
|||
"Volo.Abp.BackgroundJobs.MongoDB": { |
|||
"path": "src/Volo.Abp.BackgroundJobs.MongoDB/Volo.Abp.BackgroundJobs.MongoDB.csproj", |
|||
"folder": "src", |
|||
"includes": { |
|||
"lib.mongodb": {} |
|||
} |
|||
"path": "src/Volo.Abp.BackgroundJobs.MongoDB/Volo.Abp.BackgroundJobs.MongoDB.abppkg.json", |
|||
"folder": "src" |
|||
}, |
|||
"Volo.Abp.BackgroundJobs.TestBase": { |
|||
"path": "test/Volo.Abp.BackgroundJobs.TestBase/Volo.Abp.BackgroundJobs.TestBase.csproj", |
|||
"folder": "test", |
|||
"includes": { |
|||
"lib.test": {} |
|||
} |
|||
"path": "test/Volo.Abp.BackgroundJobs.TestBase/Volo.Abp.BackgroundJobs.TestBase.abppkg.json", |
|||
"folder": "test" |
|||
}, |
|||
"Volo.Abp.BackgroundJobs.Domain.Tests": { |
|||
"path": "test/Volo.Abp.BackgroundJobs.Domain.Tests/Volo.Abp.BackgroundJobs.Domain.Tests.csproj", |
|||
"folder": "test", |
|||
"includes": { |
|||
"lib.test": {} |
|||
} |
|||
"path": "test/Volo.Abp.BackgroundJobs.Domain.Tests/Volo.Abp.BackgroundJobs.Domain.Tests.abppkg.json", |
|||
"folder": "test" |
|||
}, |
|||
"Volo.Abp.BackgroundJobs.EntityFrameworkCore.Tests": { |
|||
"path": "test/Volo.Abp.BackgroundJobs.EntityFrameworkCore.Tests/Volo.Abp.BackgroundJobs.EntityFrameworkCore.Tests.csproj", |
|||
"folder": "test", |
|||
"includes": { |
|||
"lib.test": {} |
|||
} |
|||
"path": "test/Volo.Abp.BackgroundJobs.EntityFrameworkCore.Tests/Volo.Abp.BackgroundJobs.EntityFrameworkCore.Tests.abppkg.json", |
|||
"folder": "test" |
|||
}, |
|||
"Volo.Abp.BackgroundJobs.MongoDB.Tests": { |
|||
"path": "test/Volo.Abp.BackgroundJobs.MongoDB.Tests/Volo.Abp.BackgroundJobs.MongoDB.Tests.csproj", |
|||
"folder": "test", |
|||
"includes": { |
|||
"lib.test": {} |
|||
} |
|||
"path": "test/Volo.Abp.BackgroundJobs.MongoDB.Tests/Volo.Abp.BackgroundJobs.MongoDB.Tests.abppkg.json", |
|||
"folder": "test" |
|||
}, |
|||
"Volo.Abp.BackgroundJobs.DemoApp": { |
|||
"path": "app/Volo.Abp.BackgroundJobs.DemoApp/Volo.Abp.BackgroundJobs.DemoApp.abppkg.json", |
|||
"folder": "app" |
|||
}, |
|||
"Volo.Abp.BackgroundJobs.DemoApp.Shared": { |
|||
"path": "app/Volo.Abp.BackgroundJobs.DemoApp.Shared/Volo.Abp.BackgroundJobs.DemoApp.Shared.abppkg.json", |
|||
"folder": "app" |
|||
}, |
|||
"Volo.Abp.BackgroundJobs.DemoApp.HangFire": { |
|||
"path": "app/Volo.Abp.BackgroundJobs.DemoApp.HangFire/Volo.Abp.BackgroundJobs.DemoApp.HangFire.abppkg.json", |
|||
"folder": "app" |
|||
}, |
|||
"Volo.Abp.BackgroundJobs.DemoApp.RabbitMq": { |
|||
"path": "app/Volo.Abp.BackgroundJobs.DemoApp.RabbitMq/Volo.Abp.BackgroundJobs.DemoApp.RabbitMq.abppkg.json", |
|||
"folder": "app" |
|||
}, |
|||
"Volo.Abp.BackgroundJobs.DemoApp.Quartz": { |
|||
"path": "app/Volo.Abp.BackgroundJobs.DemoApp.Quartz/Volo.Abp.BackgroundJobs.DemoApp.Quartz.abppkg.json", |
|||
"folder": "app" |
|||
} |
|||
} |
|||
} |
|||
@ -0,0 +1 @@ |
|||
{} |
|||
@ -0,0 +1 @@ |
|||
{} |
|||
@ -0,0 +1 @@ |
|||
{} |
|||
@ -0,0 +1 @@ |
|||
{} |
|||
@ -0,0 +1 @@ |
|||
{} |
|||
@ -0,0 +1,3 @@ |
|||
{ |
|||
"role": "lib.domain-shared" |
|||
} |
|||
@ -0,0 +1,3 @@ |
|||
{ |
|||
"role": "lib.domain" |
|||
} |
|||
@ -0,0 +1,3 @@ |
|||
{ |
|||
"role": "lib.ef" |
|||
} |
|||
@ -0,0 +1,3 @@ |
|||
{ |
|||
"role": "lib.mongodb" |
|||
} |
|||
@ -0,0 +1,3 @@ |
|||
{ |
|||
"role": "lib.test" |
|||
} |
|||
@ -0,0 +1,3 @@ |
|||
{ |
|||
"role": "lib.test" |
|||
} |
|||
@ -0,0 +1,3 @@ |
|||
{ |
|||
"role": "lib.test" |
|||
} |
|||
@ -0,0 +1 @@ |
|||
{} |
|||
@ -1,64 +1,55 @@ |
|||
{ |
|||
"folders": { |
|||
"src": {}, |
|||
"test": {} |
|||
"items": { |
|||
"src": {}, |
|||
"test": {}, |
|||
"host": { |
|||
"items": { |
|||
"BlobStoring.Database.Host.ConsoleApp": { |
|||
"items": { |
|||
"src": {} |
|||
} |
|||
} |
|||
} |
|||
} |
|||
} |
|||
}, |
|||
"packages": { |
|||
"Volo.Abp.BlobStoring.Database.Domain.Shared": { |
|||
"path": "src/Volo.Abp.BlobStoring.Database.Domain.Shared/Volo.Abp.BlobStoring.Database.Domain.Shared.csproj", |
|||
"folder": "src", |
|||
"includes": { |
|||
"lib.domain.shared": {} |
|||
} |
|||
"path": "src/Volo.Abp.BlobStoring.Database.Domain.Shared/Volo.Abp.BlobStoring.Database.Domain.Shared.abppkg.json", |
|||
"folder": "src" |
|||
}, |
|||
"Volo.Abp.BlobStoring.Database.Domain": { |
|||
"path": "src/Volo.Abp.BlobStoring.Database.Domain/Volo.Abp.BlobStoring.Database.Domain.csproj", |
|||
"folder": "src", |
|||
"includes": { |
|||
"lib.domain": {} |
|||
} |
|||
"path": "src/Volo.Abp.BlobStoring.Database.Domain/Volo.Abp.BlobStoring.Database.Domain.abppkg.json", |
|||
"folder": "src" |
|||
}, |
|||
"Volo.Abp.BlobStoring.Database.EntityFrameworkCore": { |
|||
"path": "src/Volo.Abp.BlobStoring.Database.EntityFrameworkCore/Volo.Abp.BlobStoring.Database.EntityFrameworkCore.csproj", |
|||
"folder": "src", |
|||
"includes": { |
|||
"lib.ef": {} |
|||
} |
|||
"path": "src/Volo.Abp.BlobStoring.Database.EntityFrameworkCore/Volo.Abp.BlobStoring.Database.EntityFrameworkCore.abppkg.json", |
|||
"folder": "src" |
|||
}, |
|||
"Volo.Abp.BlobStoring.Database.MongoDB": { |
|||
"path": "src/Volo.Abp.BlobStoring.Database.MongoDB/Volo.Abp.BlobStoring.Database.MongoDB.csproj", |
|||
"folder": "src", |
|||
"includes": { |
|||
"lib.mongodb": {} |
|||
} |
|||
"path": "src/Volo.Abp.BlobStoring.Database.MongoDB/Volo.Abp.BlobStoring.Database.MongoDB.abppkg.json", |
|||
"folder": "src" |
|||
}, |
|||
"Volo.Abp.BlobStoring.Database.TestBase": { |
|||
"path": "test/Volo.Abp.BlobStoring.Database.TestBase/Volo.Abp.BlobStoring.Database.TestBase.csproj", |
|||
"folder": "test", |
|||
"includes": { |
|||
"lib.test": {} |
|||
} |
|||
}, |
|||
"Volo.Abp.BlobStoring.Database.Domain.Tests": { |
|||
"path": "test/Volo.Abp.BlobStoring.Database.Domain.Tests/Volo.Abp.BlobStoring.Database.Domain.Tests.csproj", |
|||
"folder": "test", |
|||
"includes": { |
|||
"lib.test": {} |
|||
} |
|||
"path": "test/Volo.Abp.BlobStoring.Database.TestBase/Volo.Abp.BlobStoring.Database.TestBase.abppkg.json", |
|||
"folder": "test" |
|||
}, |
|||
"Volo.Abp.BlobStoring.Database.EntityFrameworkCore.Tests": { |
|||
"path": "test/Volo.Abp.BlobStoring.Database.EntityFrameworkCore.Tests/Volo.Abp.BlobStoring.Database.EntityFrameworkCore.Tests.csproj", |
|||
"folder": "test", |
|||
"includes": { |
|||
"lib.test": {} |
|||
} |
|||
"path": "test/Volo.Abp.BlobStoring.Database.EntityFrameworkCore.Tests/Volo.Abp.BlobStoring.Database.EntityFrameworkCore.Tests.abppkg.json", |
|||
"folder": "test" |
|||
}, |
|||
"Volo.Abp.BlobStoring.Database.MongoDB.Tests": { |
|||
"path": "test/Volo.Abp.BlobStoring.Database.MongoDB.Tests/Volo.Abp.BlobStoring.Database.MongoDB.Tests.csproj", |
|||
"folder": "test", |
|||
"includes": { |
|||
"lib.test": {} |
|||
} |
|||
"path": "test/Volo.Abp.BlobStoring.Database.MongoDB.Tests/Volo.Abp.BlobStoring.Database.MongoDB.Tests.abppkg.json", |
|||
"folder": "test" |
|||
}, |
|||
"Volo.Abp.BlobStoring.Database.Domain.Tests": { |
|||
"path": "test/Volo.Abp.BlobStoring.Database.Domain.Tests/Volo.Abp.BlobStoring.Database.Domain.Tests.abppkg.json", |
|||
"folder": "test" |
|||
}, |
|||
"BlobStoring.Database.Host.ConsoleApp.ConsoleApp": { |
|||
"path": "host/BlobStoring.Database.Host.ConsoleApp/src/BlobStoring.Database.Host.ConsoleApp.ConsoleApp/BlobStoring.Database.Host.ConsoleApp.ConsoleApp.abppkg.json", |
|||
"folder": "host/BlobStoring.Database.Host.ConsoleApp/src" |
|||
} |
|||
} |
|||
} |
|||
@ -0,0 +1,13 @@ |
|||
{ |
|||
"folders": { |
|||
"items": { |
|||
"src": {} |
|||
} |
|||
}, |
|||
"packages": { |
|||
"BlobStoring.Database.Host.ConsoleApp.ConsoleApp": { |
|||
"path": "src/BlobStoring.Database.Host.ConsoleApp.ConsoleApp/BlobStoring.Database.Host.ConsoleApp.ConsoleApp.abppkg.json", |
|||
"folder": "src" |
|||
} |
|||
} |
|||
} |
|||
@ -0,0 +1 @@ |
|||
{} |
|||
@ -0,0 +1,3 @@ |
|||
{ |
|||
"role": "lib.domain-shared" |
|||
} |
|||
@ -0,0 +1,3 @@ |
|||
{ |
|||
"role": "lib.domain" |
|||
} |
|||
@ -0,0 +1,3 @@ |
|||
{ |
|||
"role": "lib.ef" |
|||
} |
|||
@ -0,0 +1,3 @@ |
|||
{ |
|||
"role": "lib.mongodb" |
|||
} |
|||
@ -0,0 +1,3 @@ |
|||
{ |
|||
"role": "lib.test" |
|||
} |
|||
@ -0,0 +1,3 @@ |
|||
{ |
|||
"role": "lib.test" |
|||
} |
|||
@ -0,0 +1,3 @@ |
|||
{ |
|||
"role": "lib.test" |
|||
} |
|||
@ -0,0 +1 @@ |
|||
{} |
|||
@ -1,150 +1,90 @@ |
|||
{ |
|||
"folders": { |
|||
"src": {}, |
|||
"test": {} |
|||
}, |
|||
"imports": { |
|||
"Volo.Abp.Users": { |
|||
"path": "../users/Volo.Abp.Users.abpmdl.json" |
|||
}, |
|||
"Volo.Abp.PermissionManagement": { |
|||
"path": "../permission-management/Volo.Abp.PermissionManagement.abpmdl.json" |
|||
"items": { |
|||
"src": {}, |
|||
"test": {} |
|||
} |
|||
}, |
|||
"packages": { |
|||
"Volo.Abp.Identity.Domain.Shared": { |
|||
"path": "src/Volo.Abp.Identity.Domain.Shared/Volo.Abp.Identity.Domain.Shared.csproj", |
|||
"folder": "src", |
|||
"includes": { |
|||
"lib.domain.shared": {} |
|||
} |
|||
"path": "src/Volo.Abp.Identity.Domain.Shared/Volo.Abp.Identity.Domain.Shared.abppkg.json", |
|||
"folder": "src" |
|||
}, |
|||
"Volo.Abp.Identity.Domain": { |
|||
"path": "src/Volo.Abp.Identity.Domain/Volo.Abp.Identity.Domain.csproj", |
|||
"folder": "src", |
|||
"includes": { |
|||
"lib.domain": {} |
|||
} |
|||
"path": "src/Volo.Abp.Identity.Domain/Volo.Abp.Identity.Domain.abppkg.json", |
|||
"folder": "src" |
|||
}, |
|||
"Volo.Abp.Identity.Application.Contracts": { |
|||
"path": "src/Volo.Abp.Identity.Application.Contracts/Volo.Abp.Identity.Application.Contracts.csproj", |
|||
"folder": "src", |
|||
"includes": { |
|||
"lib.application.contracts": {} |
|||
} |
|||
"path": "src/Volo.Abp.Identity.Application.Contracts/Volo.Abp.Identity.Application.Contracts.abppkg.json", |
|||
"folder": "src" |
|||
}, |
|||
"Volo.Abp.Identity.Application": { |
|||
"path": "src/Volo.Abp.Identity.Application/Volo.Abp.Identity.Application.csproj", |
|||
"folder": "src", |
|||
"includes": { |
|||
"lib.application": {} |
|||
} |
|||
"path": "src/Volo.Abp.Identity.Application/Volo.Abp.Identity.Application.abppkg.json", |
|||
"folder": "src" |
|||
}, |
|||
"Volo.Abp.Identity.EntityFrameworkCore": { |
|||
"path": "src/Volo.Abp.Identity.EntityFrameworkCore/Volo.Abp.Identity.EntityFrameworkCore.csproj", |
|||
"folder": "src", |
|||
"includes": { |
|||
"lib.ef": {} |
|||
} |
|||
}, |
|||
"Volo.Abp.Identity.MongoDB": { |
|||
"path": "src/Volo.Abp.Identity.MongoDB/Volo.Abp.Identity.MongoDB.csproj", |
|||
"folder": "src", |
|||
"includes": { |
|||
"lib.mongodb": {} |
|||
} |
|||
}, |
|||
"Volo.Abp.Identity.AspNetCore": { |
|||
"path": "src/Volo.Abp.Identity.AspNetCore/Volo.Abp.Identity.AspNetCore.csproj", |
|||
"path": "src/Volo.Abp.Identity.EntityFrameworkCore/Volo.Abp.Identity.EntityFrameworkCore.abppkg.json", |
|||
"folder": "src" |
|||
}, |
|||
"Volo.Abp.Identity.HttpApi": { |
|||
"path": "src/Volo.Abp.Identity.HttpApi/Volo.Abp.Identity.HttpApi.csproj", |
|||
"folder": "src", |
|||
"includes": { |
|||
"lib.http-api": {} |
|||
} |
|||
"path": "src/Volo.Abp.Identity.HttpApi/Volo.Abp.Identity.HttpApi.abppkg.json", |
|||
"folder": "src" |
|||
}, |
|||
"Volo.Abp.Identity.HttpApi.Client": { |
|||
"path": "src/Volo.Abp.Identity.HttpApi.Client/Volo.Abp.Identity.HttpApi.Client.csproj", |
|||
"folder": "src", |
|||
"includes": { |
|||
"lib.http-api-client": {} |
|||
} |
|||
"path": "src/Volo.Abp.Identity.HttpApi.Client/Volo.Abp.Identity.HttpApi.Client.abppkg.json", |
|||
"folder": "src" |
|||
}, |
|||
"Volo.Abp.Identity.Web": { |
|||
"path": "src/Volo.Abp.Identity.Web/Volo.Abp.Identity.Web.csproj", |
|||
"folder": "src", |
|||
"includes": { |
|||
"lib.ui.mvc": {} |
|||
} |
|||
"path": "src/Volo.Abp.Identity.Web/Volo.Abp.Identity.Web.abppkg.json", |
|||
"folder": "src" |
|||
}, |
|||
"Volo.Abp.Identity.Blazor": { |
|||
"path": "src/Volo.Abp.Identity.Blazor/Volo.Abp.Identity.Blazor.csproj", |
|||
"folder": "src", |
|||
"includes": { |
|||
"lib.ui.blazor": {} |
|||
} |
|||
"Volo.Abp.Identity.Application.Tests": { |
|||
"path": "test/Volo.Abp.Identity.Application.Tests/Volo.Abp.Identity.Application.Tests.abppkg.json", |
|||
"folder": "test" |
|||
}, |
|||
"Volo.Abp.Identity.Blazor.Server": { |
|||
"path": "src/Volo.Abp.Identity.Blazor.Server/Volo.Abp.Identity.Blazor.Server.csproj", |
|||
"folder": "src", |
|||
"includes": { |
|||
"lib.ui.blazor-server": {} |
|||
} |
|||
"Volo.Abp.Identity.MongoDB": { |
|||
"path": "src/Volo.Abp.Identity.MongoDB/Volo.Abp.Identity.MongoDB.abppkg.json", |
|||
"folder": "src" |
|||
}, |
|||
"Volo.Abp.Identity.Blazor.WebAssembly": { |
|||
"path": "src/Volo.Abp.Identity.Blazor.WebAssembly/Volo.Abp.Identity.Blazor.WebAssembly.csproj", |
|||
"folder": "src", |
|||
"includes": { |
|||
"lib.ui.blazor-wasm": {} |
|||
} |
|||
"Volo.Abp.Identity.MongoDB.Tests": { |
|||
"path": "test/Volo.Abp.Identity.MongoDB.Tests/Volo.Abp.Identity.MongoDB.Tests.abppkg.json", |
|||
"folder": "test" |
|||
}, |
|||
"Volo.Abp.PermissionManagement.Domain.Identity": { |
|||
"path": "src/Volo.Abp.PermissionManagement.Domain.Identity/Volo.Abp.PermissionManagement.Domain.Identity.csproj", |
|||
"folder": "src" |
|||
"Volo.Abp.Identity.EntityFrameworkCore.Tests": { |
|||
"path": "test/Volo.Abp.Identity.EntityFrameworkCore.Tests/Volo.Abp.Identity.EntityFrameworkCore.Tests.abppkg.json", |
|||
"folder": "test" |
|||
}, |
|||
"Volo.Abp.Identity.TestBase": { |
|||
"path": "test/Volo.Abp.Identity.TestBase/Volo.Abp.Identity.TestBase.csproj", |
|||
"folder": "test", |
|||
"includes": { |
|||
"lib.test": {} |
|||
} |
|||
"path": "test/Volo.Abp.Identity.TestBase/Volo.Abp.Identity.TestBase.abppkg.json", |
|||
"folder": "test" |
|||
}, |
|||
"Volo.Abp.Identity.Domain.Tests": { |
|||
"path": "test/Volo.Abp.Identity.Domain.Tests/Volo.Abp.Identity.Domain.Tests.csproj", |
|||
"folder": "test", |
|||
"includes": { |
|||
"lib.test": {} |
|||
} |
|||
}, |
|||
"Volo.Abp.Identity.EntityFrameworkCore.Tests": { |
|||
"path": "test/Volo.Abp.Identity.EntityFrameworkCore.Tests/Volo.Abp.Identity.EntityFrameworkCore.Tests.csproj", |
|||
"folder": "test", |
|||
"includes": { |
|||
"lib.test": {} |
|||
} |
|||
"path": "test/Volo.Abp.Identity.Domain.Tests/Volo.Abp.Identity.Domain.Tests.abppkg.json", |
|||
"folder": "test" |
|||
}, |
|||
"Volo.Abp.Identity.MongoDB.Tests": { |
|||
"path": "test/Volo.Abp.Identity.MongoDB.Tests/Volo.Abp.Identity.MongoDB.Tests.csproj", |
|||
"folder": "test", |
|||
"includes": { |
|||
"lib.test": {} |
|||
} |
|||
"Volo.Abp.Identity.AspNetCore": { |
|||
"path": "src/Volo.Abp.Identity.AspNetCore/Volo.Abp.Identity.AspNetCore.abppkg.json", |
|||
"folder": "src" |
|||
}, |
|||
"Volo.Abp.Identity.Application.Tests": { |
|||
"path": "test/Volo.Abp.Identity.Application.Tests/Volo.Abp.Identity.Application.Tests.csproj", |
|||
"folder": "test", |
|||
"includes": { |
|||
"lib.test": {} |
|||
} |
|||
"Volo.Abp.PermissionManagement.Domain.Identity": { |
|||
"path": "src/Volo.Abp.PermissionManagement.Domain.Identity/Volo.Abp.PermissionManagement.Domain.Identity.abppkg.json", |
|||
"folder": "src" |
|||
}, |
|||
"Volo.Abp.Identity.AspNetCore.Tests": { |
|||
"path": "test/Volo.Abp.Identity.AspNetCore.Tests/Volo.Abp.Identity.AspNetCore.Tests.csproj", |
|||
"folder": "test", |
|||
"includes": { |
|||
"lib.test": {} |
|||
} |
|||
"path": "test/Volo.Abp.Identity.AspNetCore.Tests/Volo.Abp.Identity.AspNetCore.Tests.abppkg.json", |
|||
"folder": "test" |
|||
}, |
|||
"Volo.Abp.Identity.Blazor": { |
|||
"path": "src/Volo.Abp.Identity.Blazor/Volo.Abp.Identity.Blazor.abppkg.json", |
|||
"folder": "src" |
|||
}, |
|||
"Volo.Abp.Identity.Blazor.Server": { |
|||
"path": "src/Volo.Abp.Identity.Blazor.Server/Volo.Abp.Identity.Blazor.Server.abppkg.json", |
|||
"folder": "src" |
|||
}, |
|||
"Volo.Abp.Identity.Blazor.WebAssembly": { |
|||
"path": "src/Volo.Abp.Identity.Blazor.WebAssembly/Volo.Abp.Identity.Blazor.WebAssembly.abppkg.json", |
|||
"folder": "src" |
|||
} |
|||
} |
|||
} |
|||
@ -0,0 +1,3 @@ |
|||
{ |
|||
"role": "lib.application-contracts" |
|||
} |
|||
@ -0,0 +1,3 @@ |
|||
{ |
|||
"role": "lib.application" |
|||
} |
|||
@ -0,0 +1 @@ |
|||
{} |
|||
@ -0,0 +1,3 @@ |
|||
{ |
|||
"role": "lib.blazor-server" |
|||
} |
|||
@ -0,0 +1,3 @@ |
|||
{ |
|||
"role": "lib.blazor-wasm" |
|||
} |
|||
@ -0,0 +1,3 @@ |
|||
{ |
|||
"role": "lib.blazor" |
|||
} |
|||
@ -0,0 +1,3 @@ |
|||
{ |
|||
"role": "lib.domain-shared" |
|||
} |
|||
@ -0,0 +1,3 @@ |
|||
{ |
|||
"role": "lib.domain" |
|||
} |
|||
@ -0,0 +1,3 @@ |
|||
{ |
|||
"role": "lib.ef" |
|||
} |
|||
@ -0,0 +1,3 @@ |
|||
{ |
|||
"role": "lib.http-api-client" |
|||
} |
|||
@ -0,0 +1,3 @@ |
|||
{ |
|||
"role": "lib.http-api" |
|||
} |
|||
@ -0,0 +1,3 @@ |
|||
{ |
|||
"role": "lib.mongodb" |
|||
} |
|||
@ -0,0 +1,3 @@ |
|||
{ |
|||
"role": "lib.mvc" |
|||
} |
|||
@ -0,0 +1 @@ |
|||
{} |
|||
@ -0,0 +1,3 @@ |
|||
{ |
|||
"role": "lib.test" |
|||
} |
|||
@ -0,0 +1,3 @@ |
|||
{ |
|||
"role": "lib.test" |
|||
} |
|||
@ -0,0 +1,3 @@ |
|||
{ |
|||
"role": "lib.test" |
|||
} |
|||
@ -0,0 +1,3 @@ |
|||
{ |
|||
"role": "lib.test" |
|||
} |
|||
@ -0,0 +1,3 @@ |
|||
{ |
|||
"role": "lib.test" |
|||
} |
|||
@ -0,0 +1 @@ |
|||
{} |
|||
@ -1,76 +1,46 @@ |
|||
{ |
|||
"folders": { |
|||
"src": {}, |
|||
"test": {} |
|||
}, |
|||
"imports": { |
|||
"Volo.Abp.Identity": { |
|||
"path": "../identity/Volo.Abp.Identity.abpmdl.json" |
|||
}, |
|||
"Volo.Abp.PermissionManagement": { |
|||
"path": "../permission-management/Volo.Abp.PermissionManagement.abpmdl.json" |
|||
"items": { |
|||
"src": {}, |
|||
"test": {} |
|||
} |
|||
}, |
|||
"packages": { |
|||
"Volo.Abp.IdentityServer.Domain.Shared": { |
|||
"path": "src/Volo.Abp.IdentityServer.Domain.Shared/Volo.Abp.IdentityServer.Domain.Shared.csproj", |
|||
"folder": "src", |
|||
"includes": { |
|||
"lib.domain.shared": {} |
|||
} |
|||
}, |
|||
"Volo.Abp.IdentityServer.Domain": { |
|||
"path": "src/Volo.Abp.IdentityServer.Domain/Volo.Abp.IdentityServer.Domain.csproj", |
|||
"folder": "src", |
|||
"includes": { |
|||
"lib.domain": {} |
|||
} |
|||
"path": "src/Volo.Abp.IdentityServer.Domain/Volo.Abp.IdentityServer.Domain.abppkg.json", |
|||
"folder": "src" |
|||
}, |
|||
"Volo.Abp.IdentityServer.Domain.Shared": { |
|||
"path": "src/Volo.Abp.IdentityServer.Domain.Shared/Volo.Abp.IdentityServer.Domain.Shared.abppkg.json", |
|||
"folder": "src" |
|||
}, |
|||
"Volo.Abp.IdentityServer.EntityFrameworkCore": { |
|||
"path": "src/Volo.Abp.IdentityServer.EntityFrameworkCore/Volo.Abp.IdentityServer.EntityFrameworkCore.csproj", |
|||
"folder": "src", |
|||
"includes": { |
|||
"lib.ef": {} |
|||
} |
|||
"path": "src/Volo.Abp.IdentityServer.EntityFrameworkCore/Volo.Abp.IdentityServer.EntityFrameworkCore.abppkg.json", |
|||
"folder": "src" |
|||
}, |
|||
"Volo.Abp.IdentityServer.MongoDB": { |
|||
"path": "src/Volo.Abp.IdentityServer.MongoDB/Volo.Abp.IdentityServer.MongoDB.csproj", |
|||
"folder": "src", |
|||
"includes": { |
|||
"lib.mongodb": {} |
|||
} |
|||
"Volo.Abp.IdentityServer.EntityFrameworkCore.Tests": { |
|||
"path": "test/Volo.Abp.IdentityServer.EntityFrameworkCore.Tests/Volo.Abp.IdentityServer.EntityFrameworkCore.Tests.abppkg.json", |
|||
"folder": "test" |
|||
}, |
|||
"Volo.Abp.PermissionManagement.Domain.IdentityServer": { |
|||
"path": "src/Volo.Abp.PermissionManagement.Domain.IdentityServer/Volo.Abp.PermissionManagement.Domain.IdentityServer.csproj", |
|||
"Volo.Abp.IdentityServer.MongoDB": { |
|||
"path": "src/Volo.Abp.IdentityServer.MongoDB/Volo.Abp.IdentityServer.MongoDB.abppkg.json", |
|||
"folder": "src" |
|||
}, |
|||
"Volo.Abp.IdentityServer.TestBase": { |
|||
"path": "test/Volo.Abp.IdentityServer.TestBase/Volo.Abp.IdentityServer.TestBase.csproj", |
|||
"folder": "test", |
|||
"includes": { |
|||
"lib.test": {} |
|||
} |
|||
"path": "test/Volo.Abp.IdentityServer.TestBase/Volo.Abp.IdentityServer.TestBase.abppkg.json", |
|||
"folder": "test" |
|||
}, |
|||
"Volo.Abp.IdentityServer.Domain.Tests": { |
|||
"path": "test/Volo.Abp.IdentityServer.Domain.Tests/Volo.Abp.IdentityServer.Domain.Tests.csproj", |
|||
"folder": "test", |
|||
"includes": { |
|||
"lib.test": {} |
|||
} |
|||
"Volo.Abp.IdentityServer.MongoDB.Tests": { |
|||
"path": "test/Volo.Abp.IdentityServer.MongoDB.Tests/Volo.Abp.IdentityServer.MongoDB.Tests.abppkg.json", |
|||
"folder": "test" |
|||
}, |
|||
"Volo.Abp.IdentityServer.EntityFrameworkCore.Tests": { |
|||
"path": "test/Volo.Abp.IdentityServer.EntityFrameworkCore.Tests/Volo.Abp.IdentityServer.EntityFrameworkCore.Tests.csproj", |
|||
"folder": "test", |
|||
"includes": { |
|||
"lib.test": {} |
|||
} |
|||
"Volo.Abp.IdentityServer.Domain.Tests": { |
|||
"path": "test/Volo.Abp.IdentityServer.Domain.Tests/Volo.Abp.IdentityServer.Domain.Tests.abppkg.json", |
|||
"folder": "test" |
|||
}, |
|||
"Volo.Abp.IdentityServer.MongoDB.Tests": { |
|||
"path": "test/Volo.Abp.IdentityServer.MongoDB.Tests/Volo.Abp.IdentityServer.MongoDB.Tests.csproj", |
|||
"folder": "test", |
|||
"includes": { |
|||
"lib.test": {} |
|||
} |
|||
"Volo.Abp.PermissionManagement.Domain.IdentityServer": { |
|||
"path": "src/Volo.Abp.PermissionManagement.Domain.IdentityServer/Volo.Abp.PermissionManagement.Domain.IdentityServer.abppkg.json", |
|||
"folder": "src" |
|||
} |
|||
} |
|||
} |
|||
@ -0,0 +1,3 @@ |
|||
{ |
|||
"role": "lib.domain-shared" |
|||
} |
|||
@ -0,0 +1,3 @@ |
|||
{ |
|||
"role": "lib.domain" |
|||
} |
|||
@ -0,0 +1,3 @@ |
|||
{ |
|||
"role": "lib.ef" |
|||
} |
|||
@ -0,0 +1,3 @@ |
|||
{ |
|||
"role": "lib.mongodb" |
|||
} |
|||
@ -0,0 +1 @@ |
|||
{} |
|||
@ -0,0 +1,3 @@ |
|||
{ |
|||
"role": "lib.test" |
|||
} |
|||
@ -0,0 +1,3 @@ |
|||
{ |
|||
"role": "lib.test" |
|||
} |
|||
@ -0,0 +1,3 @@ |
|||
{ |
|||
"role": "lib.test" |
|||
} |
|||
@ -0,0 +1 @@ |
|||
{} |
|||
@ -1,127 +1,78 @@ |
|||
{ |
|||
"folders": { |
|||
"src": {}, |
|||
"test": {} |
|||
"items": { |
|||
"src": {}, |
|||
"test": {} |
|||
} |
|||
}, |
|||
"packages": { |
|||
"Volo.Abp.PermissionManagement.Domain.Shared": { |
|||
"path": "src/Volo.Abp.PermissionManagement.Domain.Shared/Volo.Abp.PermissionManagement.Domain.Shared.csproj", |
|||
"folder": "src", |
|||
"includes": { |
|||
"lib.domain.shared": {} |
|||
} |
|||
"path": "src/Volo.Abp.PermissionManagement.Domain.Shared/Volo.Abp.PermissionManagement.Domain.Shared.abppkg.json", |
|||
"folder": "src" |
|||
}, |
|||
"Volo.Abp.PermissionManagement.Domain": { |
|||
"path": "src/Volo.Abp.PermissionManagement.Domain/Volo.Abp.PermissionManagement.Domain.csproj", |
|||
"folder": "src", |
|||
"includes": { |
|||
"lib.domain": {} |
|||
} |
|||
"path": "src/Volo.Abp.PermissionManagement.Domain/Volo.Abp.PermissionManagement.Domain.abppkg.json", |
|||
"folder": "src" |
|||
}, |
|||
"Volo.Abp.PermissionManagement.Application.Contracts": { |
|||
"path": "src/Volo.Abp.PermissionManagement.Application.Contracts/Volo.Abp.PermissionManagement.Application.Contracts.csproj", |
|||
"folder": "src", |
|||
"includes": { |
|||
"lib.application.contracts": {} |
|||
} |
|||
"path": "src/Volo.Abp.PermissionManagement.Application.Contracts/Volo.Abp.PermissionManagement.Application.Contracts.abppkg.json", |
|||
"folder": "src" |
|||
}, |
|||
"Volo.Abp.PermissionManagement.Application": { |
|||
"path": "src/Volo.Abp.PermissionManagement.Application/Volo.Abp.PermissionManagement.Application.csproj", |
|||
"folder": "src", |
|||
"includes": { |
|||
"lib.application": {} |
|||
} |
|||
"path": "src/Volo.Abp.PermissionManagement.Application/Volo.Abp.PermissionManagement.Application.abppkg.json", |
|||
"folder": "src" |
|||
}, |
|||
"Volo.Abp.PermissionManagement.EntityFrameworkCore": { |
|||
"path": "src/Volo.Abp.PermissionManagement.EntityFrameworkCore/Volo.Abp.PermissionManagement.EntityFrameworkCore.csproj", |
|||
"folder": "src", |
|||
"includes": { |
|||
"lib.ef": {} |
|||
} |
|||
"path": "src/Volo.Abp.PermissionManagement.EntityFrameworkCore/Volo.Abp.PermissionManagement.EntityFrameworkCore.abppkg.json", |
|||
"folder": "src" |
|||
}, |
|||
"Volo.Abp.PermissionManagement.Web": { |
|||
"path": "src/Volo.Abp.PermissionManagement.Web/Volo.Abp.PermissionManagement.Web.abppkg.json", |
|||
"folder": "src" |
|||
}, |
|||
"Volo.Abp.PermissionManagement.Domain.Tests": { |
|||
"path": "test/Volo.Abp.PermissionManagement.Domain.Tests/Volo.Abp.PermissionManagement.Domain.Tests.abppkg.json", |
|||
"folder": "test" |
|||
}, |
|||
"Volo.Abp.PermissionManagement.TestBase": { |
|||
"path": "test/Volo.Abp.PermissionManagement.TestBase/Volo.Abp.PermissionManagement.TestBase.abppkg.json", |
|||
"folder": "test" |
|||
}, |
|||
"Volo.Abp.PermissionManagement.EntityFrameworkCore.Tests": { |
|||
"path": "test/Volo.Abp.PermissionManagement.EntityFrameworkCore.Tests/Volo.Abp.PermissionManagement.EntityFrameworkCore.Tests.abppkg.json", |
|||
"folder": "test" |
|||
}, |
|||
"Volo.Abp.PermissionManagement.MongoDB": { |
|||
"path": "src/Volo.Abp.PermissionManagement.MongoDB/Volo.Abp.PermissionManagement.MongoDB.csproj", |
|||
"folder": "src", |
|||
"includes": { |
|||
"lib.mongodb": {} |
|||
} |
|||
"path": "src/Volo.Abp.PermissionManagement.MongoDB/Volo.Abp.PermissionManagement.MongoDB.abppkg.json", |
|||
"folder": "src" |
|||
}, |
|||
"Volo.Abp.PermissionManagement.MongoDB.Tests": { |
|||
"path": "test/Volo.Abp.PermissionManagement.MongoDB.Tests/Volo.Abp.PermissionManagement.MongoDB.Tests.abppkg.json", |
|||
"folder": "test" |
|||
}, |
|||
"Volo.Abp.PermissionManagement.HttpApi": { |
|||
"path": "src/Volo.Abp.PermissionManagement.HttpApi/Volo.Abp.PermissionManagement.HttpApi.csproj", |
|||
"folder": "src", |
|||
"includes": { |
|||
"lib.http-api": {} |
|||
} |
|||
"path": "src/Volo.Abp.PermissionManagement.HttpApi/Volo.Abp.PermissionManagement.HttpApi.abppkg.json", |
|||
"folder": "src" |
|||
}, |
|||
"Volo.Abp.PermissionManagement.HttpApi.Client": { |
|||
"path": "src/Volo.Abp.PermissionManagement.HttpApi.Client/Volo.Abp.PermissionManagement.HttpApi.Client.csproj", |
|||
"folder": "src", |
|||
"includes": { |
|||
"lib.http-api-client": {} |
|||
} |
|||
"path": "src/Volo.Abp.PermissionManagement.HttpApi.Client/Volo.Abp.PermissionManagement.HttpApi.Client.abppkg.json", |
|||
"folder": "src" |
|||
}, |
|||
"Volo.Abp.PermissionManagement.Web": { |
|||
"path": "src/Volo.Abp.PermissionManagement.Web/Volo.Abp.PermissionManagement.Web.csproj", |
|||
"folder": "src", |
|||
"includes": { |
|||
"lib.ui.mvc": {} |
|||
} |
|||
"Volo.Abp.PermissionManagement.Application.Tests": { |
|||
"path": "test/Volo.Abp.PermissionManagement.Application.Tests/Volo.Abp.PermissionManagement.Application.Tests.abppkg.json", |
|||
"folder": "test" |
|||
}, |
|||
"Volo.Abp.PermissionManagement.Blazor": { |
|||
"path": "src/Volo.Abp.PermissionManagement.Blazor/Volo.Abp.PermissionManagement.Blazor.csproj", |
|||
"folder": "src", |
|||
"includes": { |
|||
"lib.ui.blazor": {} |
|||
} |
|||
"path": "src/Volo.Abp.PermissionManagement.Blazor/Volo.Abp.PermissionManagement.Blazor.abppkg.json", |
|||
"folder": "src" |
|||
}, |
|||
"Volo.Abp.PermissionManagement.Blazor.Server": { |
|||
"path": "src/Volo.Abp.PermissionManagement.Blazor.Server/Volo.Abp.PermissionManagement.Blazor.Server.csproj", |
|||
"folder": "src", |
|||
"includes": { |
|||
"lib.ui.blazor-server": {} |
|||
} |
|||
"path": "src/Volo.Abp.PermissionManagement.Blazor.Server/Volo.Abp.PermissionManagement.Blazor.Server.abppkg.json", |
|||
"folder": "src" |
|||
}, |
|||
"Volo.Abp.PermissionManagement.Blazor.WebAssembly": { |
|||
"path": "src/Volo.Abp.PermissionManagement.Blazor.WebAssembly/Volo.Abp.PermissionManagement.Blazor.WebAssembly.csproj", |
|||
"folder": "src", |
|||
"includes": { |
|||
"lib.ui.blazor-wasm": {} |
|||
} |
|||
}, |
|||
"Volo.Abp.PermissionManagement.TestBase": { |
|||
"path": "test/Volo.Abp.PermissionManagement.TestBase/Volo.Abp.PermissionManagement.TestBase.csproj", |
|||
"folder": "test", |
|||
"includes": { |
|||
"lib.test": {} |
|||
} |
|||
}, |
|||
"Volo.Abp.PermissionManagement.Domain.Tests": { |
|||
"path": "test/Volo.Abp.PermissionManagement.Domain.Tests/Volo.Abp.PermissionManagement.Domain.Tests.csproj", |
|||
"folder": "test", |
|||
"includes": { |
|||
"lib.test": {} |
|||
} |
|||
}, |
|||
"Volo.Abp.PermissionManagement.EntityFrameworkCore.Tests": { |
|||
"path": "test/Volo.Abp.PermissionManagement.EntityFrameworkCore.Tests/Volo.Abp.PermissionManagement.EntityFrameworkCore.Tests.csproj", |
|||
"folder": "test", |
|||
"includes": { |
|||
"lib.test": {} |
|||
} |
|||
}, |
|||
"Volo.Abp.PermissionManagement.MongoDB.Tests": { |
|||
"path": "test/Volo.Abp.PermissionManagement.MongoDB.Tests/Volo.Abp.PermissionManagement.MongoDB.Tests.csproj", |
|||
"folder": "test", |
|||
"includes": { |
|||
"lib.test": {} |
|||
} |
|||
}, |
|||
"Volo.Abp.PermissionManagement.Application.Tests": { |
|||
"path": "test/Volo.Abp.PermissionManagement.Application.Tests/Volo.Abp.PermissionManagement.Application.Tests.csproj", |
|||
"folder": "test", |
|||
"includes": { |
|||
"lib.test": {} |
|||
} |
|||
"path": "src/Volo.Abp.PermissionManagement.Blazor.WebAssembly/Volo.Abp.PermissionManagement.Blazor.WebAssembly.abppkg.json", |
|||
"folder": "src" |
|||
} |
|||
} |
|||
} |
|||
@ -0,0 +1,3 @@ |
|||
{ |
|||
"role": "lib.application-contracts" |
|||
} |
|||
@ -0,0 +1,3 @@ |
|||
{ |
|||
"role": "lib.application" |
|||
} |
|||
@ -0,0 +1,3 @@ |
|||
{ |
|||
"role": "lib.blazor-server" |
|||
} |
|||
@ -0,0 +1,3 @@ |
|||
{ |
|||
"role": "lib.blazor-wasm" |
|||
} |
|||
@ -0,0 +1,3 @@ |
|||
{ |
|||
"role": "lib.blazor" |
|||
} |
|||
@ -0,0 +1,3 @@ |
|||
{ |
|||
"role": "lib.domain-shared" |
|||
} |
|||
@ -0,0 +1,3 @@ |
|||
{ |
|||
"role": "lib.domain" |
|||
} |
|||
@ -0,0 +1,3 @@ |
|||
{ |
|||
"role": "lib.ef" |
|||
} |
|||
@ -0,0 +1,3 @@ |
|||
{ |
|||
"role": "lib.http-api-client" |
|||
} |
|||
@ -0,0 +1,3 @@ |
|||
{ |
|||
"role": "lib.http-api" |
|||
} |
|||
@ -0,0 +1,3 @@ |
|||
{ |
|||
"role": "lib.mongodb" |
|||
} |
|||
@ -0,0 +1,3 @@ |
|||
{ |
|||
"role": "lib.mvc" |
|||
} |
|||
@ -0,0 +1,3 @@ |
|||
{ |
|||
"role": "lib.test" |
|||
} |
|||
@ -0,0 +1,3 @@ |
|||
{ |
|||
"role": "lib.test" |
|||
} |
|||
@ -0,0 +1,3 @@ |
|||
{ |
|||
"role": "lib.test" |
|||
} |
|||
@ -0,0 +1,3 @@ |
|||
{ |
|||
"role": "lib.test" |
|||
} |
|||
@ -0,0 +1 @@ |
|||
{} |
|||
@ -1,120 +1,79 @@ |
|||
{ |
|||
"folders": { |
|||
"src": {}, |
|||
"test": {} |
|||
"items": { |
|||
"src": {}, |
|||
"test": {}, |
|||
"app": {} |
|||
} |
|||
}, |
|||
"packages": { |
|||
"Volo.Abp.SettingManagement.Domain.Shared": { |
|||
"path": "src/Volo.Abp.SettingManagement.Domain.Shared/Volo.Abp.SettingManagement.Domain.Shared.csproj", |
|||
"folder": "src", |
|||
"includes": { |
|||
"lib.domain.shared": {} |
|||
} |
|||
"path": "src/Volo.Abp.SettingManagement.Domain.Shared/Volo.Abp.SettingManagement.Domain.Shared.abppkg.json", |
|||
"folder": "src" |
|||
}, |
|||
"Volo.Abp.SettingManagement.Domain": { |
|||
"path": "src/Volo.Abp.SettingManagement.Domain/Volo.Abp.SettingManagement.Domain.csproj", |
|||
"folder": "src", |
|||
"includes": { |
|||
"lib.domain": {} |
|||
} |
|||
}, |
|||
"Volo.Abp.SettingManagement.Application.Contracts": { |
|||
"path": "src/Volo.Abp.SettingManagement.Application.Contracts/Volo.Abp.SettingManagement.Application.Contracts.csproj", |
|||
"folder": "src", |
|||
"includes": { |
|||
"lib.application.contracts": {} |
|||
} |
|||
}, |
|||
"Volo.Abp.SettingManagement.Application": { |
|||
"path": "src/Volo.Abp.SettingManagement.Application/Volo.Abp.SettingManagement.Application.csproj", |
|||
"folder": "src", |
|||
"includes": { |
|||
"lib.application": {} |
|||
} |
|||
"path": "src/Volo.Abp.SettingManagement.Domain/Volo.Abp.SettingManagement.Domain.abppkg.json", |
|||
"folder": "src" |
|||
}, |
|||
"Volo.Abp.SettingManagement.EntityFrameworkCore": { |
|||
"path": "src/Volo.Abp.SettingManagement.EntityFrameworkCore/Volo.Abp.SettingManagement.EntityFrameworkCore.csproj", |
|||
"folder": "src", |
|||
"includes": { |
|||
"lib.ef": {} |
|||
} |
|||
"path": "src/Volo.Abp.SettingManagement.EntityFrameworkCore/Volo.Abp.SettingManagement.EntityFrameworkCore.abppkg.json", |
|||
"folder": "src" |
|||
}, |
|||
"Volo.Abp.SettingManagement.Tests": { |
|||
"path": "test/Volo.Abp.SettingManagement.Tests/Volo.Abp.SettingManagement.Tests.abppkg.json", |
|||
"folder": "test" |
|||
}, |
|||
"Volo.Abp.SettingManagement.MongoDB": { |
|||
"path": "src/Volo.Abp.SettingManagement.MongoDB/Volo.Abp.SettingManagement.MongoDB.csproj", |
|||
"folder": "src", |
|||
"includes": { |
|||
"lib.mongodb": {} |
|||
} |
|||
"path": "src/Volo.Abp.SettingManagement.MongoDB/Volo.Abp.SettingManagement.MongoDB.abppkg.json", |
|||
"folder": "src" |
|||
}, |
|||
"Volo.Abp.SettingManagement.HttpApi": { |
|||
"path": "src/Volo.Abp.SettingManagement.HttpApi/Volo.Abp.SettingManagement.HttpApi.csproj", |
|||
"folder": "src", |
|||
"includes": { |
|||
"lib.http-api": {} |
|||
} |
|||
"Volo.Abp.SettingManagement.TestBase": { |
|||
"path": "test/Volo.Abp.SettingManagement.TestBase/Volo.Abp.SettingManagement.TestBase.abppkg.json", |
|||
"folder": "test" |
|||
}, |
|||
"Volo.Abp.SettingManagement.HttpApi.Client": { |
|||
"path": "src/Volo.Abp.SettingManagement.HttpApi.Client/Volo.Abp.SettingManagement.HttpApi.Client.csproj", |
|||
"folder": "src", |
|||
"includes": { |
|||
"lib.http-api-client": {} |
|||
} |
|||
"Volo.Abp.SettingManagement.EntityFrameworkCore.Tests": { |
|||
"path": "test/Volo.Abp.SettingManagement.EntityFrameworkCore.Tests/Volo.Abp.SettingManagement.EntityFrameworkCore.Tests.abppkg.json", |
|||
"folder": "test" |
|||
}, |
|||
"Volo.Abp.SettingManagement.MongoDB.Tests": { |
|||
"path": "test/Volo.Abp.SettingManagement.MongoDB.Tests/Volo.Abp.SettingManagement.MongoDB.Tests.abppkg.json", |
|||
"folder": "test" |
|||
}, |
|||
"Volo.Abp.SettingManagement.Web": { |
|||
"path": "src/Volo.Abp.SettingManagement.Web/Volo.Abp.SettingManagement.Web.csproj", |
|||
"folder": "src", |
|||
"includes": { |
|||
"lib.ui.mvc": {} |
|||
} |
|||
"path": "src/Volo.Abp.SettingManagement.Web/Volo.Abp.SettingManagement.Web.abppkg.json", |
|||
"folder": "src" |
|||
}, |
|||
"Volo.Abp.SettingManagement.Blazor": { |
|||
"path": "src/Volo.Abp.SettingManagement.Blazor/Volo.Abp.SettingManagement.Blazor.csproj", |
|||
"folder": "src", |
|||
"includes": { |
|||
"lib.ui.blazor": {} |
|||
} |
|||
"path": "src/Volo.Abp.SettingManagement.Blazor/Volo.Abp.SettingManagement.Blazor.abppkg.json", |
|||
"folder": "src" |
|||
}, |
|||
"Volo.Abp.SettingManagement.Blazor.Server": { |
|||
"path": "src/Volo.Abp.SettingManagement.Blazor.Server/Volo.Abp.SettingManagement.Blazor.Server.csproj", |
|||
"folder": "src", |
|||
"includes": { |
|||
"lib.ui.blazor-server": {} |
|||
} |
|||
"Volo.Abp.SettingManagement.Application": { |
|||
"path": "src/Volo.Abp.SettingManagement.Application/Volo.Abp.SettingManagement.Application.abppkg.json", |
|||
"folder": "src" |
|||
}, |
|||
"Volo.Abp.SettingManagement.Blazor.WebAssembly": { |
|||
"path": "src/Volo.Abp.SettingManagement.Blazor.WebAssembly/Volo.Abp.SettingManagement.Blazor.WebAssembly.csproj", |
|||
"folder": "src", |
|||
"includes": { |
|||
"lib.ui.blazor-wasm": {} |
|||
} |
|||
"Volo.Abp.SettingManagement.Application.Contracts": { |
|||
"path": "src/Volo.Abp.SettingManagement.Application.Contracts/Volo.Abp.SettingManagement.Application.Contracts.abppkg.json", |
|||
"folder": "src" |
|||
}, |
|||
"Volo.Abp.SettingManagement.TestBase": { |
|||
"path": "test/Volo.Abp.SettingManagement.TestBase/Volo.Abp.SettingManagement.TestBase.csproj", |
|||
"folder": "test", |
|||
"includes": { |
|||
"lib.test": {} |
|||
} |
|||
"Volo.Abp.SettingManagement.HttpApi": { |
|||
"path": "src/Volo.Abp.SettingManagement.HttpApi/Volo.Abp.SettingManagement.HttpApi.abppkg.json", |
|||
"folder": "src" |
|||
}, |
|||
"Volo.Abp.SettingManagement.Tests": { |
|||
"path": "test/Volo.Abp.SettingManagement.Tests/Volo.Abp.SettingManagement.Tests.csproj", |
|||
"folder": "test", |
|||
"includes": { |
|||
"lib.test": {} |
|||
} |
|||
"Volo.Abp.SettingManagement.HttpApi.Client": { |
|||
"path": "src/Volo.Abp.SettingManagement.HttpApi.Client/Volo.Abp.SettingManagement.HttpApi.Client.abppkg.json", |
|||
"folder": "src" |
|||
}, |
|||
"Volo.Abp.SettingManagement.EntityFrameworkCore.Tests": { |
|||
"path": "test/Volo.Abp.SettingManagement.EntityFrameworkCore.Tests/Volo.Abp.SettingManagement.EntityFrameworkCore.Tests.csproj", |
|||
"folder": "test", |
|||
"includes": { |
|||
"lib.test": {} |
|||
} |
|||
"Volo.Abp.SettingManagement.DemoApp": { |
|||
"path": "app/Volo.Abp.SettingManagement.DemoApp/Volo.Abp.SettingManagement.DemoApp.abppkg.json", |
|||
"folder": "app" |
|||
}, |
|||
"Volo.Abp.SettingManagement.MongoDB.Tests": { |
|||
"path": "test/Volo.Abp.SettingManagement.MongoDB.Tests/Volo.Abp.SettingManagement.MongoDB.Tests.csproj", |
|||
"folder": "test", |
|||
"includes": { |
|||
"lib.test": {} |
|||
} |
|||
"Volo.Abp.SettingManagement.Blazor.Server": { |
|||
"path": "src/Volo.Abp.SettingManagement.Blazor.Server/Volo.Abp.SettingManagement.Blazor.Server.abppkg.json", |
|||
"folder": "src" |
|||
}, |
|||
"Volo.Abp.SettingManagement.Blazor.WebAssembly": { |
|||
"path": "src/Volo.Abp.SettingManagement.Blazor.WebAssembly/Volo.Abp.SettingManagement.Blazor.WebAssembly.abppkg.json", |
|||
"folder": "src" |
|||
} |
|||
} |
|||
} |
|||
@ -0,0 +1 @@ |
|||
{} |
|||
@ -0,0 +1,3 @@ |
|||
{ |
|||
"role": "lib.application-contracts" |
|||
} |
|||
@ -0,0 +1,3 @@ |
|||
{ |
|||
"role": "lib.application" |
|||
} |
|||
@ -0,0 +1,3 @@ |
|||
{ |
|||
"role": "lib.blazor-server" |
|||
} |
|||
@ -0,0 +1,3 @@ |
|||
{ |
|||
"role": "lib.blazor-wasm" |
|||
} |
|||
@ -0,0 +1,3 @@ |
|||
{ |
|||
"role": "lib.blazor" |
|||
} |
|||
Some files were not shown because too many files changed in this diff
Loading…
Reference in new issue