Remove bindings project
- No longer needed. Binding code should be included directly in project for more control.
This commit is contained in:
parent
1168407f09
commit
2725e1df2a
5 changed files with 31 additions and 72 deletions
|
|
@ -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" />
|
||||
|
|
|
|||
Loading…
Reference in a new issue