This commit is contained in:
@@ -4,14 +4,11 @@
|
||||
<ProjectReference Include="..\TaxBaik.Application\TaxBaik.Application.csproj" />
|
||||
<ProjectReference Include="..\TaxBaik.Infrastructure\TaxBaik.Infrastructure.csproj" />
|
||||
<ProjectReference Include="..\TaxBaik.Web.Client\TaxBaik.Web.Client.csproj" />
|
||||
<!-- WebAssembly 번들 생성에 필수 -->
|
||||
<!-- Admin SPA is still a transition dependency for legacy client services -->
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<!--
|
||||
Admin SPA is produced by TaxBaik.Web.Client. Keep the source wwwroot/admin
|
||||
tree out of this web project to avoid duplicate static web assets at publish time.
|
||||
-->
|
||||
<!-- Keep admin static assets bundled from the client project during transition -->
|
||||
<Content Remove="wwwroot/admin/**" />
|
||||
<None Remove="wwwroot/admin/**" />
|
||||
</ItemGroup>
|
||||
|
||||
Reference in New Issue
Block a user