Skip to content

Commit

Permalink
include Resources folder on build
Browse files Browse the repository at this point in the history
  • Loading branch information
JerryImMouse committed Jul 10, 2024
1 parent 8714c8b commit 75674d2
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions Hypercube.Shared/Hypercube.Shared.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,13 @@
<ItemGroup>
<ProjectReference Include="..\Hypercube.Shared.Math\Hypercube.Shared.Math.csproj" />
</ItemGroup>

<ItemGroup>
<Folder Include="Entities\Systems\" />
</ItemGroup>

<ItemGroup>
<ContentWithTargetPath Include="..\Resources\**">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
<TargetPath>Resources\%(RecursiveDir)\%(Filename)%(Extension)</TargetPath>
</ContentWithTargetPath>
</ItemGroup>
</Project>

0 comments on commit 75674d2

Please sign in to comment.