Browse Source

Merge pull request #8817 from abpframework/studio-sln-module-structure

Studio sln module structure
pull/8824/head
Halil İbrahim Kalkan 5 years ago
committed by GitHub
parent
commit
ba3ac339e0
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 64
      modules/audit-logging/Volo.Abp.AuditLogging.abpmdl.json
  2. 7
      modules/audit-logging/Volo.Abp.AuditLogging.abpsln.json
  3. 64
      modules/background-jobs/Volo.Abp.BackgroundJobs.abpmdl.json
  4. 7
      modules/background-jobs/Volo.Abp.BackgroundJobs.abpsln.json
  5. 2
      modules/background-jobs/Volo.Abp.BackgroundJobs.sln
  6. 64
      modules/blob-storing-database/Volo.Abp.BlobStoring.Database.abpmdl.json
  7. 7
      modules/blob-storing-database/Volo.Abp.BlobStoring.Database.abpsln.json
  8. 127
      modules/feature-management/Volo.Abp.FeatureManagement.abpmdl.json
  9. 7
      modules/feature-management/Volo.Abp.FeatureManagement.abpsln.json
  10. 2
      modules/feature-management/Volo.Abp.FeatureManagement.sln
  11. 76
      modules/identityserver/Volo.Abp.IdentityServer.abpmdl.json
  12. 7
      modules/identityserver/Volo.Abp.IdentityServer.abpsln.json
  13. 127
      modules/permission-management/Volo.Abp.PermissionManagement.abpmdl.json
  14. 7
      modules/permission-management/Volo.Abp.PermissionManagement.abpsln.json
  15. 120
      modules/setting-management/Volo.Abp.SettingManagement.abpmdl.json
  16. 7
      modules/setting-management/Volo.Abp.SettingManagement.abpsln.json

64
modules/audit-logging/Volo.Abp.AuditLogging.abpmdl.json

@ -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": {}
}
}
}
}

7
modules/audit-logging/Volo.Abp.AuditLogging.abpsln.json

@ -0,0 +1,7 @@
{
"modules": {
"Volo.Abp.AuditLogging": {
"path": "Volo.Abp.AuditLogging.abpmdl.json"
}
}
}

64
modules/background-jobs/Volo.Abp.BackgroundJobs.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": {}
}
}
}
}

7
modules/background-jobs/Volo.Abp.BackgroundJobs.abpsln.json

@ -0,0 +1,7 @@
{
"modules": {
"Volo.Abp.BackgroundJobs": {
"path": "Volo.Abp.BackgroundJobs.abpmdl.json"
}
}
}

2
modules/background-jobs/Volo.Abp.BackgroundJobs.sln

@ -9,7 +9,7 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Volo.Abp.BackgroundJobs.Dom
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{649A3FFA-182F-4E56-9717-E6A9A2BEC545}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "tests", "tests", "{CCD2960C-23CC-4AB4-B84D-60C7AAA52F4D}"
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "test", "test", "{CCD2960C-23CC-4AB4-B84D-60C7AAA52F4D}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "app", "app", "{E400416D-2895-4512-9D17-90681EEC7E0A}"
EndProject

64
modules/blob-storing-database/Volo.Abp.BlobStoring.Database.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": {}
}
}
}
}

7
modules/blob-storing-database/Volo.Abp.BlobStoring.Database.abpsln.json

@ -0,0 +1,7 @@
{
"modules": {
"Volo.Abp.BlobStoring.Database": {
"path": "Volo.Abp.BlobStoring.Database.abpmdl.json"
}
}
}

127
modules/feature-management/Volo.Abp.FeatureManagement.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": {}
}
}
}
}

7
modules/feature-management/Volo.Abp.FeatureManagement.abpsln.json

@ -0,0 +1,7 @@
{
"modules": {
"Volo.Abp.FeatureManagement": {
"path": "Volo.Abp.FeatureManagement.abpmdl.json"
}
}
}

2
modules/feature-management/Volo.Abp.FeatureManagement.sln

@ -13,7 +13,7 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Volo.Abp.FeatureManagement.
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{649A3FFA-182F-4E56-9717-E6A9A2BEC545}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "tests", "tests", "{CCD2960C-23CC-4AB4-B84D-60C7AAA52F4D}"
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "test", "test", "{CCD2960C-23CC-4AB4-B84D-60C7AAA52F4D}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Volo.Abp.FeatureManagement.EntityFrameworkCore", "src\Volo.Abp.FeatureManagement.EntityFrameworkCore\Volo.Abp.FeatureManagement.EntityFrameworkCore.csproj", "{0CE86223-D31D-4315-A1F5-87BA3EE1B844}"
EndProject

76
modules/identityserver/Volo.Abp.IdentityServer.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": {}
}
}
}
}

7
modules/identityserver/Volo.Abp.IdentityServer.abpsln.json

@ -0,0 +1,7 @@
{
"modules": {
"Volo.Abp.IdentityServer": {
"path": "Volo.Abp.IdentityServer.abpmdl.json"
}
}
}

127
modules/permission-management/Volo.Abp.PermissionManagement.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": {}
}
}
}
}

7
modules/permission-management/Volo.Abp.PermissionManagement.abpsln.json

@ -0,0 +1,7 @@
{
"modules": {
"Volo.Abp.PermissionManagement": {
"path": "Volo.Abp.PermissionManagement.abpmdl.json"
}
}
}

120
modules/setting-management/Volo.Abp.SettingManagement.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": {}
}
}
}
}

7
modules/setting-management/Volo.Abp.SettingManagement.abpsln.json

@ -0,0 +1,7 @@
{
"modules": {
"Volo.Abp.SettingManagement": {
"path": "Volo.Abp.SettingManagement.abpmdl.json"
}
}
}
Loading…
Cancel
Save