Stop copying SPA jsons to output

This commit is contained in:
Cyberboss
2018-10-23 12:16:26 -04:00
parent f6f70d6d07
commit f00dd3a41e
@@ -20,6 +20,16 @@
<NoWarn>1701;1702;1705;CA2227</NoWarn>
</PropertyGroup>
<ItemGroup>
<Content Remove="ClientApp\package-lock.json" />
<Content Remove="ClientApp\package.json" />
<Content Remove="ClientApp\public\manifest.json" />
<Content Remove="ClientApp\tsconfig.json" />
<Content Remove="ClientApp\tsconfig.prod.json" />
<Content Remove="ClientApp\tsconfig.test.json" />
<Content Remove="ClientApp\tslint.json" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="BetterWin32Errors" Version="0.2.0" />
<PackageReference Include="Byond.TopicSender" Version="1.1.4" />
@@ -70,6 +80,16 @@
<Folder Include="wwwroot\" />
</ItemGroup>
<ItemGroup>
<None Include="ClientApp\package-lock.json" />
<None Include="ClientApp\package.json" />
<None Include="ClientApp\public\manifest.json" />
<None Include="ClientApp\tsconfig.json" />
<None Include="ClientApp\tsconfig.prod.json" />
<None Include="ClientApp\tsconfig.test.json" />
<None Include="ClientApp\tslint.json" />
</ItemGroup>
<ItemGroup>
<Content Update="appsettings.json">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>