diff --git a/modules/audit-logging/Volo.Abp.AuditLogging.abpmdl.json b/modules/audit-logging/Volo.Abp.AuditLogging.abpmdl.json new file mode 100644 index 0000000000..a21497b1cb --- /dev/null +++ b/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": {} + } + } + } +} \ No newline at end of file diff --git a/modules/audit-logging/Volo.Abp.AuditLogging.abpsln.json b/modules/audit-logging/Volo.Abp.AuditLogging.abpsln.json new file mode 100644 index 0000000000..380c46c413 --- /dev/null +++ b/modules/audit-logging/Volo.Abp.AuditLogging.abpsln.json @@ -0,0 +1,7 @@ +{ + "modules": { + "Volo.Abp.AuditLogging": { + "path": "Volo.Abp.AuditLogging.abpmdl.json" + } + } +} \ No newline at end of file