|
@@ -55,6 +55,12 @@
|
|
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
|
|
</Content>
|
|
|
</ItemGroup>
|
|
|
+ <ItemGroup>
|
|
|
+ <None Update="Services\ipip.ipdb">
|
|
|
+ <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
+ <CopyToPublishDirectory>PreserveNewest</CopyToPublishDirectory>
|
|
|
+ </None>
|
|
|
+ </ItemGroup>
|
|
|
<PropertyGroup>
|
|
|
<SpaRoot>ClientApp\</SpaRoot>
|
|
|
<DefaultItemExcludes>$(DefaultItemExcludes);$(SpaRoot)node_modules\**</DefaultItemExcludes>
|