Skip to content

Commit

Permalink
Merge pull request #2 from JerryImMouse/resources
Browse files Browse the repository at this point in the history
Include Resources folder
  • Loading branch information
Tornado-Technology committed Jul 10, 2024
2 parents 8714c8b + 75674d2 commit 947cabb
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 947cabb

Please sign in to comment.