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:
@ -21,7 +21,11 @@
|
||||
<Optimize>false</Optimize>
|
||||
</PropertyGroup>
|
||||
<ItemGroup>
|
||||
<ProjectReference Include="..\Bindings\Bindings.csproj" />
|
||||
<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>
|
||||
<ItemGroup>
|
||||
<PackageReference Include="Microsoft.DotNet.ILCompiler" Version="1.0.0-alpha-27217-01" />
|
||||
|
Reference in New Issue
Block a user