|
|
|
@ -1,4 +1,4 @@ |
|
|
|
<Project Sdk="Microsoft.NET.Sdk.Web"> |
|
|
|
<Project Sdk="Microsoft.NET.Sdk.Web"> |
|
|
|
|
|
|
|
<Import Project="..\..\..\..\common.props" /> |
|
|
|
|
|
|
|
@ -17,6 +17,17 @@ |
|
|
|
<EmbeddedResource Include="Localization\Resources\AbpTenantManagement\Web\*.json" /> |
|
|
|
</ItemGroup> |
|
|
|
|
|
|
|
<ItemGroup> |
|
|
|
<Content Remove="wwwroot\**\*.*" /> |
|
|
|
<Content Remove="Pages\**\*.cshtml" /> |
|
|
|
<Content Remove="Localization\Resources\**\*.json" /> |
|
|
|
<Content Remove="compilerconfig.json" /> |
|
|
|
<Content Remove="compilerconfig.json.defaults" /> |
|
|
|
<Content Remove="Properties\launchSettings.json" /> |
|
|
|
<None Include="compilerconfig.json" /> |
|
|
|
<None Include="Properties\launchSettings.json" /> |
|
|
|
</ItemGroup> |
|
|
|
|
|
|
|
<ItemGroup> |
|
|
|
<ProjectReference Include="..\Volo.Abp.TenantManagement.HttpApi\Volo.Abp.TenantManagement.HttpApi.csproj" /> |
|
|
|
|
|
|
|
|