Open Source Web Application Framework for ASP.NET Core
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

40 lines
1.7 KiB

<Project Sdk="Microsoft.NET.Sdk.Web">
<Import Project="..\..\common.props" />
<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<AssemblyName>Volo.Abp.Identity.Web</AssemblyName>
<PackageId>Volo.Abp.Identity.Web</PackageId>
<AssetTargetFallback>$(AssetTargetFallback);portable-net45+win8+wp8+wpa81;</AssetTargetFallback>
<OutputType>Library</OutputType>
</PropertyGroup>
<ItemGroup>
<EmbeddedResource Include="wwwroot\**\*.*" />
<EmbeddedResource Include="Pages\**\*.cshtml" />
<EmbeddedResource Include="Localization\Resources\**\*.json" />
</ItemGroup>
<ItemGroup>
<Content Remove="Pages\Identity\Roles\CreateModal.cshtml" />
<Content Remove="Pages\Identity\Roles\EditModal.cshtml" />
<Content Remove="Pages\Identity\Roles\Index.cshtml" />
</ItemGroup>
<ItemGroup>
<EmbeddedResource Remove="wwwroot\modules\identity\views\roles\index.css" />
<EmbeddedResource Remove="wwwroot\modules\identity\views\roles\index.es5.js" />
<EmbeddedResource Remove="wwwroot\modules\identity\views\roles\index.es5.min.js" />
<EmbeddedResource Remove="wwwroot\modules\identity\views\roles\index.js" />
<EmbeddedResource Remove="wwwroot\modules\identity\views\roles\index.less" />
<EmbeddedResource Remove="wwwroot\modules\identity\views\roles\index.min.css" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\Volo.Abp.AspNetCore.Mvc.UI.Bootstrap\Volo.Abp.AspNetCore.Mvc.UI.Bootstrap.csproj" />
<ProjectReference Include="..\Volo.Abp.Identity.Application.Contracts\Volo.Abp.Identity.Application.Contracts.csproj" />
<ProjectReference Include="..\Volo.Abp.AutoMapper\Volo.Abp.AutoMapper.csproj" />
</ItemGroup>
</Project>