diff --git a/modules/cms-kit/Volo.CmsKit.abpmdl.json b/modules/cms-kit/Volo.CmsKit.abpmdl.json index e3a513b4ef..06e86b66bb 100644 --- a/modules/cms-kit/Volo.CmsKit.abpmdl.json +++ b/modules/cms-kit/Volo.CmsKit.abpmdl.json @@ -147,7 +147,7 @@ "path": "src/Volo.CmsKit.Common.HttpApi.Client/Volo.CmsKit.Common.HttpApi.Client.abppkg.json", "folder": "src" }, - "Volo.Abp.BlobStoring.Database.Installer": { + "Volo.CmsKit.Installer": { "path": "src/Volo.CmsKit.Installer/Volo.CmsKit.Installer.abppkg.json", "folder": "src" } diff --git a/modules/cms-kit/src/Volo.CmsKit.Installer/Volo/Abp/CmsKit/AbpCmsKitInstallerModule.cs b/modules/cms-kit/src/Volo.CmsKit.Installer/Volo/Abp/CmsKit/AbpCmsKitInstallerModule.cs index 3b0d976f2a..199034e246 100644 --- a/modules/cms-kit/src/Volo.CmsKit.Installer/Volo/Abp/CmsKit/AbpCmsKitInstallerModule.cs +++ b/modules/cms-kit/src/Volo.CmsKit.Installer/Volo/Abp/CmsKit/AbpCmsKitInstallerModule.cs @@ -8,13 +8,13 @@ namespace Volo.Abp.CmsKit typeof(AbpStudioModuleInstallerModule), typeof(AbpVirtualFileSystemModule) )] - public class VoloCmsKitDatabaseInstallerModule : AbpModule + public class VoloCmsKitInstallerModule : AbpModule { public override void ConfigureServices(ServiceConfigurationContext context) { Configure(options => { - options.FileSets.AddEmbedded(); + options.FileSets.AddEmbedded(); }); } } diff --git a/nupkg/common.ps1 b/nupkg/common.ps1 index f356175dd9..9f8527a7a3 100644 --- a/nupkg/common.ps1 +++ b/nupkg/common.ps1 @@ -168,7 +168,7 @@ $projects = ( "modules/account/src/Volo.Abp.Account.Web.IdentityServer", "modules/account/src/Volo.Abp.Account.Blazor", "modules/account/src/Volo.Abp.Account.Installer", - "studio/source-codes/Volo.Abp.Account.SourceCode", + "studio/source-codes/Volo.Abp.Account", # modules/audit-logging "modules/audit-logging/src/Volo.Abp.AuditLogging.Domain", @@ -176,7 +176,7 @@ $projects = ( "modules/audit-logging/src/Volo.Abp.AuditLogging.EntityFrameworkCore", "modules/audit-logging/src/Volo.Abp.AuditLogging.MongoDB", "modules/audit-logging/src/Volo.Abp.AuditLogging.Installer", - "studio/source-codes/Volo.Abp.AuditLogging.SourceCode", + "studio/source-codes/Volo.Abp.AuditLogging", # modules/background-jobs "modules/background-jobs/src/Volo.Abp.BackgroundJobs.Domain", @@ -184,7 +184,7 @@ $projects = ( "modules/background-jobs/src/Volo.Abp.BackgroundJobs.EntityFrameworkCore", "modules/background-jobs/src/Volo.Abp.BackgroundJobs.MongoDB", "modules/background-jobs/src/Volo.Abp.BackgroundJobs.Installer", - "studio/source-codes/Volo.Abp.BackgroundJobs.SourceCode", + "studio/source-codes/Volo.Abp.BackgroundJobs", # modules/basic-theme "modules/basic-theme/src/Volo.Abp.AspNetCore.Components.Server.BasicTheme", @@ -192,7 +192,7 @@ $projects = ( "modules/basic-theme/src/Volo.Abp.AspNetCore.Components.WebAssembly.BasicTheme", "modules/basic-theme/src/Volo.Abp.AspNetCore.Mvc.UI.Theme.Basic", "modules/basic-theme/src/Volo.Abp.BasicTheme.Installer", - "studio/source-codes/Volo.Abp.BasicTheme.SourceCode", + "studio/source-codes/Volo.Abp.BasicTheme", # modules/blogging "modules/blogging/src/Volo.Blogging.Application.Contracts.Shared", @@ -210,6 +210,7 @@ $projects = ( "modules/blogging/src/Volo.Blogging.Admin.HttpApi", "modules/blogging/src/Volo.Blogging.Admin.HttpApi.Client", "modules/blogging/src/Volo.Blogging.Admin.Web", + "studio/source-codes/Volo.Blogging", # modules/client-simulation "modules/client-simulation/src/Volo.ClientSimulation", @@ -229,7 +230,8 @@ $projects = ( "modules/docs/src/Volo.Docs.HttpApi.Client", "modules/docs/src/Volo.Docs.HttpApi", "modules/docs/src/Volo.Docs.MongoDB", - "modules/docs/src/Volo.Docs.Web", + "modules/docs/src/Volo.Docs.Web",, + "studio/source-codes/Volo.Docs", # modules/feature-management "modules/feature-management/src/Volo.Abp.FeatureManagement.Application.Contracts", @@ -245,7 +247,7 @@ $projects = ( "modules/feature-management/src/Volo.Abp.FeatureManagement.Blazor.Server", "modules/feature-management/src/Volo.Abp.FeatureManagement.Blazor.WebAssembly", "modules/feature-management/src/Volo.Abp.FeatureManagement.Installer", - "studio/source-codes/Volo.Abp.FeatureManagement.SourceCode", + "studio/source-codes/Volo.Abp.FeatureManagement", # modules/identity "modules/identity/src/Volo.Abp.Identity.Application.Contracts", @@ -263,7 +265,7 @@ $projects = ( "modules/identity/src/Volo.Abp.Identity.Blazor.WebAssembly", "modules/identity/src/Volo.Abp.PermissionManagement.Domain.Identity", "modules/identity/src/Volo.Abp.Identity.Installer", - "studio/source-codes/Volo.Abp.Identity.SourceCode", + "studio/source-codes/Volo.Abp.Identity", # modules/identityserver "modules/identityserver/src/Volo.Abp.IdentityServer.Domain", @@ -272,7 +274,7 @@ $projects = ( "modules/identityserver/src/Volo.Abp.IdentityServer.MongoDB", "modules/identityserver/src/Volo.Abp.PermissionManagement.Domain.IdentityServer", "modules/identityserver/src/Volo.Abp.IdentityServer.Installer", - "studio/source-codes/Volo.Abp.IdentityServer.SourceCode", + "studio/source-codes/Volo.Abp.IdentityServer", # modules/permission-management "modules/permission-management/src/Volo.Abp.PermissionManagement.Application.Contracts", @@ -288,7 +290,7 @@ $projects = ( "modules/permission-management/src/Volo.Abp.PermissionManagement.Blazor.Server", "modules/permission-management/src/Volo.Abp.PermissionManagement.Blazor.WebAssembly", "modules/permission-management/src/Volo.Abp.PermissionManagement.Installer", - "studio/source-codes/Volo.Abp.PermissionManagement.SourceCode", + "studio/source-codes/Volo.Abp.PermissionManagement", # modules/setting-management "modules/setting-management/src/Volo.Abp.SettingManagement.Application.Contracts", @@ -304,7 +306,7 @@ $projects = ( "modules/setting-management/src/Volo.Abp.SettingManagement.MongoDB", "modules/setting-management/src/Volo.Abp.SettingManagement.Web", "modules/setting-management/src/Volo.Abp.SettingManagement.Installer", - "studio/source-codes/Volo.Abp.SettingManagement.SourceCode", + "studio/source-codes/Volo.Abp.SettingManagement", # modules/tenant-management "modules/tenant-management/src/Volo.Abp.TenantManagement.Application.Contracts", @@ -320,7 +322,7 @@ $projects = ( "modules/tenant-management/src/Volo.Abp.TenantManagement.MongoDB", "modules/tenant-management/src/Volo.Abp.TenantManagement.Web", "modules/tenant-management/src/Volo.Abp.TenantManagement.Installer", - "studio/source-codes/Volo.Abp.TenantManagement.SourceCode", + "studio/source-codes/Volo.Abp.TenantManagement", # modules/users "modules/users/src/Volo.Abp.Users.Abstractions", @@ -329,12 +331,12 @@ $projects = ( "modules/users/src/Volo.Abp.Users.EntityFrameworkCore", "modules/users/src/Volo.Abp.Users.MongoDB", "modules/users/src/Volo.Abp.Users.Installer", - "studio/source-codes/Volo.Abp.Users.SourceCode", + "studio/source-codes/Volo.Abp.Users", # modules/virtual-file-explorer "modules/virtual-file-explorer/src/Volo.Abp.VirtualFileExplorer.Web", "modules/virtual-file-explorer/src/Volo.Abp.VirtualFileExplorer.Installer", - "studio/source-codes/Volo.Abp.VirtualFileExplorer.SourceCode", + "studio/source-codes/Volo.Abp.VirtualFileExplorer", # modules/blob-storing-database "modules/blob-storing-database/src/Volo.Abp.BlobStoring.Database.Domain", @@ -342,7 +344,7 @@ $projects = ( "modules/blob-storing-database/src/Volo.Abp.BlobStoring.Database.EntityFrameworkCore", "modules/blob-storing-database/src/Volo.Abp.BlobStoring.Database.MongoDB", "modules/blob-storing-database/src/Volo.Abp.BlobStoring.Database.Installer", - "studio/source-codes/Volo.Abp.BlobStoring.Database.SourceCode", + "studio/source-codes/Volo.Abp.BlobStoring.Database", # abp/cms-kit "modules/cms-kit/src/Volo.CmsKit.Admin.Application", @@ -370,7 +372,7 @@ $projects = ( "modules/cms-kit/src/Volo.CmsKit.Public.Web", "modules/cms-kit/src/Volo.CmsKit.Web", "modules/cms-kit/src/Volo.CmsKit.Installer", - "studio/source-codes/Volo.CmsKit.SourceCode", + "studio/source-codes/Volo.CmsKit", # abp/studio "studio/src/Volo.Abp.Studio.Analyzing.Abstractions", diff --git a/studio/source-codes/Volo.Abp.Account.SourceCode/Volo.Abp.Account.SourceCode.zip b/studio/source-codes/Volo.Abp.Account.SourceCode/Volo.Abp.Account.SourceCode.zip deleted file mode 100644 index b9f804564b..0000000000 Binary files a/studio/source-codes/Volo.Abp.Account.SourceCode/Volo.Abp.Account.SourceCode.zip and /dev/null differ diff --git a/studio/source-codes/Volo.Abp.Account.SourceCode/Volo.Abp.Account.SourceCode.csproj b/studio/source-codes/Volo.Abp.Account/Volo.Abp.Account.SourceCode.csproj similarity index 99% rename from studio/source-codes/Volo.Abp.Account.SourceCode/Volo.Abp.Account.SourceCode.csproj rename to studio/source-codes/Volo.Abp.Account/Volo.Abp.Account.SourceCode.csproj index dfcded7827..ff32f7eefc 100644 --- a/studio/source-codes/Volo.Abp.Account.SourceCode/Volo.Abp.Account.SourceCode.csproj +++ b/studio/source-codes/Volo.Abp.Account/Volo.Abp.Account.SourceCode.csproj @@ -2,7 +2,7 @@ - + net6.0 diff --git a/studio/source-codes/Volo.Abp.Account/Volo.Abp.Account.SourceCode.zip b/studio/source-codes/Volo.Abp.Account/Volo.Abp.Account.SourceCode.zip new file mode 100644 index 0000000000..2d3ed73d80 Binary files /dev/null and b/studio/source-codes/Volo.Abp.Account/Volo.Abp.Account.SourceCode.zip differ diff --git a/studio/source-codes/Volo.Abp.AuditLogging.SourceCode/Volo.Abp.AuditLogging.SourceCode.zip b/studio/source-codes/Volo.Abp.AuditLogging.SourceCode/Volo.Abp.AuditLogging.SourceCode.zip deleted file mode 100644 index 4659363044..0000000000 Binary files a/studio/source-codes/Volo.Abp.AuditLogging.SourceCode/Volo.Abp.AuditLogging.SourceCode.zip and /dev/null differ diff --git a/studio/source-codes/Volo.Abp.AuditLogging.SourceCode/Volo.Abp.AuditLogging.SourceCode.csproj b/studio/source-codes/Volo.Abp.AuditLogging/Volo.Abp.AuditLogging.SourceCode.csproj similarity index 99% rename from studio/source-codes/Volo.Abp.AuditLogging.SourceCode/Volo.Abp.AuditLogging.SourceCode.csproj rename to studio/source-codes/Volo.Abp.AuditLogging/Volo.Abp.AuditLogging.SourceCode.csproj index 7645af74d4..e52db56ad7 100644 --- a/studio/source-codes/Volo.Abp.AuditLogging.SourceCode/Volo.Abp.AuditLogging.SourceCode.csproj +++ b/studio/source-codes/Volo.Abp.AuditLogging/Volo.Abp.AuditLogging.SourceCode.csproj @@ -1,9 +1,8 @@ - - + net6.0 diff --git a/studio/source-codes/Volo.Abp.AuditLogging/Volo.Abp.AuditLogging.SourceCode.zip b/studio/source-codes/Volo.Abp.AuditLogging/Volo.Abp.AuditLogging.SourceCode.zip new file mode 100644 index 0000000000..b89b94e400 Binary files /dev/null and b/studio/source-codes/Volo.Abp.AuditLogging/Volo.Abp.AuditLogging.SourceCode.zip differ diff --git a/studio/source-codes/Volo.Abp.BackgroundJobs.SourceCode/Volo.Abp.BackgroundJobs.SourceCode.zip b/studio/source-codes/Volo.Abp.BackgroundJobs.SourceCode/Volo.Abp.BackgroundJobs.SourceCode.zip deleted file mode 100644 index 2dbaa13bb9..0000000000 Binary files a/studio/source-codes/Volo.Abp.BackgroundJobs.SourceCode/Volo.Abp.BackgroundJobs.SourceCode.zip and /dev/null differ diff --git a/studio/source-codes/Volo.Abp.BackgroundJobs.SourceCode/Volo.Abp.BackgroundJobs.SourceCode.csproj b/studio/source-codes/Volo.Abp.BackgroundJobs/Volo.Abp.BackgroundJobs.SourceCode.csproj similarity index 99% rename from studio/source-codes/Volo.Abp.BackgroundJobs.SourceCode/Volo.Abp.BackgroundJobs.SourceCode.csproj rename to studio/source-codes/Volo.Abp.BackgroundJobs/Volo.Abp.BackgroundJobs.SourceCode.csproj index 0a33d7b57d..6076424029 100644 --- a/studio/source-codes/Volo.Abp.BackgroundJobs.SourceCode/Volo.Abp.BackgroundJobs.SourceCode.csproj +++ b/studio/source-codes/Volo.Abp.BackgroundJobs/Volo.Abp.BackgroundJobs.SourceCode.csproj @@ -2,7 +2,7 @@ - + net6.0 diff --git a/studio/source-codes/Volo.Abp.BackgroundJobs/Volo.Abp.BackgroundJobs.SourceCode.zip b/studio/source-codes/Volo.Abp.BackgroundJobs/Volo.Abp.BackgroundJobs.SourceCode.zip new file mode 100644 index 0000000000..7d4e4ae946 Binary files /dev/null and b/studio/source-codes/Volo.Abp.BackgroundJobs/Volo.Abp.BackgroundJobs.SourceCode.zip differ diff --git a/studio/source-codes/Volo.Abp.BasicTheme.SourceCode/FodyWeavers.xml b/studio/source-codes/Volo.Abp.BasicTheme.SourceCode/FodyWeavers.xml deleted file mode 100644 index 00e1d9a1c1..0000000000 --- a/studio/source-codes/Volo.Abp.BasicTheme.SourceCode/FodyWeavers.xml +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/studio/source-codes/Volo.Abp.BasicTheme.SourceCode/FodyWeavers.xsd b/studio/source-codes/Volo.Abp.BasicTheme.SourceCode/FodyWeavers.xsd deleted file mode 100644 index 3f3946e282..0000000000 --- a/studio/source-codes/Volo.Abp.BasicTheme.SourceCode/FodyWeavers.xsd +++ /dev/null @@ -1,30 +0,0 @@ - - - - - - - - - - - - - - - 'true' to run assembly verification (PEVerify) on the target assembly after all weavers have been executed. - - - - - A comma-separated list of error codes that can be safely ignored in assembly verification. - - - - - 'false' to turn off automatic generation of the XML Schema file. - - - - - \ No newline at end of file diff --git a/studio/source-codes/Volo.Abp.BasicTheme.SourceCode/Volo.Abp.BasicTheme.SourceCode.csproj b/studio/source-codes/Volo.Abp.BasicTheme/Volo.Abp.BasicTheme.SourceCode.csproj similarity index 99% rename from studio/source-codes/Volo.Abp.BasicTheme.SourceCode/Volo.Abp.BasicTheme.SourceCode.csproj rename to studio/source-codes/Volo.Abp.BasicTheme/Volo.Abp.BasicTheme.SourceCode.csproj index ef90639f4c..4496c586d9 100644 --- a/studio/source-codes/Volo.Abp.BasicTheme.SourceCode/Volo.Abp.BasicTheme.SourceCode.csproj +++ b/studio/source-codes/Volo.Abp.BasicTheme/Volo.Abp.BasicTheme.SourceCode.csproj @@ -1,9 +1,8 @@ - - + net6.0 diff --git a/studio/source-codes/Volo.Abp.BasicTheme.SourceCode/Volo.Abp.BasicTheme.SourceCode.zip b/studio/source-codes/Volo.Abp.BasicTheme/Volo.Abp.BasicTheme.SourceCode.zip similarity index 51% rename from studio/source-codes/Volo.Abp.BasicTheme.SourceCode/Volo.Abp.BasicTheme.SourceCode.zip rename to studio/source-codes/Volo.Abp.BasicTheme/Volo.Abp.BasicTheme.SourceCode.zip index aa881f36a0..75e64ae6cb 100644 Binary files a/studio/source-codes/Volo.Abp.BasicTheme.SourceCode/Volo.Abp.BasicTheme.SourceCode.zip and b/studio/source-codes/Volo.Abp.BasicTheme/Volo.Abp.BasicTheme.SourceCode.zip differ diff --git a/studio/source-codes/Volo.Abp.BlobStoring.Database.SourceCode/FodyWeavers.xml b/studio/source-codes/Volo.Abp.BlobStoring.Database.SourceCode/FodyWeavers.xml deleted file mode 100644 index 00e1d9a1c1..0000000000 --- a/studio/source-codes/Volo.Abp.BlobStoring.Database.SourceCode/FodyWeavers.xml +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/studio/source-codes/Volo.Abp.BlobStoring.Database.SourceCode/FodyWeavers.xsd b/studio/source-codes/Volo.Abp.BlobStoring.Database.SourceCode/FodyWeavers.xsd deleted file mode 100644 index 3f3946e282..0000000000 --- a/studio/source-codes/Volo.Abp.BlobStoring.Database.SourceCode/FodyWeavers.xsd +++ /dev/null @@ -1,30 +0,0 @@ - - - - - - - - - - - - - - - 'true' to run assembly verification (PEVerify) on the target assembly after all weavers have been executed. - - - - - A comma-separated list of error codes that can be safely ignored in assembly verification. - - - - - 'false' to turn off automatic generation of the XML Schema file. - - - - - \ No newline at end of file diff --git a/studio/source-codes/Volo.Abp.Account.SourceCode/FodyWeavers.xml b/studio/source-codes/Volo.Abp.BlobStoring.Database/FodyWeavers.xml similarity index 100% rename from studio/source-codes/Volo.Abp.Account.SourceCode/FodyWeavers.xml rename to studio/source-codes/Volo.Abp.BlobStoring.Database/FodyWeavers.xml diff --git a/studio/source-codes/Volo.Abp.Account.SourceCode/FodyWeavers.xsd b/studio/source-codes/Volo.Abp.BlobStoring.Database/FodyWeavers.xsd similarity index 100% rename from studio/source-codes/Volo.Abp.Account.SourceCode/FodyWeavers.xsd rename to studio/source-codes/Volo.Abp.BlobStoring.Database/FodyWeavers.xsd diff --git a/studio/source-codes/Volo.Abp.BlobStoring.Database.SourceCode/Volo.Abp.BlobStoring.Database.SourceCode.csproj b/studio/source-codes/Volo.Abp.BlobStoring.Database/Volo.Abp.BlobStoring.Database.SourceCode.csproj similarity index 99% rename from studio/source-codes/Volo.Abp.BlobStoring.Database.SourceCode/Volo.Abp.BlobStoring.Database.SourceCode.csproj rename to studio/source-codes/Volo.Abp.BlobStoring.Database/Volo.Abp.BlobStoring.Database.SourceCode.csproj index 2ccffa1bb8..cb4dd198a0 100644 --- a/studio/source-codes/Volo.Abp.BlobStoring.Database.SourceCode/Volo.Abp.BlobStoring.Database.SourceCode.csproj +++ b/studio/source-codes/Volo.Abp.BlobStoring.Database/Volo.Abp.BlobStoring.Database.SourceCode.csproj @@ -1,9 +1,8 @@ - - + net6.0 diff --git a/studio/source-codes/Volo.Abp.BlobStoring.Database.SourceCode/Volo.Abp.BlobStoring.Database.SourceCode.zip b/studio/source-codes/Volo.Abp.BlobStoring.Database/Volo.Abp.BlobStoring.Database.SourceCode.zip similarity index 63% rename from studio/source-codes/Volo.Abp.BlobStoring.Database.SourceCode/Volo.Abp.BlobStoring.Database.SourceCode.zip rename to studio/source-codes/Volo.Abp.BlobStoring.Database/Volo.Abp.BlobStoring.Database.SourceCode.zip index fdc85f636c..6feb4b8d6d 100644 Binary files a/studio/source-codes/Volo.Abp.BlobStoring.Database.SourceCode/Volo.Abp.BlobStoring.Database.SourceCode.zip and b/studio/source-codes/Volo.Abp.BlobStoring.Database/Volo.Abp.BlobStoring.Database.SourceCode.zip differ diff --git a/studio/source-codes/Volo.Abp.FeatureManagement.SourceCode/FodyWeavers.xml b/studio/source-codes/Volo.Abp.FeatureManagement.SourceCode/FodyWeavers.xml deleted file mode 100644 index 00e1d9a1c1..0000000000 --- a/studio/source-codes/Volo.Abp.FeatureManagement.SourceCode/FodyWeavers.xml +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/studio/source-codes/Volo.Abp.FeatureManagement.SourceCode/FodyWeavers.xsd b/studio/source-codes/Volo.Abp.FeatureManagement.SourceCode/FodyWeavers.xsd deleted file mode 100644 index 3f3946e282..0000000000 --- a/studio/source-codes/Volo.Abp.FeatureManagement.SourceCode/FodyWeavers.xsd +++ /dev/null @@ -1,30 +0,0 @@ - - - - - - - - - - - - - - - 'true' to run assembly verification (PEVerify) on the target assembly after all weavers have been executed. - - - - - A comma-separated list of error codes that can be safely ignored in assembly verification. - - - - - 'false' to turn off automatic generation of the XML Schema file. - - - - - \ No newline at end of file diff --git a/studio/source-codes/Volo.Abp.FeatureManagement.SourceCode/Volo.Abp.FeatureManagement.SourceCode.zip b/studio/source-codes/Volo.Abp.FeatureManagement.SourceCode/Volo.Abp.FeatureManagement.SourceCode.zip deleted file mode 100644 index e0e759b1f9..0000000000 Binary files a/studio/source-codes/Volo.Abp.FeatureManagement.SourceCode/Volo.Abp.FeatureManagement.SourceCode.zip and /dev/null differ diff --git a/studio/source-codes/Volo.Abp.FeatureManagement.SourceCode/Volo.Abp.FeatureManagement.SourceCode.csproj b/studio/source-codes/Volo.Abp.FeatureManagement/Volo.Abp.FeatureManagement.SourceCode.csproj similarity index 99% rename from studio/source-codes/Volo.Abp.FeatureManagement.SourceCode/Volo.Abp.FeatureManagement.SourceCode.csproj rename to studio/source-codes/Volo.Abp.FeatureManagement/Volo.Abp.FeatureManagement.SourceCode.csproj index b670e3365e..1135d55f1a 100644 --- a/studio/source-codes/Volo.Abp.FeatureManagement.SourceCode/Volo.Abp.FeatureManagement.SourceCode.csproj +++ b/studio/source-codes/Volo.Abp.FeatureManagement/Volo.Abp.FeatureManagement.SourceCode.csproj @@ -1,9 +1,8 @@ - - + net6.0 diff --git a/studio/source-codes/Volo.Abp.FeatureManagement/Volo.Abp.FeatureManagement.SourceCode.zip b/studio/source-codes/Volo.Abp.FeatureManagement/Volo.Abp.FeatureManagement.SourceCode.zip new file mode 100644 index 0000000000..bea5073485 Binary files /dev/null and b/studio/source-codes/Volo.Abp.FeatureManagement/Volo.Abp.FeatureManagement.SourceCode.zip differ diff --git a/studio/source-codes/Volo.Abp.Identity.SourceCode/FodyWeavers.xml b/studio/source-codes/Volo.Abp.Identity.SourceCode/FodyWeavers.xml deleted file mode 100644 index 00e1d9a1c1..0000000000 --- a/studio/source-codes/Volo.Abp.Identity.SourceCode/FodyWeavers.xml +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/studio/source-codes/Volo.Abp.Identity.SourceCode/FodyWeavers.xsd b/studio/source-codes/Volo.Abp.Identity.SourceCode/FodyWeavers.xsd deleted file mode 100644 index 3f3946e282..0000000000 --- a/studio/source-codes/Volo.Abp.Identity.SourceCode/FodyWeavers.xsd +++ /dev/null @@ -1,30 +0,0 @@ - - - - - - - - - - - - - - - 'true' to run assembly verification (PEVerify) on the target assembly after all weavers have been executed. - - - - - A comma-separated list of error codes that can be safely ignored in assembly verification. - - - - - 'false' to turn off automatic generation of the XML Schema file. - - - - - \ No newline at end of file diff --git a/studio/source-codes/Volo.Abp.Identity.SourceCode/Volo.Abp.Identity.SourceCode.zip b/studio/source-codes/Volo.Abp.Identity.SourceCode/Volo.Abp.Identity.SourceCode.zip deleted file mode 100644 index e243461ac0..0000000000 Binary files a/studio/source-codes/Volo.Abp.Identity.SourceCode/Volo.Abp.Identity.SourceCode.zip and /dev/null differ diff --git a/studio/source-codes/Volo.Abp.Identity.SourceCode/Volo.Abp.Identity.SourceCode.csproj b/studio/source-codes/Volo.Abp.Identity/Volo.Abp.Identity.SourceCode.csproj similarity index 99% rename from studio/source-codes/Volo.Abp.Identity.SourceCode/Volo.Abp.Identity.SourceCode.csproj rename to studio/source-codes/Volo.Abp.Identity/Volo.Abp.Identity.SourceCode.csproj index 0d61ae3ce3..8f10f1ae5b 100644 --- a/studio/source-codes/Volo.Abp.Identity.SourceCode/Volo.Abp.Identity.SourceCode.csproj +++ b/studio/source-codes/Volo.Abp.Identity/Volo.Abp.Identity.SourceCode.csproj @@ -1,9 +1,8 @@ - - + net6.0 diff --git a/studio/source-codes/Volo.Abp.Identity/Volo.Abp.Identity.SourceCode.zip b/studio/source-codes/Volo.Abp.Identity/Volo.Abp.Identity.SourceCode.zip new file mode 100644 index 0000000000..39134ed4fe Binary files /dev/null and b/studio/source-codes/Volo.Abp.Identity/Volo.Abp.Identity.SourceCode.zip differ diff --git a/studio/source-codes/Volo.Abp.IdentityServer.SourceCode/FodyWeavers.xml b/studio/source-codes/Volo.Abp.IdentityServer.SourceCode/FodyWeavers.xml deleted file mode 100644 index 00e1d9a1c1..0000000000 --- a/studio/source-codes/Volo.Abp.IdentityServer.SourceCode/FodyWeavers.xml +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/studio/source-codes/Volo.Abp.IdentityServer.SourceCode/FodyWeavers.xsd b/studio/source-codes/Volo.Abp.IdentityServer.SourceCode/FodyWeavers.xsd deleted file mode 100644 index 3f3946e282..0000000000 --- a/studio/source-codes/Volo.Abp.IdentityServer.SourceCode/FodyWeavers.xsd +++ /dev/null @@ -1,30 +0,0 @@ - - - - - - - - - - - - - - - 'true' to run assembly verification (PEVerify) on the target assembly after all weavers have been executed. - - - - - A comma-separated list of error codes that can be safely ignored in assembly verification. - - - - - 'false' to turn off automatic generation of the XML Schema file. - - - - - \ No newline at end of file diff --git a/studio/source-codes/Volo.Abp.IdentityServer.SourceCode/Volo.Abp.IdentityServer.SourceCode.zip b/studio/source-codes/Volo.Abp.IdentityServer.SourceCode/Volo.Abp.IdentityServer.SourceCode.zip deleted file mode 100644 index 89613a9877..0000000000 Binary files a/studio/source-codes/Volo.Abp.IdentityServer.SourceCode/Volo.Abp.IdentityServer.SourceCode.zip and /dev/null differ diff --git a/studio/source-codes/Volo.Abp.IdentityServer.SourceCode/Volo.Abp.IdentityServer.SourceCode.csproj b/studio/source-codes/Volo.Abp.IdentityServer/Volo.Abp.IdentityServer.SourceCode.csproj similarity index 99% rename from studio/source-codes/Volo.Abp.IdentityServer.SourceCode/Volo.Abp.IdentityServer.SourceCode.csproj rename to studio/source-codes/Volo.Abp.IdentityServer/Volo.Abp.IdentityServer.SourceCode.csproj index 97478e7c99..b8f93f5ab1 100644 --- a/studio/source-codes/Volo.Abp.IdentityServer.SourceCode/Volo.Abp.IdentityServer.SourceCode.csproj +++ b/studio/source-codes/Volo.Abp.IdentityServer/Volo.Abp.IdentityServer.SourceCode.csproj @@ -1,9 +1,8 @@ - - + net6.0 diff --git a/studio/source-codes/Volo.Abp.IdentityServer/Volo.Abp.IdentityServer.SourceCode.zip b/studio/source-codes/Volo.Abp.IdentityServer/Volo.Abp.IdentityServer.SourceCode.zip new file mode 100644 index 0000000000..681223ee90 Binary files /dev/null and b/studio/source-codes/Volo.Abp.IdentityServer/Volo.Abp.IdentityServer.SourceCode.zip differ diff --git a/studio/source-codes/Volo.Abp.PermissionManagement.SourceCode/FodyWeavers.xml b/studio/source-codes/Volo.Abp.PermissionManagement.SourceCode/FodyWeavers.xml deleted file mode 100644 index 00e1d9a1c1..0000000000 --- a/studio/source-codes/Volo.Abp.PermissionManagement.SourceCode/FodyWeavers.xml +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/studio/source-codes/Volo.Abp.PermissionManagement.SourceCode/FodyWeavers.xsd b/studio/source-codes/Volo.Abp.PermissionManagement.SourceCode/FodyWeavers.xsd deleted file mode 100644 index 3f3946e282..0000000000 --- a/studio/source-codes/Volo.Abp.PermissionManagement.SourceCode/FodyWeavers.xsd +++ /dev/null @@ -1,30 +0,0 @@ - - - - - - - - - - - - - - - 'true' to run assembly verification (PEVerify) on the target assembly after all weavers have been executed. - - - - - A comma-separated list of error codes that can be safely ignored in assembly verification. - - - - - 'false' to turn off automatic generation of the XML Schema file. - - - - - \ No newline at end of file diff --git a/studio/source-codes/Volo.Abp.PermissionManagement.SourceCode/Volo.Abp.PermissionManagement.SourceCode.zip b/studio/source-codes/Volo.Abp.PermissionManagement.SourceCode/Volo.Abp.PermissionManagement.SourceCode.zip deleted file mode 100644 index 8e7e4413d0..0000000000 Binary files a/studio/source-codes/Volo.Abp.PermissionManagement.SourceCode/Volo.Abp.PermissionManagement.SourceCode.zip and /dev/null differ diff --git a/studio/source-codes/Volo.Abp.PermissionManagement.SourceCode/Volo.Abp.PermissionManagement.SourceCode.csproj b/studio/source-codes/Volo.Abp.PermissionManagement/Volo.Abp.PermissionManagement.SourceCode.csproj similarity index 99% rename from studio/source-codes/Volo.Abp.PermissionManagement.SourceCode/Volo.Abp.PermissionManagement.SourceCode.csproj rename to studio/source-codes/Volo.Abp.PermissionManagement/Volo.Abp.PermissionManagement.SourceCode.csproj index 9ddc7a7c16..3a61ff5a4a 100644 --- a/studio/source-codes/Volo.Abp.PermissionManagement.SourceCode/Volo.Abp.PermissionManagement.SourceCode.csproj +++ b/studio/source-codes/Volo.Abp.PermissionManagement/Volo.Abp.PermissionManagement.SourceCode.csproj @@ -1,9 +1,8 @@ - - + net6.0 diff --git a/studio/source-codes/Volo.Abp.PermissionManagement/Volo.Abp.PermissionManagement.SourceCode.zip b/studio/source-codes/Volo.Abp.PermissionManagement/Volo.Abp.PermissionManagement.SourceCode.zip new file mode 100644 index 0000000000..ba53a0c497 Binary files /dev/null and b/studio/source-codes/Volo.Abp.PermissionManagement/Volo.Abp.PermissionManagement.SourceCode.zip differ diff --git a/studio/source-codes/Volo.Abp.SettingManagement.SourceCode/FodyWeavers.xml b/studio/source-codes/Volo.Abp.SettingManagement.SourceCode/FodyWeavers.xml deleted file mode 100644 index 00e1d9a1c1..0000000000 --- a/studio/source-codes/Volo.Abp.SettingManagement.SourceCode/FodyWeavers.xml +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/studio/source-codes/Volo.Abp.SettingManagement.SourceCode/FodyWeavers.xsd b/studio/source-codes/Volo.Abp.SettingManagement.SourceCode/FodyWeavers.xsd deleted file mode 100644 index 3f3946e282..0000000000 --- a/studio/source-codes/Volo.Abp.SettingManagement.SourceCode/FodyWeavers.xsd +++ /dev/null @@ -1,30 +0,0 @@ - - - - - - - - - - - - - - - 'true' to run assembly verification (PEVerify) on the target assembly after all weavers have been executed. - - - - - A comma-separated list of error codes that can be safely ignored in assembly verification. - - - - - 'false' to turn off automatic generation of the XML Schema file. - - - - - \ No newline at end of file diff --git a/studio/source-codes/Volo.Abp.SettingManagement.SourceCode/Volo.Abp.SettingManagement.SourceCode.zip b/studio/source-codes/Volo.Abp.SettingManagement.SourceCode/Volo.Abp.SettingManagement.SourceCode.zip deleted file mode 100644 index 31ff3342c6..0000000000 Binary files a/studio/source-codes/Volo.Abp.SettingManagement.SourceCode/Volo.Abp.SettingManagement.SourceCode.zip and /dev/null differ diff --git a/studio/source-codes/Volo.Abp.SettingManagement.SourceCode/Volo.Abp.SettingManagement.SourceCode.csproj b/studio/source-codes/Volo.Abp.SettingManagement/Volo.Abp.SettingManagement.SourceCode.csproj similarity index 99% rename from studio/source-codes/Volo.Abp.SettingManagement.SourceCode/Volo.Abp.SettingManagement.SourceCode.csproj rename to studio/source-codes/Volo.Abp.SettingManagement/Volo.Abp.SettingManagement.SourceCode.csproj index ab045bb678..d1df2a61d8 100644 --- a/studio/source-codes/Volo.Abp.SettingManagement.SourceCode/Volo.Abp.SettingManagement.SourceCode.csproj +++ b/studio/source-codes/Volo.Abp.SettingManagement/Volo.Abp.SettingManagement.SourceCode.csproj @@ -2,7 +2,7 @@ - + net6.0 diff --git a/studio/source-codes/Volo.Abp.SettingManagement/Volo.Abp.SettingManagement.SourceCode.zip b/studio/source-codes/Volo.Abp.SettingManagement/Volo.Abp.SettingManagement.SourceCode.zip new file mode 100644 index 0000000000..e7a97094c0 Binary files /dev/null and b/studio/source-codes/Volo.Abp.SettingManagement/Volo.Abp.SettingManagement.SourceCode.zip differ diff --git a/studio/source-codes/Volo.Abp.TenantManagement.SourceCode/FodyWeavers.xml b/studio/source-codes/Volo.Abp.TenantManagement.SourceCode/FodyWeavers.xml deleted file mode 100644 index 00e1d9a1c1..0000000000 --- a/studio/source-codes/Volo.Abp.TenantManagement.SourceCode/FodyWeavers.xml +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/studio/source-codes/Volo.Abp.TenantManagement.SourceCode/FodyWeavers.xsd b/studio/source-codes/Volo.Abp.TenantManagement.SourceCode/FodyWeavers.xsd deleted file mode 100644 index 3f3946e282..0000000000 --- a/studio/source-codes/Volo.Abp.TenantManagement.SourceCode/FodyWeavers.xsd +++ /dev/null @@ -1,30 +0,0 @@ - - - - - - - - - - - - - - - 'true' to run assembly verification (PEVerify) on the target assembly after all weavers have been executed. - - - - - A comma-separated list of error codes that can be safely ignored in assembly verification. - - - - - 'false' to turn off automatic generation of the XML Schema file. - - - - - \ No newline at end of file diff --git a/studio/source-codes/Volo.Abp.TenantManagement.SourceCode/Volo.Abp.TenantManagement.SourceCode.zip b/studio/source-codes/Volo.Abp.TenantManagement.SourceCode/Volo.Abp.TenantManagement.SourceCode.zip deleted file mode 100644 index 0d98b22322..0000000000 Binary files a/studio/source-codes/Volo.Abp.TenantManagement.SourceCode/Volo.Abp.TenantManagement.SourceCode.zip and /dev/null differ diff --git a/studio/source-codes/Volo.Abp.TenantManagement.SourceCode/Volo.Abp.TenantManagement.SourceCode.csproj b/studio/source-codes/Volo.Abp.TenantManagement/Volo.Abp.TenantManagement.SourceCode.csproj similarity index 99% rename from studio/source-codes/Volo.Abp.TenantManagement.SourceCode/Volo.Abp.TenantManagement.SourceCode.csproj rename to studio/source-codes/Volo.Abp.TenantManagement/Volo.Abp.TenantManagement.SourceCode.csproj index e2744c5145..6a3e5f317c 100644 --- a/studio/source-codes/Volo.Abp.TenantManagement.SourceCode/Volo.Abp.TenantManagement.SourceCode.csproj +++ b/studio/source-codes/Volo.Abp.TenantManagement/Volo.Abp.TenantManagement.SourceCode.csproj @@ -1,9 +1,8 @@ - - + net6.0 diff --git a/studio/source-codes/Volo.Abp.TenantManagement/Volo.Abp.TenantManagement.SourceCode.zip b/studio/source-codes/Volo.Abp.TenantManagement/Volo.Abp.TenantManagement.SourceCode.zip new file mode 100644 index 0000000000..6553064f0c Binary files /dev/null and b/studio/source-codes/Volo.Abp.TenantManagement/Volo.Abp.TenantManagement.SourceCode.zip differ diff --git a/studio/source-codes/Volo.Abp.Users.SourceCode/FodyWeavers.xml b/studio/source-codes/Volo.Abp.Users.SourceCode/FodyWeavers.xml deleted file mode 100644 index 00e1d9a1c1..0000000000 --- a/studio/source-codes/Volo.Abp.Users.SourceCode/FodyWeavers.xml +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/studio/source-codes/Volo.Abp.Users.SourceCode/FodyWeavers.xsd b/studio/source-codes/Volo.Abp.Users.SourceCode/FodyWeavers.xsd deleted file mode 100644 index 3f3946e282..0000000000 --- a/studio/source-codes/Volo.Abp.Users.SourceCode/FodyWeavers.xsd +++ /dev/null @@ -1,30 +0,0 @@ - - - - - - - - - - - - - - - 'true' to run assembly verification (PEVerify) on the target assembly after all weavers have been executed. - - - - - A comma-separated list of error codes that can be safely ignored in assembly verification. - - - - - 'false' to turn off automatic generation of the XML Schema file. - - - - - \ No newline at end of file diff --git a/studio/source-codes/Volo.Abp.Users.SourceCode/Volo.Abp.Users.SourceCode.zip b/studio/source-codes/Volo.Abp.Users.SourceCode/Volo.Abp.Users.SourceCode.zip deleted file mode 100644 index 5867c26ac5..0000000000 Binary files a/studio/source-codes/Volo.Abp.Users.SourceCode/Volo.Abp.Users.SourceCode.zip and /dev/null differ diff --git a/studio/source-codes/Volo.Abp.Users.SourceCode/Volo.Abp.Users.SourceCode.csproj b/studio/source-codes/Volo.Abp.Users/Volo.Abp.Users.SourceCode.csproj similarity index 99% rename from studio/source-codes/Volo.Abp.Users.SourceCode/Volo.Abp.Users.SourceCode.csproj rename to studio/source-codes/Volo.Abp.Users/Volo.Abp.Users.SourceCode.csproj index 375fe08a93..ca0f28a959 100644 --- a/studio/source-codes/Volo.Abp.Users.SourceCode/Volo.Abp.Users.SourceCode.csproj +++ b/studio/source-codes/Volo.Abp.Users/Volo.Abp.Users.SourceCode.csproj @@ -1,9 +1,8 @@ - - + net6.0 diff --git a/studio/source-codes/Volo.Abp.Users/Volo.Abp.Users.SourceCode.zip b/studio/source-codes/Volo.Abp.Users/Volo.Abp.Users.SourceCode.zip new file mode 100644 index 0000000000..a9376e847c Binary files /dev/null and b/studio/source-codes/Volo.Abp.Users/Volo.Abp.Users.SourceCode.zip differ diff --git a/studio/source-codes/Volo.Abp.VirtualFileExplorer.SourceCode/FodyWeavers.xml b/studio/source-codes/Volo.Abp.VirtualFileExplorer.SourceCode/FodyWeavers.xml deleted file mode 100644 index 00e1d9a1c1..0000000000 --- a/studio/source-codes/Volo.Abp.VirtualFileExplorer.SourceCode/FodyWeavers.xml +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/studio/source-codes/Volo.Abp.VirtualFileExplorer.SourceCode/FodyWeavers.xsd b/studio/source-codes/Volo.Abp.VirtualFileExplorer.SourceCode/FodyWeavers.xsd deleted file mode 100644 index 3f3946e282..0000000000 --- a/studio/source-codes/Volo.Abp.VirtualFileExplorer.SourceCode/FodyWeavers.xsd +++ /dev/null @@ -1,30 +0,0 @@ - - - - - - - - - - - - - - - 'true' to run assembly verification (PEVerify) on the target assembly after all weavers have been executed. - - - - - A comma-separated list of error codes that can be safely ignored in assembly verification. - - - - - 'false' to turn off automatic generation of the XML Schema file. - - - - - \ No newline at end of file diff --git a/studio/source-codes/Volo.Abp.VirtualFileExplorer.SourceCode/Volo.Abp.VirtualFileExplorer.SourceCode.zip b/studio/source-codes/Volo.Abp.VirtualFileExplorer.SourceCode/Volo.Abp.VirtualFileExplorer.SourceCode.zip deleted file mode 100644 index ba904407f0..0000000000 Binary files a/studio/source-codes/Volo.Abp.VirtualFileExplorer.SourceCode/Volo.Abp.VirtualFileExplorer.SourceCode.zip and /dev/null differ diff --git a/studio/source-codes/Volo.Abp.VirtualFileExplorer.SourceCode/Volo.Abp.VirtualFileExplorer.SourceCode.csproj b/studio/source-codes/Volo.Abp.VirtualFileExplorer/Volo.Abp.VirtualFileExplorer.SourceCode.csproj similarity index 99% rename from studio/source-codes/Volo.Abp.VirtualFileExplorer.SourceCode/Volo.Abp.VirtualFileExplorer.SourceCode.csproj rename to studio/source-codes/Volo.Abp.VirtualFileExplorer/Volo.Abp.VirtualFileExplorer.SourceCode.csproj index 9a39ad9ec9..e8daef2a09 100644 --- a/studio/source-codes/Volo.Abp.VirtualFileExplorer.SourceCode/Volo.Abp.VirtualFileExplorer.SourceCode.csproj +++ b/studio/source-codes/Volo.Abp.VirtualFileExplorer/Volo.Abp.VirtualFileExplorer.SourceCode.csproj @@ -1,9 +1,8 @@ - - + net6.0 diff --git a/studio/source-codes/Volo.Abp.VirtualFileExplorer/Volo.Abp.VirtualFileExplorer.SourceCode.zip b/studio/source-codes/Volo.Abp.VirtualFileExplorer/Volo.Abp.VirtualFileExplorer.SourceCode.zip new file mode 100644 index 0000000000..2dbedb93ca Binary files /dev/null and b/studio/source-codes/Volo.Abp.VirtualFileExplorer/Volo.Abp.VirtualFileExplorer.SourceCode.zip differ diff --git a/studio/source-codes/Volo.Abp.AuditLogging.SourceCode/FodyWeavers.xml b/studio/source-codes/Volo.Blogging/FodyWeavers.xml similarity index 100% rename from studio/source-codes/Volo.Abp.AuditLogging.SourceCode/FodyWeavers.xml rename to studio/source-codes/Volo.Blogging/FodyWeavers.xml diff --git a/studio/source-codes/Volo.Abp.AuditLogging.SourceCode/FodyWeavers.xsd b/studio/source-codes/Volo.Blogging/FodyWeavers.xsd similarity index 100% rename from studio/source-codes/Volo.Abp.AuditLogging.SourceCode/FodyWeavers.xsd rename to studio/source-codes/Volo.Blogging/FodyWeavers.xsd diff --git a/studio/source-codes/Volo.Blogging/Volo.Blogging.SourceCode.csproj b/studio/source-codes/Volo.Blogging/Volo.Blogging.SourceCode.csproj new file mode 100644 index 0000000000..9a836e5f35 --- /dev/null +++ b/studio/source-codes/Volo.Blogging/Volo.Blogging.SourceCode.csproj @@ -0,0 +1,17 @@ + + + + + + + net6.0 + + + + + + true + content\ + + + diff --git a/studio/source-codes/Volo.Blogging/Volo.Blogging.SourceCode.zip b/studio/source-codes/Volo.Blogging/Volo.Blogging.SourceCode.zip new file mode 100644 index 0000000000..e3880eded5 Binary files /dev/null and b/studio/source-codes/Volo.Blogging/Volo.Blogging.SourceCode.zip differ diff --git a/studio/source-codes/Volo.ClientSimulation/Volo.ClientSimulation.SourceCode.csproj b/studio/source-codes/Volo.ClientSimulation/Volo.ClientSimulation.SourceCode.csproj new file mode 100644 index 0000000000..1a687aea73 --- /dev/null +++ b/studio/source-codes/Volo.ClientSimulation/Volo.ClientSimulation.SourceCode.csproj @@ -0,0 +1,17 @@ + + + + + + + net6.0 + + + + + + true + content\ + + + diff --git a/studio/source-codes/Volo.ClientSimulation/Volo.ClientSimulation.SourceCode.zip b/studio/source-codes/Volo.ClientSimulation/Volo.ClientSimulation.SourceCode.zip new file mode 100644 index 0000000000..482efaf901 Binary files /dev/null and b/studio/source-codes/Volo.ClientSimulation/Volo.ClientSimulation.SourceCode.zip differ diff --git a/studio/source-codes/Volo.CmsKit.SourceCode/FodyWeavers.xml b/studio/source-codes/Volo.CmsKit.SourceCode/FodyWeavers.xml deleted file mode 100644 index 00e1d9a1c1..0000000000 --- a/studio/source-codes/Volo.CmsKit.SourceCode/FodyWeavers.xml +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/studio/source-codes/Volo.CmsKit.SourceCode/FodyWeavers.xsd b/studio/source-codes/Volo.CmsKit.SourceCode/FodyWeavers.xsd deleted file mode 100644 index 3f3946e282..0000000000 --- a/studio/source-codes/Volo.CmsKit.SourceCode/FodyWeavers.xsd +++ /dev/null @@ -1,30 +0,0 @@ - - - - - - - - - - - - - - - 'true' to run assembly verification (PEVerify) on the target assembly after all weavers have been executed. - - - - - A comma-separated list of error codes that can be safely ignored in assembly verification. - - - - - 'false' to turn off automatic generation of the XML Schema file. - - - - - \ No newline at end of file diff --git a/studio/source-codes/Volo.CmsKit.SourceCode/Volo.CmsKit.SourceCode.zip b/studio/source-codes/Volo.CmsKit.SourceCode/Volo.CmsKit.SourceCode.zip deleted file mode 100644 index 0044566350..0000000000 Binary files a/studio/source-codes/Volo.CmsKit.SourceCode/Volo.CmsKit.SourceCode.zip and /dev/null differ diff --git a/studio/source-codes/Volo.Abp.BackgroundJobs.SourceCode/FodyWeavers.xml b/studio/source-codes/Volo.CmsKit/FodyWeavers.xml similarity index 100% rename from studio/source-codes/Volo.Abp.BackgroundJobs.SourceCode/FodyWeavers.xml rename to studio/source-codes/Volo.CmsKit/FodyWeavers.xml diff --git a/studio/source-codes/Volo.Abp.BackgroundJobs.SourceCode/FodyWeavers.xsd b/studio/source-codes/Volo.CmsKit/FodyWeavers.xsd similarity index 100% rename from studio/source-codes/Volo.Abp.BackgroundJobs.SourceCode/FodyWeavers.xsd rename to studio/source-codes/Volo.CmsKit/FodyWeavers.xsd diff --git a/studio/source-codes/Volo.CmsKit.SourceCode/Volo.CmsKit.SourceCode.csproj b/studio/source-codes/Volo.CmsKit/Volo.CmsKit.SourceCode.csproj similarity index 99% rename from studio/source-codes/Volo.CmsKit.SourceCode/Volo.CmsKit.SourceCode.csproj rename to studio/source-codes/Volo.CmsKit/Volo.CmsKit.SourceCode.csproj index 9d5f78c58e..5b5d0a3632 100644 --- a/studio/source-codes/Volo.CmsKit.SourceCode/Volo.CmsKit.SourceCode.csproj +++ b/studio/source-codes/Volo.CmsKit/Volo.CmsKit.SourceCode.csproj @@ -1,9 +1,8 @@ - - + net6.0 diff --git a/studio/source-codes/Volo.CmsKit/Volo.CmsKit.SourceCode.zip b/studio/source-codes/Volo.CmsKit/Volo.CmsKit.SourceCode.zip new file mode 100644 index 0000000000..dc485ed211 Binary files /dev/null and b/studio/source-codes/Volo.CmsKit/Volo.CmsKit.SourceCode.zip differ diff --git a/studio/source-codes/Volo.Docs/Volo.Docs.SourceCode.csproj b/studio/source-codes/Volo.Docs/Volo.Docs.SourceCode.csproj new file mode 100644 index 0000000000..e8f3b5aa53 --- /dev/null +++ b/studio/source-codes/Volo.Docs/Volo.Docs.SourceCode.csproj @@ -0,0 +1,17 @@ + + + + + + + net6.0 + + + + + + true + content\ + + + diff --git a/studio/source-codes/Volo.Docs/Volo.Docs.SourceCode.zip b/studio/source-codes/Volo.Docs/Volo.Docs.SourceCode.zip new file mode 100644 index 0000000000..8ecf9b7ef0 Binary files /dev/null and b/studio/source-codes/Volo.Docs/Volo.Docs.SourceCode.zip differ