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