What is the correct way to remove resource images from a VS project?
This is a quick visual guide on removing the imported resources to Resources.resx.
- Right click your project from Solution Explorer
- Choose Properties
- Choose Resources
- Select image to remove
- Click "Remove Resource"
You should select the resource in the resource grid and click Remove Resource
, as described in this MSDN article.