mirror of https://github.com/abpframework/abp.git
committed by
GitHub
16 changed files with 693 additions and 2 deletions
@ -0,0 +1,64 @@ |
|||
{ |
|||
"folders": { |
|||
"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": {} |
|||
} |
|||
}, |
|||
"Volo.Abp.AuditLogging.Domain": { |
|||
"path": "src/Volo.Abp.AuditLogging.Domain/Volo.Abp.AuditLogging.Domain.csproj", |
|||
"folder": "src", |
|||
"includes": { |
|||
"lib.domain": {} |
|||
} |
|||
}, |
|||
"Volo.Abp.AuditLogging.EntityFrameworkCore": { |
|||
"path": "src/Volo.Abp.AuditLogging.EntityFrameworkCore/Volo.Abp.AuditLogging.EntityFrameworkCore.csproj", |
|||
"folder": "src", |
|||
"includes": { |
|||
"lib.ef": {} |
|||
} |
|||
}, |
|||
"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": {} |
|||
} |
|||
}, |
|||
"Volo.Abp.AuditLogging.Tests": { |
|||
"path": "test/Volo.Abp.AuditLogging.Tests/Volo.Abp.AuditLogging.Tests.csproj", |
|||
"folder": "test", |
|||
"includes": { |
|||
"lib.test": {} |
|||
} |
|||
}, |
|||
"Volo.Abp.AuditLogging.EntityFrameworkCore.Tests": { |
|||
"path": "test/Volo.Abp.AuditLogging.EntityFrameworkCore.Tests/Volo.Abp.AuditLogging.EntityFrameworkCore.Tests.csproj", |
|||
"folder": "test", |
|||
"includes": { |
|||
"lib.test": {} |
|||
} |
|||
}, |
|||
"Volo.Abp.AuditLogging.MongoDB.Tests": { |
|||
"path": "test/Volo.Abp.AuditLogging.MongoDB.Tests/Volo.Abp.AuditLogging.MongoDB.Tests.csproj", |
|||
"folder": "test", |
|||
"includes": { |
|||
"lib.test": {} |
|||
} |
|||
} |
|||
} |
|||
} |
|||
@ -0,0 +1,7 @@ |
|||
{ |
|||
"modules": { |
|||
"Volo.Abp.AuditLogging": { |
|||
"path": "Volo.Abp.AuditLogging.abpmdl.json" |
|||
} |
|||
} |
|||
} |
|||
@ -0,0 +1,64 @@ |
|||
{ |
|||
"folders": { |
|||
"src": {}, |
|||
"test": {} |
|||
}, |
|||
"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": {} |
|||
} |
|||
}, |
|||
"Volo.Abp.BackgroundJobs.Domain": { |
|||
"path": "src/Volo.Abp.BackgroundJobs.Domain/Volo.Abp.BackgroundJobs.Domain.csproj", |
|||
"folder": "src", |
|||
"includes": { |
|||
"lib.domain": {} |
|||
} |
|||
}, |
|||
"Volo.Abp.BackgroundJobs.EntityFrameworkCore": { |
|||
"path": "src/Volo.Abp.BackgroundJobs.EntityFrameworkCore/Volo.Abp.BackgroundJobs.EntityFrameworkCore.csproj", |
|||
"folder": "src", |
|||
"includes": { |
|||
"lib.ef": {} |
|||
} |
|||
}, |
|||
"Volo.Abp.BackgroundJobs.MongoDB": { |
|||
"path": "src/Volo.Abp.BackgroundJobs.MongoDB/Volo.Abp.BackgroundJobs.MongoDB.csproj", |
|||
"folder": "src", |
|||
"includes": { |
|||
"lib.mongodb": {} |
|||
} |
|||
}, |
|||
"Volo.Abp.BackgroundJobs.TestBase": { |
|||
"path": "test/Volo.Abp.BackgroundJobs.TestBase/Volo.Abp.BackgroundJobs.TestBase.csproj", |
|||
"folder": "test", |
|||
"includes": { |
|||
"lib.test": {} |
|||
} |
|||
}, |
|||
"Volo.Abp.BackgroundJobs.Domain.Tests": { |
|||
"path": "test/Volo.Abp.BackgroundJobs.Domain.Tests/Volo.Abp.BackgroundJobs.Domain.Tests.csproj", |
|||
"folder": "test", |
|||
"includes": { |
|||
"lib.test": {} |
|||
} |
|||
}, |
|||
"Volo.Abp.BackgroundJobs.EntityFrameworkCore.Tests": { |
|||
"path": "test/Volo.Abp.BackgroundJobs.EntityFrameworkCore.Tests/Volo.Abp.BackgroundJobs.EntityFrameworkCore.Tests.csproj", |
|||
"folder": "test", |
|||
"includes": { |
|||
"lib.test": {} |
|||
} |
|||
}, |
|||
"Volo.Abp.BackgroundJobs.MongoDB.Tests": { |
|||
"path": "test/Volo.Abp.BackgroundJobs.MongoDB.Tests/Volo.Abp.BackgroundJobs.MongoDB.Tests.csproj", |
|||
"folder": "test", |
|||
"includes": { |
|||
"lib.test": {} |
|||
} |
|||
} |
|||
} |
|||
} |
|||
@ -0,0 +1,7 @@ |
|||
{ |
|||
"modules": { |
|||
"Volo.Abp.BackgroundJobs": { |
|||
"path": "Volo.Abp.BackgroundJobs.abpmdl.json" |
|||
} |
|||
} |
|||
} |
|||
@ -0,0 +1,64 @@ |
|||
{ |
|||
"folders": { |
|||
"src": {}, |
|||
"test": {} |
|||
}, |
|||
"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": {} |
|||
} |
|||
}, |
|||
"Volo.Abp.BlobStoring.Database.Domain": { |
|||
"path": "src/Volo.Abp.BlobStoring.Database.Domain/Volo.Abp.BlobStoring.Database.Domain.csproj", |
|||
"folder": "src", |
|||
"includes": { |
|||
"lib.domain": {} |
|||
} |
|||
}, |
|||
"Volo.Abp.BlobStoring.Database.EntityFrameworkCore": { |
|||
"path": "src/Volo.Abp.BlobStoring.Database.EntityFrameworkCore/Volo.Abp.BlobStoring.Database.EntityFrameworkCore.csproj", |
|||
"folder": "src", |
|||
"includes": { |
|||
"lib.ef": {} |
|||
} |
|||
}, |
|||
"Volo.Abp.BlobStoring.Database.MongoDB": { |
|||
"path": "src/Volo.Abp.BlobStoring.Database.MongoDB/Volo.Abp.BlobStoring.Database.MongoDB.csproj", |
|||
"folder": "src", |
|||
"includes": { |
|||
"lib.mongodb": {} |
|||
} |
|||
}, |
|||
"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": {} |
|||
} |
|||
}, |
|||
"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": {} |
|||
} |
|||
}, |
|||
"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": {} |
|||
} |
|||
} |
|||
} |
|||
} |
|||
@ -0,0 +1,7 @@ |
|||
{ |
|||
"modules": { |
|||
"Volo.Abp.BlobStoring.Database": { |
|||
"path": "Volo.Abp.BlobStoring.Database.abpmdl.json" |
|||
} |
|||
} |
|||
} |
|||
@ -0,0 +1,127 @@ |
|||
{ |
|||
"folders": { |
|||
"src": {}, |
|||
"test": {} |
|||
}, |
|||
"packages": { |
|||
"Volo.Abp.FeatureManagement.Domain.Shared": { |
|||
"path": "src/Volo.Abp.FeatureManagement.Domain.Shared/Volo.Abp.FeatureManagement.Domain.Shared.csproj", |
|||
"folder": "src", |
|||
"includes": { |
|||
"lib.domain.shared": {} |
|||
} |
|||
}, |
|||
"Volo.Abp.FeatureManagement.Domain": { |
|||
"path": "src/Volo.Abp.FeatureManagement.Domain/Volo.Abp.FeatureManagement.Domain.csproj", |
|||
"folder": "src", |
|||
"includes": { |
|||
"lib.domain": {} |
|||
} |
|||
}, |
|||
"Volo.Abp.FeatureManagement.Application.Contracts": { |
|||
"path": "src/Volo.Abp.FeatureManagement.Application.Contracts/Volo.Abp.FeatureManagement.Application.Contracts.csproj", |
|||
"folder": "src", |
|||
"includes": { |
|||
"lib.application.contracts": {} |
|||
} |
|||
}, |
|||
"Volo.Abp.FeatureManagement.Application": { |
|||
"path": "src/Volo.Abp.FeatureManagement.Application/Volo.Abp.FeatureManagement.Application.csproj", |
|||
"folder": "src", |
|||
"includes": { |
|||
"lib.application": {} |
|||
} |
|||
}, |
|||
"Volo.Abp.FeatureManagement.EntityFrameworkCore": { |
|||
"path": "src/Volo.Abp.FeatureManagement.EntityFrameworkCore/Volo.Abp.FeatureManagement.EntityFrameworkCore.csproj", |
|||
"folder": "src", |
|||
"includes": { |
|||
"lib.ef": {} |
|||
} |
|||
}, |
|||
"Volo.Abp.FeatureManagement.MongoDB": { |
|||
"path": "src/Volo.Abp.FeatureManagement.MongoDB/Volo.Abp.FeatureManagement.MongoDB.csproj", |
|||
"folder": "src", |
|||
"includes": { |
|||
"lib.mongodb": {} |
|||
} |
|||
}, |
|||
"Volo.Abp.FeatureManagement.HttpApi": { |
|||
"path": "src/Volo.Abp.FeatureManagement.HttpApi/Volo.Abp.FeatureManagement.HttpApi.csproj", |
|||
"folder": "src", |
|||
"includes": { |
|||
"lib.http-api": {} |
|||
} |
|||
}, |
|||
"Volo.Abp.FeatureManagement.HttpApi.Client": { |
|||
"path": "src/Volo.Abp.FeatureManagement.HttpApi.Client/Volo.Abp.FeatureManagement.HttpApi.Client.csproj", |
|||
"folder": "src", |
|||
"includes": { |
|||
"lib.http-api-client": {} |
|||
} |
|||
}, |
|||
"Volo.Abp.FeatureManagement.Web": { |
|||
"path": "src/Volo.Abp.FeatureManagement.Web/Volo.Abp.FeatureManagement.Web.csproj", |
|||
"folder": "src", |
|||
"includes": { |
|||
"lib.ui.mvc": {} |
|||
} |
|||
}, |
|||
"Volo.Abp.FeatureManagement.Blazor": { |
|||
"path": "src/Volo.Abp.FeatureManagement.Blazor/Volo.Abp.FeatureManagement.Blazor.csproj", |
|||
"folder": "src", |
|||
"includes": { |
|||
"lib.ui.blazor": {} |
|||
} |
|||
}, |
|||
"Volo.Abp.FeatureManagement.Blazor.Server": { |
|||
"path": "src/Volo.Abp.FeatureManagement.Blazor.Server/Volo.Abp.FeatureManagement.Blazor.Server.csproj", |
|||
"folder": "src", |
|||
"includes": { |
|||
"lib.ui.blazor-server": {} |
|||
} |
|||
}, |
|||
"Volo.Abp.FeatureManagement.Blazor.WebAssembly": { |
|||
"path": "src/Volo.Abp.FeatureManagement.Blazor.WebAssembly/Volo.Abp.FeatureManagement.Blazor.WebAssembly.csproj", |
|||
"folder": "src", |
|||
"includes": { |
|||
"lib.ui.blazor-wasm": {} |
|||
} |
|||
}, |
|||
"Volo.Abp.FeatureManagement.TestBase": { |
|||
"path": "test/Volo.Abp.FeatureManagement.TestBase/Volo.Abp.FeatureManagement.TestBase.csproj", |
|||
"folder": "test", |
|||
"includes": { |
|||
"lib.test": {} |
|||
} |
|||
}, |
|||
"Volo.Abp.FeatureManagement.Domain.Tests": { |
|||
"path": "test/Volo.Abp.FeatureManagement.Domain.Tests/Volo.Abp.FeatureManagement.Domain.Tests.csproj", |
|||
"folder": "test", |
|||
"includes": { |
|||
"lib.test": {} |
|||
} |
|||
}, |
|||
"Volo.Abp.FeatureManagement.EntityFrameworkCore.Tests": { |
|||
"path": "test/Volo.Abp.FeatureManagement.EntityFrameworkCore.Tests/Volo.Abp.FeatureManagement.EntityFrameworkCore.Tests.csproj", |
|||
"folder": "test", |
|||
"includes": { |
|||
"lib.test": {} |
|||
} |
|||
}, |
|||
"Volo.Abp.FeatureManagement.MongoDB.Tests": { |
|||
"path": "test/Volo.Abp.FeatureManagement.MongoDB.Tests/Volo.Abp.FeatureManagement.MongoDB.Tests.csproj", |
|||
"folder": "test", |
|||
"includes": { |
|||
"lib.test": {} |
|||
} |
|||
}, |
|||
"Volo.Abp.FeatureManagement.Application.Tests": { |
|||
"path": "test/Volo.Abp.FeatureManagement.Application.Tests/Volo.Abp.FeatureManagement.Application.Tests.csproj", |
|||
"folder": "test", |
|||
"includes": { |
|||
"lib.test": {} |
|||
} |
|||
} |
|||
} |
|||
} |
|||
@ -0,0 +1,7 @@ |
|||
{ |
|||
"modules": { |
|||
"Volo.Abp.FeatureManagement": { |
|||
"path": "Volo.Abp.FeatureManagement.abpmdl.json" |
|||
} |
|||
} |
|||
} |
|||
@ -0,0 +1,76 @@ |
|||
{ |
|||
"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" |
|||
} |
|||
}, |
|||
"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": {} |
|||
} |
|||
}, |
|||
"Volo.Abp.IdentityServer.EntityFrameworkCore": { |
|||
"path": "src/Volo.Abp.IdentityServer.EntityFrameworkCore/Volo.Abp.IdentityServer.EntityFrameworkCore.csproj", |
|||
"folder": "src", |
|||
"includes": { |
|||
"lib.ef": {} |
|||
} |
|||
}, |
|||
"Volo.Abp.IdentityServer.MongoDB": { |
|||
"path": "src/Volo.Abp.IdentityServer.MongoDB/Volo.Abp.IdentityServer.MongoDB.csproj", |
|||
"folder": "src", |
|||
"includes": { |
|||
"lib.mongodb": {} |
|||
} |
|||
}, |
|||
"Volo.Abp.PermissionManagement.Domain.IdentityServer": { |
|||
"path": "src/Volo.Abp.PermissionManagement.Domain.IdentityServer/Volo.Abp.PermissionManagement.Domain.IdentityServer.csproj", |
|||
"folder": "src" |
|||
}, |
|||
"Volo.Abp.IdentityServer.TestBase": { |
|||
"path": "test/Volo.Abp.IdentityServer.TestBase/Volo.Abp.IdentityServer.TestBase.csproj", |
|||
"folder": "test", |
|||
"includes": { |
|||
"lib.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.EntityFrameworkCore.Tests": { |
|||
"path": "test/Volo.Abp.IdentityServer.EntityFrameworkCore.Tests/Volo.Abp.IdentityServer.EntityFrameworkCore.Tests.csproj", |
|||
"folder": "test", |
|||
"includes": { |
|||
"lib.test": {} |
|||
} |
|||
}, |
|||
"Volo.Abp.IdentityServer.MongoDB.Tests": { |
|||
"path": "test/Volo.Abp.IdentityServer.MongoDB.Tests/Volo.Abp.IdentityServer.MongoDB.Tests.csproj", |
|||
"folder": "test", |
|||
"includes": { |
|||
"lib.test": {} |
|||
} |
|||
} |
|||
} |
|||
} |
|||
@ -0,0 +1,7 @@ |
|||
{ |
|||
"modules": { |
|||
"Volo.Abp.IdentityServer": { |
|||
"path": "Volo.Abp.IdentityServer.abpmdl.json" |
|||
} |
|||
} |
|||
} |
|||
@ -0,0 +1,127 @@ |
|||
{ |
|||
"folders": { |
|||
"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": {} |
|||
} |
|||
}, |
|||
"Volo.Abp.PermissionManagement.Domain": { |
|||
"path": "src/Volo.Abp.PermissionManagement.Domain/Volo.Abp.PermissionManagement.Domain.csproj", |
|||
"folder": "src", |
|||
"includes": { |
|||
"lib.domain": {} |
|||
} |
|||
}, |
|||
"Volo.Abp.PermissionManagement.Application.Contracts": { |
|||
"path": "src/Volo.Abp.PermissionManagement.Application.Contracts/Volo.Abp.PermissionManagement.Application.Contracts.csproj", |
|||
"folder": "src", |
|||
"includes": { |
|||
"lib.application.contracts": {} |
|||
} |
|||
}, |
|||
"Volo.Abp.PermissionManagement.Application": { |
|||
"path": "src/Volo.Abp.PermissionManagement.Application/Volo.Abp.PermissionManagement.Application.csproj", |
|||
"folder": "src", |
|||
"includes": { |
|||
"lib.application": {} |
|||
} |
|||
}, |
|||
"Volo.Abp.PermissionManagement.EntityFrameworkCore": { |
|||
"path": "src/Volo.Abp.PermissionManagement.EntityFrameworkCore/Volo.Abp.PermissionManagement.EntityFrameworkCore.csproj", |
|||
"folder": "src", |
|||
"includes": { |
|||
"lib.ef": {} |
|||
} |
|||
}, |
|||
"Volo.Abp.PermissionManagement.MongoDB": { |
|||
"path": "src/Volo.Abp.PermissionManagement.MongoDB/Volo.Abp.PermissionManagement.MongoDB.csproj", |
|||
"folder": "src", |
|||
"includes": { |
|||
"lib.mongodb": {} |
|||
} |
|||
}, |
|||
"Volo.Abp.PermissionManagement.HttpApi": { |
|||
"path": "src/Volo.Abp.PermissionManagement.HttpApi/Volo.Abp.PermissionManagement.HttpApi.csproj", |
|||
"folder": "src", |
|||
"includes": { |
|||
"lib.http-api": {} |
|||
} |
|||
}, |
|||
"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": {} |
|||
} |
|||
}, |
|||
"Volo.Abp.PermissionManagement.Web": { |
|||
"path": "src/Volo.Abp.PermissionManagement.Web/Volo.Abp.PermissionManagement.Web.csproj", |
|||
"folder": "src", |
|||
"includes": { |
|||
"lib.ui.mvc": {} |
|||
} |
|||
}, |
|||
"Volo.Abp.PermissionManagement.Blazor": { |
|||
"path": "src/Volo.Abp.PermissionManagement.Blazor/Volo.Abp.PermissionManagement.Blazor.csproj", |
|||
"folder": "src", |
|||
"includes": { |
|||
"lib.ui.blazor": {} |
|||
} |
|||
}, |
|||
"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": {} |
|||
} |
|||
}, |
|||
"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": {} |
|||
} |
|||
} |
|||
} |
|||
} |
|||
@ -0,0 +1,7 @@ |
|||
{ |
|||
"modules": { |
|||
"Volo.Abp.PermissionManagement": { |
|||
"path": "Volo.Abp.PermissionManagement.abpmdl.json" |
|||
} |
|||
} |
|||
} |
|||
@ -0,0 +1,120 @@ |
|||
{ |
|||
"folders": { |
|||
"src": {}, |
|||
"test": {} |
|||
}, |
|||
"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": {} |
|||
} |
|||
}, |
|||
"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": {} |
|||
} |
|||
}, |
|||
"Volo.Abp.SettingManagement.EntityFrameworkCore": { |
|||
"path": "src/Volo.Abp.SettingManagement.EntityFrameworkCore/Volo.Abp.SettingManagement.EntityFrameworkCore.csproj", |
|||
"folder": "src", |
|||
"includes": { |
|||
"lib.ef": {} |
|||
} |
|||
}, |
|||
"Volo.Abp.SettingManagement.MongoDB": { |
|||
"path": "src/Volo.Abp.SettingManagement.MongoDB/Volo.Abp.SettingManagement.MongoDB.csproj", |
|||
"folder": "src", |
|||
"includes": { |
|||
"lib.mongodb": {} |
|||
} |
|||
}, |
|||
"Volo.Abp.SettingManagement.HttpApi": { |
|||
"path": "src/Volo.Abp.SettingManagement.HttpApi/Volo.Abp.SettingManagement.HttpApi.csproj", |
|||
"folder": "src", |
|||
"includes": { |
|||
"lib.http-api": {} |
|||
} |
|||
}, |
|||
"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.Web": { |
|||
"path": "src/Volo.Abp.SettingManagement.Web/Volo.Abp.SettingManagement.Web.csproj", |
|||
"folder": "src", |
|||
"includes": { |
|||
"lib.ui.mvc": {} |
|||
} |
|||
}, |
|||
"Volo.Abp.SettingManagement.Blazor": { |
|||
"path": "src/Volo.Abp.SettingManagement.Blazor/Volo.Abp.SettingManagement.Blazor.csproj", |
|||
"folder": "src", |
|||
"includes": { |
|||
"lib.ui.blazor": {} |
|||
} |
|||
}, |
|||
"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.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.TestBase": { |
|||
"path": "test/Volo.Abp.SettingManagement.TestBase/Volo.Abp.SettingManagement.TestBase.csproj", |
|||
"folder": "test", |
|||
"includes": { |
|||
"lib.test": {} |
|||
} |
|||
}, |
|||
"Volo.Abp.SettingManagement.Tests": { |
|||
"path": "test/Volo.Abp.SettingManagement.Tests/Volo.Abp.SettingManagement.Tests.csproj", |
|||
"folder": "test", |
|||
"includes": { |
|||
"lib.test": {} |
|||
} |
|||
}, |
|||
"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.MongoDB.Tests": { |
|||
"path": "test/Volo.Abp.SettingManagement.MongoDB.Tests/Volo.Abp.SettingManagement.MongoDB.Tests.csproj", |
|||
"folder": "test", |
|||
"includes": { |
|||
"lib.test": {} |
|||
} |
|||
} |
|||
} |
|||
} |
|||
@ -0,0 +1,7 @@ |
|||
{ |
|||
"modules": { |
|||
"Volo.Abp.SettingManagement": { |
|||
"path": "Volo.Abp.SettingManagement.abpmdl.json" |
|||
} |
|||
} |
|||
} |
|||
Loading…
Reference in new issue