Watch
2
0
Fork
You've already forked raylib-cs
0

Remove bindings project

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

View file

@ -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" />