CrazyIter_Bin 3 years ago
parent
commit
7f80ab9f5a
1 changed files with 9 additions and 0 deletions
  1. 9 0
      TEAMModeBI/TEAMModeBI.csproj

+ 9 - 0
TEAMModeBI/TEAMModeBI.csproj

@@ -12,11 +12,20 @@
 
   <ItemGroup>
     <!-- Don't publish the SPA source files, but do show them in the project files list -->
+    <Compile Remove="wwwroot\static\**" />
     <Content Remove="$(SpaRoot)**" />
+    <Content Remove="wwwroot\static\**" />
+    <EmbeddedResource Remove="wwwroot\static\**" />
     <None Remove="$(SpaRoot)**" />
+    <None Remove="wwwroot\static\**" />
     <None Include="$(SpaRoot)**" Exclude="$(SpaRoot)node_modules\**" />
   </ItemGroup>
 
+  <ItemGroup>
+    <Content Remove="wwwroot\favicon.ico" />
+    <Content Remove="wwwroot\index.html" />
+  </ItemGroup>
+
   <ItemGroup>
     <ProjectReference Include="..\TEAMModelOS.SDK\TEAMModelOS.SDK.csproj" />
   </ItemGroup>