From 4de33b54c294f6d4b031b0362c69d13345c7cbd6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ahmet=20=C3=87otur?= Date: Wed, 1 Jul 2020 12:26:55 +0300 Subject: [PATCH] Account module - Used GenerateEmbeddedFiles option --- .../Volo.Abp.Account.Application.Contracts.csproj | 7 ++++++- .../Volo.Abp.Account.Application.csproj | 7 ++++++- .../AbpAccountWebIdentityServerModule.cs | 2 +- .../Volo.Abp.Account.Web.IdentityServer.csproj | 5 +++++ .../src/Volo.Abp.Account.Web/Volo.Abp.Account.Web.csproj | 7 ++++++- 5 files changed, 24 insertions(+), 4 deletions(-) diff --git a/modules/account/src/Volo.Abp.Account.Application.Contracts/Volo.Abp.Account.Application.Contracts.csproj b/modules/account/src/Volo.Abp.Account.Application.Contracts/Volo.Abp.Account.Application.Contracts.csproj index 58b2266340..8b2ebba2f8 100644 --- a/modules/account/src/Volo.Abp.Account.Application.Contracts/Volo.Abp.Account.Application.Contracts.csproj +++ b/modules/account/src/Volo.Abp.Account.Application.Contracts/Volo.Abp.Account.Application.Contracts.csproj @@ -7,6 +7,7 @@ netstandard2.0 Volo.Abp.Account.Application.Contracts Volo.Abp.Account.Application.Contracts + true @@ -19,4 +20,8 @@ - + + + + + \ No newline at end of file diff --git a/modules/account/src/Volo.Abp.Account.Application/Volo.Abp.Account.Application.csproj b/modules/account/src/Volo.Abp.Account.Application/Volo.Abp.Account.Application.csproj index a11fb89e1a..c3a56c653d 100644 --- a/modules/account/src/Volo.Abp.Account.Application/Volo.Abp.Account.Application.csproj +++ b/modules/account/src/Volo.Abp.Account.Application/Volo.Abp.Account.Application.csproj @@ -7,6 +7,7 @@ netstandard2.0 Volo.Abp.Account.Application Volo.Abp.Account.Application + true @@ -16,5 +17,9 @@ - + + + + + diff --git a/modules/account/src/Volo.Abp.Account.Web.IdentityServer/AbpAccountWebIdentityServerModule.cs b/modules/account/src/Volo.Abp.Account.Web.IdentityServer/AbpAccountWebIdentityServerModule.cs index 5260554ab5..273659fd69 100644 --- a/modules/account/src/Volo.Abp.Account.Web.IdentityServer/AbpAccountWebIdentityServerModule.cs +++ b/modules/account/src/Volo.Abp.Account.Web.IdentityServer/AbpAccountWebIdentityServerModule.cs @@ -30,7 +30,7 @@ namespace Volo.Abp.Account.Web { Configure(options => { - options.FileSets.AddEmbedded("Volo.Abp.Account.Web"); + options.FileSets.AddEmbedded(); }); //TODO: Try to reuse from AbpIdentityAspNetCoreModule diff --git a/modules/account/src/Volo.Abp.Account.Web.IdentityServer/Volo.Abp.Account.Web.IdentityServer.csproj b/modules/account/src/Volo.Abp.Account.Web.IdentityServer/Volo.Abp.Account.Web.IdentityServer.csproj index ca27f60695..2d62917fcc 100644 --- a/modules/account/src/Volo.Abp.Account.Web.IdentityServer/Volo.Abp.Account.Web.IdentityServer.csproj +++ b/modules/account/src/Volo.Abp.Account.Web.IdentityServer/Volo.Abp.Account.Web.IdentityServer.csproj @@ -12,6 +12,7 @@ false false false + true Volo.Abp.Account.Web Library @@ -32,4 +33,8 @@ + + + + diff --git a/modules/account/src/Volo.Abp.Account.Web/Volo.Abp.Account.Web.csproj b/modules/account/src/Volo.Abp.Account.Web/Volo.Abp.Account.Web.csproj index 42918e34d4..469c17db62 100644 --- a/modules/account/src/Volo.Abp.Account.Web/Volo.Abp.Account.Web.csproj +++ b/modules/account/src/Volo.Abp.Account.Web/Volo.Abp.Account.Web.csproj @@ -11,6 +11,7 @@ false false false + true Volo.Abp.Account.Web true Library @@ -34,4 +35,8 @@ - + + + + + \ No newline at end of file