|
|
|
@ -1,4 +1,4 @@ |
|
|
|
<Project Sdk="Microsoft.NET.Sdk.Web"> |
|
|
|
<Project Sdk="Microsoft.NET.Sdk.Web"> |
|
|
|
|
|
|
|
<Import Project="..\..\..\..\common.props" /> |
|
|
|
|
|
|
|
@ -12,11 +12,16 @@ |
|
|
|
</PropertyGroup> |
|
|
|
|
|
|
|
<ItemGroup> |
|
|
|
<EmbeddedResource Include="wwwroot\**\*.*" /> |
|
|
|
<EmbeddedResource Include="Pages\**\*.cshtml" /> |
|
|
|
<EmbeddedResource Include="Pages\**\*.js" /> |
|
|
|
<EmbeddedResource Include="Pages\**\*.css" /> |
|
|
|
<EmbeddedResource Include="Localization\Resources\**\*.json" /> |
|
|
|
<Content Remove="Pages\**\*.cshtml" /> |
|
|
|
<Content Remove="Pages\**\*.js" /> |
|
|
|
<Content Remove="Pages\**\*.css" /> |
|
|
|
<Content Remove="Localization\Resources\**\*.json" /> |
|
|
|
</ItemGroup> |
|
|
|
|
|
|
|
|
|
|
|
<ItemGroup> |
|
|
|
<ProjectReference Include="..\Volo.Abp.PermissionManagement.Application.Contracts\Volo.Abp.PermissionManagement.Application.Contracts.csproj" /> |
|
|
|
|
|
|
|
|