diff --git a/Volo.Abp.sln b/Volo.Abp.sln index f095b5a44f..88bc0ce5b9 100644 --- a/Volo.Abp.sln +++ b/Volo.Abp.sln @@ -76,7 +76,7 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Volo.Abp.TestBase", "src\Vo EndProject Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AbpDesk.Web.Mvc", "src\AbpDesk\AbpDesk.Web.Mvc\AbpDesk.Web.Mvc.csproj", "{12E14D95-4ABA-4290-AB1D-CCF5EB158411}" EndProject -Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Volo.Abp.Identity", "src\Volo.Abp.Identity\Volo.Abp.Identity.csproj", "{17DBB40A-243E-41F7-A672-FA316ECB1E33}" +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Volo.Abp.Identity.Domain", "src\Volo.Abp.Identity\Volo.Abp.Identity.Domain.csproj", "{17DBB40A-243E-41F7-A672-FA316ECB1E33}" EndProject Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Volo.Abp.Identity.EntityFrameworkCore", "src\Volo.Abp.Identity.EntityFrameworkCore\Volo.Abp.Identity.EntityFrameworkCore.csproj", "{439DFC0F-1BA2-464F-900E-EA7E18C08975}" EndProject diff --git a/src/AbpDesk/AbpDesk.ConsoleDemo/AbpDesk.ConsoleDemo.csproj b/src/AbpDesk/AbpDesk.ConsoleDemo/AbpDesk.ConsoleDemo.csproj index 76358439dd..f7e7977aae 100644 --- a/src/AbpDesk/AbpDesk.ConsoleDemo/AbpDesk.ConsoleDemo.csproj +++ b/src/AbpDesk/AbpDesk.ConsoleDemo/AbpDesk.ConsoleDemo.csproj @@ -20,10 +20,10 @@ + - diff --git a/src/Volo.Abp.Identity.Application/Volo.Abp.Identity.Application.csproj b/src/Volo.Abp.Identity.Application/Volo.Abp.Identity.Application.csproj index 489ea9e63a..15fc9e1612 100644 --- a/src/Volo.Abp.Identity.Application/Volo.Abp.Identity.Application.csproj +++ b/src/Volo.Abp.Identity.Application/Volo.Abp.Identity.Application.csproj @@ -13,8 +13,8 @@ - + diff --git a/src/Volo.Abp.Identity.EntityFrameworkCore/Volo.Abp.Identity.EntityFrameworkCore.csproj b/src/Volo.Abp.Identity.EntityFrameworkCore/Volo.Abp.Identity.EntityFrameworkCore.csproj index 1d941dab84..2818b41624 100644 --- a/src/Volo.Abp.Identity.EntityFrameworkCore/Volo.Abp.Identity.EntityFrameworkCore.csproj +++ b/src/Volo.Abp.Identity.EntityFrameworkCore/Volo.Abp.Identity.EntityFrameworkCore.csproj @@ -13,7 +13,7 @@ - + diff --git a/src/Volo.Abp.Identity/Volo.Abp.Identity.csproj b/src/Volo.Abp.Identity/Volo.Abp.Identity.Domain.csproj similarity index 86% rename from src/Volo.Abp.Identity/Volo.Abp.Identity.csproj rename to src/Volo.Abp.Identity/Volo.Abp.Identity.Domain.csproj index 10dc563688..7b1be67e37 100644 --- a/src/Volo.Abp.Identity/Volo.Abp.Identity.csproj +++ b/src/Volo.Abp.Identity/Volo.Abp.Identity.Domain.csproj @@ -2,8 +2,8 @@ netstandard2.0 - Volo.Abp.Identity - Volo.Abp.Identity + Volo.Abp.Identity.Domain + Volo.Abp.Identity.Domain $(AssetTargetFallback);portable-net45+win8+wp8+wpa81; false false diff --git a/test/Volo.Abp.Identity.Tests/Volo.Abp.Identity.Tests.csproj b/test/Volo.Abp.Identity.Tests/Volo.Abp.Identity.Tests.csproj index 6721d754ed..0408b23e92 100644 --- a/test/Volo.Abp.Identity.Tests/Volo.Abp.Identity.Tests.csproj +++ b/test/Volo.Abp.Identity.Tests/Volo.Abp.Identity.Tests.csproj @@ -12,8 +12,8 @@ + -