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:
@ -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" />
|
||||
|
Reference in New Issue
Block a user