2
0
mirror of https://github.com/raylib-cs/raylib-cs synced 2025-06-30 19:03:42 -04:00

Move build props into Raylib-cs and update Raylib-cs.sln

Remove Raylib-cs.Native from sln for now due to build issues
This commit is contained in:
2023-08-24 10:42:17 +01:00
parent 86c62c7f5e
commit 873b712cd9
5 changed files with 22 additions and 55 deletions

View File

@ -12,4 +12,6 @@
<ProjectReference Include="../Raylib-cs/Raylib-cs.csproj" />
</ItemGroup>
<Import Project="../Raylib-cs/Build.props" />
</Project>