Skip to content

Commit 755738d

Browse files
author
Hüseyin Uslu
committed
Merge pull request #607 from CoiniumServ/develop
#604 fix
2 parents 75f1d6b + 9ce970e commit 755738d

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

src/CoiniumServ/CoiniumServ.csproj

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -528,8 +528,12 @@
528528
<None Include="web\default\views\algorithm\algorithm.cshtml">
529529
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
530530
</None>
531-
<None Include="web\default\views\help\faq.cshtml" />
532-
<None Include="web\default\views\tos\tos.cshtml" />
531+
<None Include="web\default\views\help\faq.cshtml">
532+
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
533+
</None>
534+
<None Include="web\default\views\tos\tos.cshtml">
535+
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
536+
</None>
533537
</ItemGroup>
534538
<ItemGroup>
535539
<None Include="App.config" />

0 commit comments

Comments
 (0)