|
@@ -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>
|