Browse Source

init identity module

pull/8883/head
Ahmet 5 years ago
parent
commit
e31a291485
  1. 168
      modules/identity/Volo.Abp.Identity.abpmdl.json
  2. 3
      modules/identity/src/Volo.Abp.Identity.Application.Contracts/Volo.Abp.Identity.Application.Contracts.abppkg.json
  3. 3
      modules/identity/src/Volo.Abp.Identity.Application/Volo.Abp.Identity.Application.abppkg.json
  4. 1
      modules/identity/src/Volo.Abp.Identity.AspNetCore/Volo.Abp.Identity.AspNetCore.abppkg.json
  5. 3
      modules/identity/src/Volo.Abp.Identity.Blazor.Server/Volo.Abp.Identity.Blazor.Server.abppkg.json
  6. 3
      modules/identity/src/Volo.Abp.Identity.Blazor.WebAssembly/Volo.Abp.Identity.Blazor.WebAssembly.abppkg.json
  7. 3
      modules/identity/src/Volo.Abp.Identity.Blazor/Volo.Abp.Identity.Blazor.abppkg.json
  8. 3
      modules/identity/src/Volo.Abp.Identity.Domain.Shared/Volo.Abp.Identity.Domain.Shared.abppkg.json
  9. 3
      modules/identity/src/Volo.Abp.Identity.Domain/Volo.Abp.Identity.Domain.abppkg.json
  10. 3
      modules/identity/src/Volo.Abp.Identity.EntityFrameworkCore/Volo.Abp.Identity.EntityFrameworkCore.abppkg.json
  11. 3
      modules/identity/src/Volo.Abp.Identity.HttpApi.Client/Volo.Abp.Identity.HttpApi.Client.abppkg.json
  12. 3
      modules/identity/src/Volo.Abp.Identity.HttpApi/Volo.Abp.Identity.HttpApi.abppkg.json
  13. 3
      modules/identity/src/Volo.Abp.Identity.MongoDB/Volo.Abp.Identity.MongoDB.abppkg.json
  14. 3
      modules/identity/src/Volo.Abp.Identity.Web/Volo.Abp.Identity.Web.abppkg.json
  15. 1
      modules/identity/src/Volo.Abp.PermissionManagement.Domain.Identity/Volo.Abp.PermissionManagement.Domain.Identity.abppkg.json
  16. 3
      modules/identity/test/Volo.Abp.Identity.Application.Tests/Volo.Abp.Identity.Application.Tests.abppkg.json
  17. 3
      modules/identity/test/Volo.Abp.Identity.AspNetCore.Tests/Volo.Abp.Identity.AspNetCore.Tests.abppkg.json
  18. 3
      modules/identity/test/Volo.Abp.Identity.Domain.Tests/Volo.Abp.Identity.Domain.Tests.abppkg.json
  19. 3
      modules/identity/test/Volo.Abp.Identity.EntityFrameworkCore.Tests/Volo.Abp.Identity.EntityFrameworkCore.Tests.abppkg.json
  20. 3
      modules/identity/test/Volo.Abp.Identity.MongoDB.Tests/Volo.Abp.Identity.MongoDB.Tests.abppkg.json
  21. 1
      modules/identity/test/Volo.Abp.Identity.TestBase/Volo.Abp.Identity.TestBase.abppkg.json

168
modules/identity/Volo.Abp.Identity.abpmdl.json

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

3
modules/identity/src/Volo.Abp.Identity.Application.Contracts/Volo.Abp.Identity.Application.Contracts.abppkg.json

@ -0,0 +1,3 @@
{
"role": "lib.application-contracts"
}

3
modules/identity/src/Volo.Abp.Identity.Application/Volo.Abp.Identity.Application.abppkg.json

@ -0,0 +1,3 @@
{
"role": "lib.application"
}

1
modules/identity/src/Volo.Abp.Identity.AspNetCore/Volo.Abp.Identity.AspNetCore.abppkg.json

@ -0,0 +1 @@
{}

3
modules/identity/src/Volo.Abp.Identity.Blazor.Server/Volo.Abp.Identity.Blazor.Server.abppkg.json

@ -0,0 +1,3 @@
{
"role": "lib.blazor-server"
}

3
modules/identity/src/Volo.Abp.Identity.Blazor.WebAssembly/Volo.Abp.Identity.Blazor.WebAssembly.abppkg.json

@ -0,0 +1,3 @@
{
"role": "lib.blazor-wasm"
}

3
modules/identity/src/Volo.Abp.Identity.Blazor/Volo.Abp.Identity.Blazor.abppkg.json

@ -0,0 +1,3 @@
{
"role": "lib.blazor"
}

3
modules/identity/src/Volo.Abp.Identity.Domain.Shared/Volo.Abp.Identity.Domain.Shared.abppkg.json

@ -0,0 +1,3 @@
{
"role": "lib.domain-shared"
}

3
modules/identity/src/Volo.Abp.Identity.Domain/Volo.Abp.Identity.Domain.abppkg.json

@ -0,0 +1,3 @@
{
"role": "lib.domain"
}

3
modules/identity/src/Volo.Abp.Identity.EntityFrameworkCore/Volo.Abp.Identity.EntityFrameworkCore.abppkg.json

@ -0,0 +1,3 @@
{
"role": "lib.ef"
}

3
modules/identity/src/Volo.Abp.Identity.HttpApi.Client/Volo.Abp.Identity.HttpApi.Client.abppkg.json

@ -0,0 +1,3 @@
{
"role": "lib.http-api-client"
}

3
modules/identity/src/Volo.Abp.Identity.HttpApi/Volo.Abp.Identity.HttpApi.abppkg.json

@ -0,0 +1,3 @@
{
"role": "lib.http-api"
}

3
modules/identity/src/Volo.Abp.Identity.MongoDB/Volo.Abp.Identity.MongoDB.abppkg.json

@ -0,0 +1,3 @@
{
"role": "lib.mongodb"
}

3
modules/identity/src/Volo.Abp.Identity.Web/Volo.Abp.Identity.Web.abppkg.json

@ -0,0 +1,3 @@
{
"role": "lib.mvc"
}

1
modules/identity/src/Volo.Abp.PermissionManagement.Domain.Identity/Volo.Abp.PermissionManagement.Domain.Identity.abppkg.json

@ -0,0 +1 @@
{}

3
modules/identity/test/Volo.Abp.Identity.Application.Tests/Volo.Abp.Identity.Application.Tests.abppkg.json

@ -0,0 +1,3 @@
{
"role": "lib.test"
}

3
modules/identity/test/Volo.Abp.Identity.AspNetCore.Tests/Volo.Abp.Identity.AspNetCore.Tests.abppkg.json

@ -0,0 +1,3 @@
{
"role": "lib.test"
}

3
modules/identity/test/Volo.Abp.Identity.Domain.Tests/Volo.Abp.Identity.Domain.Tests.abppkg.json

@ -0,0 +1,3 @@
{
"role": "lib.test"
}

3
modules/identity/test/Volo.Abp.Identity.EntityFrameworkCore.Tests/Volo.Abp.Identity.EntityFrameworkCore.Tests.abppkg.json

@ -0,0 +1,3 @@
{
"role": "lib.test"
}

3
modules/identity/test/Volo.Abp.Identity.MongoDB.Tests/Volo.Abp.Identity.MongoDB.Tests.abppkg.json

@ -0,0 +1,3 @@
{
"role": "lib.test"
}

1
modules/identity/test/Volo.Abp.Identity.TestBase/Volo.Abp.Identity.TestBase.abppkg.json

@ -0,0 +1 @@
{}
Loading…
Cancel
Save