craftworkgames / MonoGame.Extended

Extensions to make MonoGame more awesome
http://www.monogameextended.net/
Other
1.44k stars 325 forks source link

ContentFiles from Nuget package ending up directly in Visual Studio project #752

Closed AntonLuning closed 2 years ago

AntonLuning commented 2 years ago

My Visual studio project is being filled up by the ContentFiles attached to the nuget package. I have ever encountered this before with different Nuget packages and find it a bit annoying scrolling through my project tree when it is filled with an imported packages files. image

lithiumtoast commented 2 years ago

That's MonoGame, not MonoGame.Extended. If you remove the MonoGame.Extended package, the problem will presist.

The issue is the .props and .targets file: https://github.com/MonoGame/MonoGame/blob/develop/MonoGame.Framework.Content.Pipeline/MonoGame.Content.Builder.targets#L98