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

Remove bindings project

- No longer needed. Binding code should be included directly in project for more control.
This commit is contained in:
2019-02-10 16:59:56 +00:00
parent 1168407f09
commit 2725e1df2a
5 changed files with 31 additions and 72 deletions

View File

@ -24,7 +24,16 @@
<Optimize>false</Optimize>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\Bindings\Bindings.csproj" />
<Compile Remove="raylib-cs\**" />
<EmbeddedResource Remove="raylib-cs\**" />
<None Remove="raylib-cs\**" />
</ItemGroup>
<ItemGroup>
<Compile Include="..\Bindings\Easings.cs" Link="Easings.cs" />
<Compile Include="..\Bindings\Physac.cs" Link="Physac.cs" />
<Compile Include="..\Bindings\Raygui.cs" Link="Raygui.cs" />
<Compile Include="..\Bindings\Raylib.cs" Link="Raylib.cs" />
<Compile Include="..\Bindings\Raymath.cs" Link="Raymath.cs" />
</ItemGroup>
<Import Project="..\Examples\Examples.projitems" Label="Shared" />
<Import Project="..\Examples\Examples.projitems" Label="Shared" />