Browse Source

Renamed Volo.Abp.Identity to Volo.Abp.Identity.Domain

pull/113/head
Halil İbrahim Kalkan 9 years ago
parent
commit
92172b9d0b
  1. 2
      Volo.Abp.sln
  2. 2
      src/AbpDesk/AbpDesk.ConsoleDemo/AbpDesk.ConsoleDemo.csproj
  3. 2
      src/Volo.Abp.Identity.Application/Volo.Abp.Identity.Application.csproj
  4. 2
      src/Volo.Abp.Identity.EntityFrameworkCore/Volo.Abp.Identity.EntityFrameworkCore.csproj
  5. 4
      src/Volo.Abp.Identity/Volo.Abp.Identity.Domain.csproj
  6. 2
      test/Volo.Abp.Identity.Tests/Volo.Abp.Identity.Tests.csproj

2
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

2
src/AbpDesk/AbpDesk.ConsoleDemo/AbpDesk.ConsoleDemo.csproj

@ -20,10 +20,10 @@
<ItemGroup>
<ProjectReference Include="..\..\Volo.Abp.Autofac\Volo.Abp.Autofac.csproj" />
<ProjectReference Include="..\..\Volo.Abp.Identity\Volo.Abp.Identity.Domain.csproj" />
<ProjectReference Include="..\AbpDesk.Application\AbpDesk.Application.csproj" />
<ProjectReference Include="..\AbpDesk.Application.Contracts\AbpDesk.Application.Contracts.csproj" />
<ProjectReference Include="..\AbpDesk.EntityFrameworkCore\AbpDesk.EntityFrameworkCore.csproj" />
<ProjectReference Include="..\..\Volo.Abp.Identity\Volo.Abp.Identity.csproj" />
<ProjectReference Include="..\..\Volo.Abp.Identity.EntityFrameworkCore\Volo.Abp.Identity.EntityFrameworkCore.csproj" />
<ProjectReference Include="..\AbpDesk.MongoBlog\AbpDesk.MongoBlog.csproj" />
</ItemGroup>

2
src/Volo.Abp.Identity.Application/Volo.Abp.Identity.Application.csproj

@ -13,8 +13,8 @@
<ItemGroup>
<ProjectReference Include="..\Volo.Abp.AutoMapper\Volo.Abp.AutoMapper.csproj" />
<ProjectReference Include="..\Volo.Abp.Identity\Volo.Abp.Identity.csproj" />
<ProjectReference Include="..\Volo.Abp.Identity.Application.Contracts\Volo.Abp.Identity.Application.Contracts.csproj" />
<ProjectReference Include="..\Volo.Abp.Identity\Volo.Abp.Identity.Domain.csproj" />
</ItemGroup>
</Project>

2
src/Volo.Abp.Identity.EntityFrameworkCore/Volo.Abp.Identity.EntityFrameworkCore.csproj

@ -13,7 +13,7 @@
<ItemGroup>
<ProjectReference Include="..\Volo.Abp.EntityFrameworkCore\Volo.Abp.EntityFrameworkCore.csproj" />
<ProjectReference Include="..\Volo.Abp.Identity\Volo.Abp.Identity.csproj" />
<ProjectReference Include="..\Volo.Abp.Identity\Volo.Abp.Identity.Domain.csproj" />
</ItemGroup>
<ItemGroup>

4
src/Volo.Abp.Identity/Volo.Abp.Identity.csproj → src/Volo.Abp.Identity/Volo.Abp.Identity.Domain.csproj

@ -2,8 +2,8 @@
<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<AssemblyName>Volo.Abp.Identity</AssemblyName>
<PackageId>Volo.Abp.Identity</PackageId>
<AssemblyName>Volo.Abp.Identity.Domain</AssemblyName>
<PackageId>Volo.Abp.Identity.Domain</PackageId>
<AssetTargetFallback>$(AssetTargetFallback);portable-net45+win8+wp8+wpa81;</AssetTargetFallback>
<GenerateAssemblyConfigurationAttribute>false</GenerateAssemblyConfigurationAttribute>
<GenerateAssemblyCompanyAttribute>false</GenerateAssemblyCompanyAttribute>

2
test/Volo.Abp.Identity.Tests/Volo.Abp.Identity.Tests.csproj

@ -12,8 +12,8 @@
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\..\src\Volo.Abp.Identity\Volo.Abp.Identity.Domain.csproj" />
<ProjectReference Include="..\AbpTestBase\AbpTestBase.csproj" />
<ProjectReference Include="..\..\src\Volo.Abp.Identity\Volo.Abp.Identity.csproj" />
<ProjectReference Include="..\..\src\Volo.Abp.Identity.EntityFrameworkCore\Volo.Abp.Identity.EntityFrameworkCore.csproj" />
</ItemGroup>

Loading…
Cancel
Save