Skip to content
This repository has been archived by the owner on Jan 4, 2023. It is now read-only.

Commit

Permalink
Removed model and 3d effects.
Browse files Browse the repository at this point in the history
  • Loading branch information
jessefreeman committed May 21, 2020
1 parent 613c189 commit 28e0299
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions MonoGame/MonoGame.Framework/MonoGame.Framework.DesktopGL.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,17 @@ This package provides you with MonoGame Framework that uses OpenGL for rendering
<Compile Remove="GameComponent.cs" />
<Compile Remove="GameComponentCollection.cs" />
<Compile Remove="GameComponentCollectionEventArgs.cs" />
<Compile Remove="Graphics\Effect\AlphaTestEffect.cs" />
<Compile Remove="Graphics\Effect\BasicEffect.cs" />
<Compile Remove="Graphics\Effect\DualTextureEffect.cs" />
<Compile Remove="Graphics\Effect\EffectMaterial.cs" />
<Compile Remove="Graphics\Effect\EnvironmentMapEffect.cs" />
<Compile Remove="Graphics\Effect\IEffectFog.cs" />
<Compile Remove="Graphics\Effect\IEffectLights.cs" />
<Compile Remove="Graphics\Effect\IEffectMatrices.cs" />
<Compile Remove="Graphics\Effect\SkinnedEffect.cs" />
<Compile Remove="Graphics\GraphicsAdapter.cs" />
<Compile Remove="Graphics\Model.cs" />
<Compile Remove="IDrawable.cs" />
<Compile Remove="IGameComponent.cs" />
<Compile Remove="IPlatformBackButton.cs" />
Expand Down

0 comments on commit 28e0299

Please sign in to comment.