Skip to content
This repository has been archived by the owner on Oct 1, 2024. It is now read-only.

Commit

Permalink
Clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
dellis1972 committed Feb 22, 2021
1 parent 3a1a53c commit 62fd3b1
Showing 1 changed file with 4 additions and 14 deletions.
18 changes: 4 additions & 14 deletions Projects/OpenTK.Android/OpenTK.Android.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -28,20 +28,10 @@
<Compile Include="..\..\Source\OpenTK\Math\*.cs" />
<Compile Include="..\..\Source\OpenTK\Platform\*.cs" />
<Compile Include="..\..\Source\OpenTK\Platform\Dummy\*.cs" />


<Compile Include="..\..\Source\OpenTK\Platform\Egl\EglGraphicsMode.cs">
<Link>Platform\Egl\EglGraphicsMode.cs</Link>
</Compile>
<Compile Include="..\..\Source\OpenTK\Platform\Egl\EglWindowInfo.cs">
<Link>Platform\Egl\EglWindowInfo.cs</Link>
</Compile>
<Compile Include="..\..\Source\OpenTK\Platform\Egl\Egl.cs">
<Link>Platform\Egl\Egl.cs</Link>
</Compile>
<Compile Include="..\..\Source\OpenTK\Platform\Egl\EglContext.cs">
<Link>Platform\Egl\EglContext.cs</Link>
</Compile>
<Compile Include="..\..\Source\OpenTK\Platform\Egl\EglGraphicsMode.cs" />
<Compile Include="..\..\Source\OpenTK\Platform\Egl\EglWindowInfo.cs" />
<Compile Include="..\..\Source\OpenTK\Platform\Egl\Egl.cs" />
<Compile Include="..\..\Source\OpenTK\Platform\Egl\EglContext.cs" />
</ItemGroup>

<!-- Android Specific Files -->
Expand Down

0 comments on commit 62fd3b1

Please sign in to comment.