|
|
|
@ -18,10 +18,14 @@
|
|
|
|
|
<EmbeddedResource Include="Pages\**\*.css" />
|
|
|
|
|
<EmbeddedResource Include="Components\**\*.js" />
|
|
|
|
|
<EmbeddedResource Include="Components\**\*.css" />
|
|
|
|
|
<EmbeddedResource Include="wwwroot\**\*.js" />
|
|
|
|
|
<EmbeddedResource Include="wwwroot\**\*.css" />
|
|
|
|
|
<Content Remove="Pages\**\*.js" />
|
|
|
|
|
<Content Remove="Pages\**\*.css" />
|
|
|
|
|
<Content Remove="Components\**\*.js" />
|
|
|
|
|
<Content Remove="Components\**\*.css" />
|
|
|
|
|
<Content Remove="wwwroot\**\*.js" />
|
|
|
|
|
<Content Remove="wwwroot\**\*.css" />
|
|
|
|
|
<Content Remove="compilerconfig.json" />
|
|
|
|
|
<Content Remove="compilerconfig.json.defaults" />
|
|
|
|
|
<None Include="compilerconfig.json" />
|
|
|
|
@ -29,7 +33,7 @@
|
|
|
|
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<ProjectReference Include="..\..\..\feature-management\src\Volo.Abp.FeatureManagement.Web\Volo.Abp.FeatureManagement.Web.csproj" />
|
|
|
|
|
<ProjectReference Include="..\Volo.Abp.TenantManagement.HttpApi\Volo.Abp.TenantManagement.HttpApi.csproj" />
|
|
|
|
|
<ProjectReference Include="..\Volo.Abp.TenantManagement.Application.Contracts\Volo.Abp.TenantManagement.Application.Contracts.csproj" />
|
|
|
|
|
<ProjectReference Include="..\..\..\..\framework\src\Volo.Abp.AspNetCore.Mvc.UI.Bootstrap\Volo.Abp.AspNetCore.Mvc.UI.Bootstrap.csproj" />
|
|
|
|
|
<ProjectReference Include="..\..\..\..\framework\src\Volo.Abp.AutoMapper\Volo.Abp.AutoMapper.csproj" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|