Skip to content

Commit

Permalink
Update Raylib-CSharp.csproj
Browse files Browse the repository at this point in the history
  • Loading branch information
MrScautHD committed May 10, 2024
1 parent 76715cc commit 4d79f1a
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion src/Raylib-CSharp/Raylib-CSharp.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,15 @@
<None Include="icon.png" Pack="true" PackagePath="" />
</ItemGroup>

<!-- Runtimes -->
<ItemGroup>
<Content Include="runtimes/**/*" Pack="true">
<Link>runtimes/%(RecursiveDir)/%(Filename)%(Extension)</Link>
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
<PackageCopyToOutput>true</PackageCopyToOutput>
</Content>
</ItemGroup>

<!-- Raylib CMake -->
<!-- <Import Project="CMake.props"/> -->
</Project>
</Project>

0 comments on commit 4d79f1a

Please sign in to comment.