diff --git a/framework/Volo.Abp.abpsln b/framework/Volo.Abp.abpsln index 36a045623e..2f34cdcfbe 100644 --- a/framework/Volo.Abp.abpsln +++ b/framework/Volo.Abp.abpsln @@ -2,7 +2,7 @@ "template": "empty", "modules": { "Volo.Abp": { - "path": "Volo.Abp.abpmdl.json" + "path": "Volo.Abp.abpmdl" } } } \ No newline at end of file diff --git a/framework/src/Volo.Abp.Cli.Core/Volo/Abp/Cli/ProjectBuilding/Building/Steps/RemoveProjectFromSolutionStep.cs b/framework/src/Volo.Abp.Cli.Core/Volo/Abp/Cli/ProjectBuilding/Building/Steps/RemoveProjectFromSolutionStep.cs index 4c1a05841f..3edbd32e25 100644 --- a/framework/src/Volo.Abp.Cli.Core/Volo/Abp/Cli/ProjectBuilding/Building/Steps/RemoveProjectFromSolutionStep.cs +++ b/framework/src/Volo.Abp.Cli.Core/Volo/Abp/Cli/ProjectBuilding/Building/Steps/RemoveProjectFromSolutionStep.cs @@ -45,7 +45,7 @@ public class RemoveProjectFromSolutionStep : ProjectBuildPipelineStep private void RemoveProjectFromAbpmdlFile(ProjectBuildContext context) { - var abpmdlFile = context.FindFile(_solutionFilePath.RemovePostFix(".sln") + ".abpmdl.json"); + var abpmdlFile = context.FindFile(_solutionFilePath.RemovePostFix(".sln") + ".abpmdl"); if (abpmdlFile == null) { diff --git a/modules/account/Volo.Abp.Account.abpsln b/modules/account/Volo.Abp.Account.abpsln index 7a1b7818a9..734b61a247 100644 --- a/modules/account/Volo.Abp.Account.abpsln +++ b/modules/account/Volo.Abp.Account.abpsln @@ -1,7 +1,7 @@ { "modules": { "Volo.Abp.Account": { - "path": "Volo.Abp.Account.abpmdl.json" + "path": "Volo.Abp.Account.abpmdl" } } } \ No newline at end of file diff --git a/modules/account/src/Volo.Abp.Account.Installer/Volo.Abp.Account.Installer.csproj b/modules/account/src/Volo.Abp.Account.Installer/Volo.Abp.Account.Installer.csproj index 4db5816a22..dc319c24b5 100644 --- a/modules/account/src/Volo.Abp.Account.Installer/Volo.Abp.Account.Installer.csproj +++ b/modules/account/src/Volo.Abp.Account.Installer/Volo.Abp.Account.Installer.csproj @@ -15,8 +15,8 @@ - - + + true content\ diff --git a/modules/audit-logging/Volo.Abp.AuditLogging.abpsln b/modules/audit-logging/Volo.Abp.AuditLogging.abpsln index 380c46c413..2c9968c6ea 100644 --- a/modules/audit-logging/Volo.Abp.AuditLogging.abpsln +++ b/modules/audit-logging/Volo.Abp.AuditLogging.abpsln @@ -1,7 +1,7 @@ { "modules": { "Volo.Abp.AuditLogging": { - "path": "Volo.Abp.AuditLogging.abpmdl.json" + "path": "Volo.Abp.AuditLogging.abpmdl" } } } \ No newline at end of file diff --git a/modules/audit-logging/src/Volo.Abp.AuditLogging.Installer/Volo.Abp.AuditLogging.Installer.csproj b/modules/audit-logging/src/Volo.Abp.AuditLogging.Installer/Volo.Abp.AuditLogging.Installer.csproj index 0e2827a94d..0e616b6b9d 100644 --- a/modules/audit-logging/src/Volo.Abp.AuditLogging.Installer/Volo.Abp.AuditLogging.Installer.csproj +++ b/modules/audit-logging/src/Volo.Abp.AuditLogging.Installer/Volo.Abp.AuditLogging.Installer.csproj @@ -14,8 +14,8 @@ - - + + true content\ diff --git a/modules/background-jobs/Volo.Abp.BackgroundJobs.abpsln b/modules/background-jobs/Volo.Abp.BackgroundJobs.abpsln index 08b606ec39..fbd21955b0 100644 --- a/modules/background-jobs/Volo.Abp.BackgroundJobs.abpsln +++ b/modules/background-jobs/Volo.Abp.BackgroundJobs.abpsln @@ -1,7 +1,7 @@ { "modules": { "Volo.Abp.BackgroundJobs": { - "path": "Volo.Abp.BackgroundJobs.abpmdl.json" + "path": "Volo.Abp.BackgroundJobs.abpmdl" } } } \ No newline at end of file diff --git a/modules/background-jobs/src/Volo.Abp.BackgroundJobs.Installer/Volo.Abp.BackgroundJobs.Installer.csproj b/modules/background-jobs/src/Volo.Abp.BackgroundJobs.Installer/Volo.Abp.BackgroundJobs.Installer.csproj index 03b3761ab8..cd17e2c35e 100644 --- a/modules/background-jobs/src/Volo.Abp.BackgroundJobs.Installer/Volo.Abp.BackgroundJobs.Installer.csproj +++ b/modules/background-jobs/src/Volo.Abp.BackgroundJobs.Installer/Volo.Abp.BackgroundJobs.Installer.csproj @@ -15,8 +15,8 @@ - - + + true content\ diff --git a/modules/basic-theme/Volo.Abp.BasicTheme.abpsln b/modules/basic-theme/Volo.Abp.BasicTheme.abpsln index 97199e5fa6..ed01aae60b 100644 --- a/modules/basic-theme/Volo.Abp.BasicTheme.abpsln +++ b/modules/basic-theme/Volo.Abp.BasicTheme.abpsln @@ -1,7 +1,7 @@ { "modules": { "Volo.Abp.BasicTheme": { - "path": "Volo.Abp.BasicTheme.abpmdl.json" + "path": "Volo.Abp.BasicTheme.abpmdl" } } } \ No newline at end of file diff --git a/modules/basic-theme/src/Volo.Abp.BasicTheme.Installer/Volo.Abp.BasicTheme.Installer.csproj b/modules/basic-theme/src/Volo.Abp.BasicTheme.Installer/Volo.Abp.BasicTheme.Installer.csproj index af2e32dd9a..64a331354e 100644 --- a/modules/basic-theme/src/Volo.Abp.BasicTheme.Installer/Volo.Abp.BasicTheme.Installer.csproj +++ b/modules/basic-theme/src/Volo.Abp.BasicTheme.Installer/Volo.Abp.BasicTheme.Installer.csproj @@ -15,8 +15,8 @@ - - + + true content\ diff --git a/modules/blob-storing-database/Volo.Abp.BlobStoring.Database.abpsln b/modules/blob-storing-database/Volo.Abp.BlobStoring.Database.abpsln index e90f5d10ff..4f0c58c7f5 100644 --- a/modules/blob-storing-database/Volo.Abp.BlobStoring.Database.abpsln +++ b/modules/blob-storing-database/Volo.Abp.BlobStoring.Database.abpsln @@ -1,10 +1,10 @@ { "modules": { "Volo.Abp.BlobStoring.Database": { - "path": "Volo.Abp.BlobStoring.Database.abpmdl.json" + "path": "Volo.Abp.BlobStoring.Database.abpmdl" }, "BlobStoring.Database.Host.ConsoleApp": { - "path": "host/BlobStoring.Database.Host.ConsoleApp/BlobStoring.Database.Host.ConsoleApp.abpmdl.json" + "path": "host/BlobStoring.Database.Host.ConsoleApp/BlobStoring.Database.Host.ConsoleApp.abpmdl" } } } \ No newline at end of file diff --git a/modules/blob-storing-database/src/Volo.Abp.BlobStoring.Database.Installer/Volo.Abp.BlobStoring.Database.Installer.csproj b/modules/blob-storing-database/src/Volo.Abp.BlobStoring.Database.Installer/Volo.Abp.BlobStoring.Database.Installer.csproj index c030a29ef8..e0d315d2d5 100644 --- a/modules/blob-storing-database/src/Volo.Abp.BlobStoring.Database.Installer/Volo.Abp.BlobStoring.Database.Installer.csproj +++ b/modules/blob-storing-database/src/Volo.Abp.BlobStoring.Database.Installer/Volo.Abp.BlobStoring.Database.Installer.csproj @@ -15,8 +15,8 @@ - - + + true content\ diff --git a/modules/blogging/Volo.Blogging.abpsln b/modules/blogging/Volo.Blogging.abpsln index c36288cbcd..0805eec9df 100644 --- a/modules/blogging/Volo.Blogging.abpsln +++ b/modules/blogging/Volo.Blogging.abpsln @@ -1,7 +1,7 @@ { "modules": { "Volo.Blogging": { - "path": "Volo.Blogging.abpmdl.json" + "path": "Volo.Blogging.abpmdl" } } } \ No newline at end of file diff --git a/modules/blogging/src/Volo.Blogging.Installer/Volo.Blogging.Installer.csproj b/modules/blogging/src/Volo.Blogging.Installer/Volo.Blogging.Installer.csproj index 2abe2fe67f..297450ad39 100644 --- a/modules/blogging/src/Volo.Blogging.Installer/Volo.Blogging.Installer.csproj +++ b/modules/blogging/src/Volo.Blogging.Installer/Volo.Blogging.Installer.csproj @@ -15,8 +15,8 @@ - - + + true content\ diff --git a/modules/client-simulation/Volo.ClientSimulation.abpsln b/modules/client-simulation/Volo.ClientSimulation.abpsln index b1db63eea0..7da6815e1f 100644 --- a/modules/client-simulation/Volo.ClientSimulation.abpsln +++ b/modules/client-simulation/Volo.ClientSimulation.abpsln @@ -1,7 +1,7 @@ { "modules": { "Volo.ClientSimulation": { - "path": "Volo.ClientSimulation.abpmdl.json" + "path": "Volo.ClientSimulation.abpmdl" } } } \ No newline at end of file diff --git a/modules/cms-kit/Volo.CmsKit.abpsln b/modules/cms-kit/Volo.CmsKit.abpsln index 1768ec8faf..3448e82475 100644 --- a/modules/cms-kit/Volo.CmsKit.abpsln +++ b/modules/cms-kit/Volo.CmsKit.abpsln @@ -1,7 +1,7 @@ { "modules": { "Volo.CmsKit": { - "path": "Volo.CmsKit.abpmdl.json" + "path": "Volo.CmsKit.abpmdl" } } } \ No newline at end of file diff --git a/modules/cms-kit/src/Volo.CmsKit.Installer/Volo.CmsKit.Installer.csproj b/modules/cms-kit/src/Volo.CmsKit.Installer/Volo.CmsKit.Installer.csproj index abfbd3b87e..898b480c1b 100644 --- a/modules/cms-kit/src/Volo.CmsKit.Installer/Volo.CmsKit.Installer.csproj +++ b/modules/cms-kit/src/Volo.CmsKit.Installer/Volo.CmsKit.Installer.csproj @@ -15,8 +15,8 @@ - - + + true content\ diff --git a/modules/docs/Volo.Docs.abpsln b/modules/docs/Volo.Docs.abpsln index 999096528c..688fe0befa 100644 --- a/modules/docs/Volo.Docs.abpsln +++ b/modules/docs/Volo.Docs.abpsln @@ -1,7 +1,7 @@ { "modules": { "Volo.Docs": { - "path": "Volo.Docs.abpmdl.json" + "path": "Volo.Docs.abpmdl" } } } \ No newline at end of file diff --git a/modules/docs/src/Volo.Docs.Installer/Volo.Docs.Installer.csproj b/modules/docs/src/Volo.Docs.Installer/Volo.Docs.Installer.csproj index ef466ba0d0..89a2f2a59e 100644 --- a/modules/docs/src/Volo.Docs.Installer/Volo.Docs.Installer.csproj +++ b/modules/docs/src/Volo.Docs.Installer/Volo.Docs.Installer.csproj @@ -15,8 +15,8 @@ - - + + true content\ diff --git a/modules/feature-management/Volo.Abp.FeatureManagement.abpsln b/modules/feature-management/Volo.Abp.FeatureManagement.abpsln index 2da30a89cf..316a5bfea7 100644 --- a/modules/feature-management/Volo.Abp.FeatureManagement.abpsln +++ b/modules/feature-management/Volo.Abp.FeatureManagement.abpsln @@ -1,7 +1,7 @@ { "modules": { "Volo.Abp.FeatureManagement": { - "path": "Volo.Abp.FeatureManagement.abpmdl.json" + "path": "Volo.Abp.FeatureManagement.abpmdl" } } } \ No newline at end of file diff --git a/modules/feature-management/src/Volo.Abp.FeatureManagement.Installer/Volo.Abp.FeatureManagement.Installer.csproj b/modules/feature-management/src/Volo.Abp.FeatureManagement.Installer/Volo.Abp.FeatureManagement.Installer.csproj index 2a8f2f8ebc..09fce1ac18 100644 --- a/modules/feature-management/src/Volo.Abp.FeatureManagement.Installer/Volo.Abp.FeatureManagement.Installer.csproj +++ b/modules/feature-management/src/Volo.Abp.FeatureManagement.Installer/Volo.Abp.FeatureManagement.Installer.csproj @@ -15,8 +15,8 @@ - - + + true content\ diff --git a/modules/identity/Volo.Abp.Identity.abpsln b/modules/identity/Volo.Abp.Identity.abpsln index 68660cb264..3e93606014 100644 --- a/modules/identity/Volo.Abp.Identity.abpsln +++ b/modules/identity/Volo.Abp.Identity.abpsln @@ -1,7 +1,7 @@ { "modules": { "Volo.Abp.Identity": { - "path": "Volo.Abp.Identity.abpmdl.json" + "path": "Volo.Abp.Identity.abpmdl" } } } \ No newline at end of file diff --git a/modules/identity/src/Volo.Abp.Identity.Installer/Volo.Abp.Identity.Installer.csproj b/modules/identity/src/Volo.Abp.Identity.Installer/Volo.Abp.Identity.Installer.csproj index 2c0ccdf41d..f1a94491c4 100644 --- a/modules/identity/src/Volo.Abp.Identity.Installer/Volo.Abp.Identity.Installer.csproj +++ b/modules/identity/src/Volo.Abp.Identity.Installer/Volo.Abp.Identity.Installer.csproj @@ -15,8 +15,8 @@ - - + + true content\ diff --git a/modules/identityserver/Volo.Abp.IdentityServer.abpsln b/modules/identityserver/Volo.Abp.IdentityServer.abpsln index da8058be48..5029cbdbd3 100644 --- a/modules/identityserver/Volo.Abp.IdentityServer.abpsln +++ b/modules/identityserver/Volo.Abp.IdentityServer.abpsln @@ -1,7 +1,7 @@ { "modules": { "Volo.Abp.IdentityServer": { - "path": "Volo.Abp.IdentityServer.abpmdl.json" + "path": "Volo.Abp.IdentityServer.abpmdl" } } } \ No newline at end of file diff --git a/modules/identityserver/src/Volo.Abp.IdentityServer.Installer/Volo.Abp.IdentityServer.Installer.csproj b/modules/identityserver/src/Volo.Abp.IdentityServer.Installer/Volo.Abp.IdentityServer.Installer.csproj index 80262dc6b0..9948359539 100644 --- a/modules/identityserver/src/Volo.Abp.IdentityServer.Installer/Volo.Abp.IdentityServer.Installer.csproj +++ b/modules/identityserver/src/Volo.Abp.IdentityServer.Installer/Volo.Abp.IdentityServer.Installer.csproj @@ -15,8 +15,8 @@ - - + + true content\ diff --git a/modules/openiddict/Volo.Abp.OpenIddict.abpsln b/modules/openiddict/Volo.Abp.OpenIddict.abpsln index 3e59583a9a..8290281322 100644 --- a/modules/openiddict/Volo.Abp.OpenIddict.abpsln +++ b/modules/openiddict/Volo.Abp.OpenIddict.abpsln @@ -2,7 +2,7 @@ "template": "empty", "modules": { "Volo.Abp.OpenIddict": { - "path": "Volo.Abp.OpenIddict.abpmdl.json" + "path": "Volo.Abp.OpenIddict.abpmdl" } } } \ No newline at end of file diff --git a/modules/openiddict/src/Volo.Abp.OpenIddict.Installer/Volo.Abp.OpenIddict.Installer.csproj b/modules/openiddict/src/Volo.Abp.OpenIddict.Installer/Volo.Abp.OpenIddict.Installer.csproj index f0baf94ce8..4cd86729c6 100644 --- a/modules/openiddict/src/Volo.Abp.OpenIddict.Installer/Volo.Abp.OpenIddict.Installer.csproj +++ b/modules/openiddict/src/Volo.Abp.OpenIddict.Installer/Volo.Abp.OpenIddict.Installer.csproj @@ -15,8 +15,8 @@ - - + + true content\ diff --git a/modules/permission-management/Volo.Abp.PermissionManagement.abpsln b/modules/permission-management/Volo.Abp.PermissionManagement.abpsln index de624a3cc3..15f545b928 100644 --- a/modules/permission-management/Volo.Abp.PermissionManagement.abpsln +++ b/modules/permission-management/Volo.Abp.PermissionManagement.abpsln @@ -1,7 +1,7 @@ { "modules": { "Volo.Abp.PermissionManagement": { - "path": "Volo.Abp.PermissionManagement.abpmdl.json" + "path": "Volo.Abp.PermissionManagement.abpmdl" } } } \ No newline at end of file diff --git a/modules/permission-management/src/Volo.Abp.PermissionManagement.Installer/Volo.Abp.PermissionManagement.Installer.csproj b/modules/permission-management/src/Volo.Abp.PermissionManagement.Installer/Volo.Abp.PermissionManagement.Installer.csproj index b3dd37a784..b019d984ce 100644 --- a/modules/permission-management/src/Volo.Abp.PermissionManagement.Installer/Volo.Abp.PermissionManagement.Installer.csproj +++ b/modules/permission-management/src/Volo.Abp.PermissionManagement.Installer/Volo.Abp.PermissionManagement.Installer.csproj @@ -15,8 +15,8 @@ - - + + true content\ diff --git a/modules/setting-management/Volo.Abp.SettingManagement.abpsln b/modules/setting-management/Volo.Abp.SettingManagement.abpsln index 8a4c4414fc..a0aa5aafc8 100644 --- a/modules/setting-management/Volo.Abp.SettingManagement.abpsln +++ b/modules/setting-management/Volo.Abp.SettingManagement.abpsln @@ -1,7 +1,7 @@ { "modules": { "Volo.Abp.SettingManagement": { - "path": "Volo.Abp.SettingManagement.abpmdl.json" + "path": "Volo.Abp.SettingManagement.abpmdl" } } } \ No newline at end of file diff --git a/modules/setting-management/src/Volo.Abp.SettingManagement.Installer/Volo.Abp.SettingManagement.Installer.csproj b/modules/setting-management/src/Volo.Abp.SettingManagement.Installer/Volo.Abp.SettingManagement.Installer.csproj index bc13c2648f..177190be0f 100644 --- a/modules/setting-management/src/Volo.Abp.SettingManagement.Installer/Volo.Abp.SettingManagement.Installer.csproj +++ b/modules/setting-management/src/Volo.Abp.SettingManagement.Installer/Volo.Abp.SettingManagement.Installer.csproj @@ -15,8 +15,8 @@ - - + + true content\ diff --git a/modules/tenant-management/Volo.Abp.TenantManagement.abpsln b/modules/tenant-management/Volo.Abp.TenantManagement.abpsln index d6d4cb2f63..e287e25d4c 100644 --- a/modules/tenant-management/Volo.Abp.TenantManagement.abpsln +++ b/modules/tenant-management/Volo.Abp.TenantManagement.abpsln @@ -1,7 +1,7 @@ { "modules": { "Volo.Abp.TenantManagement": { - "path": "Volo.Abp.TenantManagement.abpmdl.json" + "path": "Volo.Abp.TenantManagement.abpmdl" } } } \ No newline at end of file diff --git a/modules/tenant-management/src/Volo.Abp.TenantManagement.Installer/Volo.Abp.TenantManagement.Installer.csproj b/modules/tenant-management/src/Volo.Abp.TenantManagement.Installer/Volo.Abp.TenantManagement.Installer.csproj index f4ca61d166..e1253ed329 100644 --- a/modules/tenant-management/src/Volo.Abp.TenantManagement.Installer/Volo.Abp.TenantManagement.Installer.csproj +++ b/modules/tenant-management/src/Volo.Abp.TenantManagement.Installer/Volo.Abp.TenantManagement.Installer.csproj @@ -15,8 +15,8 @@ - - + + true content\ diff --git a/modules/users/Volo.Abp.Users.abpsln b/modules/users/Volo.Abp.Users.abpsln index b18063ff43..7f62b7fa1f 100644 --- a/modules/users/Volo.Abp.Users.abpsln +++ b/modules/users/Volo.Abp.Users.abpsln @@ -1,7 +1,7 @@ { "modules": { "Volo.Abp.Users": { - "path": "Volo.Abp.Users.abpmdl.json" + "path": "Volo.Abp.Users.abpmdl" } } } \ No newline at end of file diff --git a/modules/users/src/Volo.Abp.Users.Installer/Volo.Abp.Users.Installer.csproj b/modules/users/src/Volo.Abp.Users.Installer/Volo.Abp.Users.Installer.csproj index 5c7940f14f..ce4690184a 100644 --- a/modules/users/src/Volo.Abp.Users.Installer/Volo.Abp.Users.Installer.csproj +++ b/modules/users/src/Volo.Abp.Users.Installer/Volo.Abp.Users.Installer.csproj @@ -15,8 +15,8 @@ - - + + true content\ diff --git a/modules/virtual-file-explorer/Volo.Abp.VirtualFileExplorer.abpsln b/modules/virtual-file-explorer/Volo.Abp.VirtualFileExplorer.abpsln index c163e92950..264a302af3 100644 --- a/modules/virtual-file-explorer/Volo.Abp.VirtualFileExplorer.abpsln +++ b/modules/virtual-file-explorer/Volo.Abp.VirtualFileExplorer.abpsln @@ -1,7 +1,7 @@ { "modules": { "Volo.Abp.VirtualFileExplorer": { - "path": "Volo.Abp.VirtualFileExplorer.abpmdl.json" + "path": "Volo.Abp.VirtualFileExplorer.abpmdl" } } } \ No newline at end of file diff --git a/modules/virtual-file-explorer/src/Volo.Abp.VirtualFileExplorer.Installer/Volo.Abp.VirtualFileExplorer.Installer.csproj b/modules/virtual-file-explorer/src/Volo.Abp.VirtualFileExplorer.Installer/Volo.Abp.VirtualFileExplorer.Installer.csproj index 108980c375..dee8d664e0 100644 --- a/modules/virtual-file-explorer/src/Volo.Abp.VirtualFileExplorer.Installer/Volo.Abp.VirtualFileExplorer.Installer.csproj +++ b/modules/virtual-file-explorer/src/Volo.Abp.VirtualFileExplorer.Installer/Volo.Abp.VirtualFileExplorer.Installer.csproj @@ -15,8 +15,8 @@ - - + + true content\ diff --git a/templates/module/aspnet-core/MyCompanyName.MyProjectName.abpsln b/templates/module/aspnet-core/MyCompanyName.MyProjectName.abpsln index 3273040f28..06ee073020 100644 --- a/templates/module/aspnet-core/MyCompanyName.MyProjectName.abpsln +++ b/templates/module/aspnet-core/MyCompanyName.MyProjectName.abpsln @@ -1,7 +1,7 @@ { "modules": { "MyCompanyName.MyProjectName": { - "path": "MyCompanyName.MyProjectName.abpmdl.json" + "path": "MyCompanyName.MyProjectName.abpmdl" } } } \ No newline at end of file diff --git a/templates/module/aspnet-core/src/MyCompanyName.MyProjectName.Installer/MyCompanyName.MyProjectName.Installer.csproj b/templates/module/aspnet-core/src/MyCompanyName.MyProjectName.Installer/MyCompanyName.MyProjectName.Installer.csproj index 15df9828d5..9694d57c61 100644 --- a/templates/module/aspnet-core/src/MyCompanyName.MyProjectName.Installer/MyCompanyName.MyProjectName.Installer.csproj +++ b/templates/module/aspnet-core/src/MyCompanyName.MyProjectName.Installer/MyCompanyName.MyProjectName.Installer.csproj @@ -14,8 +14,8 @@ - - + + true content\