Tag Archives: Visual Studio


Remove unreferenced files in Visual Studio projects

Remove references to missing files in visual studio

This post covers how to remove missing file references within a visual studio project file. Unfortunately, there isn’t anything available in visual studio; however, I was able to get things done with a little bit of PowerShell magic.

Read More →