Skip to content
This repository was archived by the owner on Sep 16, 2025. It is now read-only.

Commit bcf5ded

Browse files
committed
Fixes an issue where dragPorts wasn't included
1 parent d9e7a3c commit bcf5ded

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

VirtualGloomhavenBoard/VirtualGloomhavenBoard.csproj

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,12 @@
5454
<ExcludeFromSingleFile>false</ExcludeFromSingleFile>
5555
</Content>
5656

57+
<Content Include="wwwroot\js\dragPorts.js">
58+
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
59+
<CopyToPublishDirectory>Always</CopyToPublishDirectory>
60+
<ExcludeFromSingleFile>false</ExcludeFromSingleFile>
61+
</Content>
62+
5763
<Content Include="wwwroot\js\signalr.min.js">
5864
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
5965
<CopyToPublishDirectory>Always</CopyToPublishDirectory>

0 commit comments

Comments
 (0)