2
0
mirror of https://github.com/raylib-cs/raylib-cs synced 2025-09-09 03:01:41 -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 85b666414f
commit b6843021cf
5 changed files with 31 additions and 72 deletions

View File

@@ -97,6 +97,21 @@
<Reference Include="System.Xml" />
</ItemGroup>
<ItemGroup>
<Compile Include="..\Bindings\Easings.cs">
<Link>Easings.cs</Link>
</Compile>
<Compile Include="..\Bindings\Physac.cs">
<Link>Physac.cs</Link>
</Compile>
<Compile Include="..\Bindings\Raygui.cs">
<Link>Raygui.cs</Link>
</Compile>
<Compile Include="..\Bindings\Raylib.cs">
<Link>Raylib.cs</Link>
</Compile>
<Compile Include="..\Bindings\Raymath.cs">
<Link>Raymath.cs</Link>
</Compile>
<Compile Include="Program.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="RayForm.cs">
@@ -106,12 +121,6 @@
<ItemGroup>
<None Include="App.config" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\Bindings\Bindings.csproj">
<Project>{9f30944c-415b-4763-91c7-81721117879d}</Project>
<Name>Bindings</Name>
</ProjectReference>
</ItemGroup>
<ItemGroup>
<PackageReference Include="System.Memory">
<Version>4.5.1</Version>
@@ -120,6 +129,7 @@
<ItemGroup>
<Content Include="raylib-cs.ico" />
</ItemGroup>
<ItemGroup />
<Import Project="..\Examples\Examples.projitems" Label="Shared" />
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<Target Name="AfterBuild">