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

Commit 62fd3b1

Browse files
committed
Clean up
1 parent 3a1a53c commit 62fd3b1

File tree

1 file changed

+4
-14
lines changed

1 file changed

+4
-14
lines changed

Projects/OpenTK.Android/OpenTK.Android.csproj

Lines changed: 4 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -28,20 +28,10 @@
2828
<Compile Include="..\..\Source\OpenTK\Math\*.cs" />
2929
<Compile Include="..\..\Source\OpenTK\Platform\*.cs" />
3030
<Compile Include="..\..\Source\OpenTK\Platform\Dummy\*.cs" />
31-
32-
33-
<Compile Include="..\..\Source\OpenTK\Platform\Egl\EglGraphicsMode.cs">
34-
<Link>Platform\Egl\EglGraphicsMode.cs</Link>
35-
</Compile>
36-
<Compile Include="..\..\Source\OpenTK\Platform\Egl\EglWindowInfo.cs">
37-
<Link>Platform\Egl\EglWindowInfo.cs</Link>
38-
</Compile>
39-
<Compile Include="..\..\Source\OpenTK\Platform\Egl\Egl.cs">
40-
<Link>Platform\Egl\Egl.cs</Link>
41-
</Compile>
42-
<Compile Include="..\..\Source\OpenTK\Platform\Egl\EglContext.cs">
43-
<Link>Platform\Egl\EglContext.cs</Link>
44-
</Compile>
31+
<Compile Include="..\..\Source\OpenTK\Platform\Egl\EglGraphicsMode.cs" />
32+
<Compile Include="..\..\Source\OpenTK\Platform\Egl\EglWindowInfo.cs" />
33+
<Compile Include="..\..\Source\OpenTK\Platform\Egl\Egl.cs" />
34+
<Compile Include="..\..\Source\OpenTK\Platform\Egl\EglContext.cs" />
4535
</ItemGroup>
4636

4737
<!-- Android Specific Files -->

0 commit comments

Comments
 (0)