Skip to content

Commit

Permalink
Update Content
Browse files Browse the repository at this point in the history
  • Loading branch information
cooolbros committed Nov 13, 2024
1 parent 20cda97 commit bb742c0
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions src/HUDMerger.Core/HUDMerger.Core.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,17 @@
</ItemGroup>

<ItemGroup>
<None Update="Resources\**">
<None Remove="Resources\Dependencies.json" />
<None Remove="Resources\Panels.json" />
</ItemGroup>

<ItemGroup>
<Content Include="Resources\Dependencies.json">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="Resources\Panels.json">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
</Content>
</ItemGroup>

</Project>

0 comments on commit bb742c0

Please sign in to comment.