开发者

VS2010 delete unused images/files [duplicate]

开发者 https://www.devze.com 2023-02-18 13:50 出处:网络
This question already has answers here: 开发者_运维知识库 Closed 10 years ago. Possible Duplicate:
This question already has answers here: 开发者_运维知识库 Closed 10 years ago.

Possible Duplicate:

Find Unused Resources in a .NET Solution

In a webapplication we have a lot of images and some of them are not used/referenced anymore. Is there way (tool or something) to get a list of all these unused files or/and delete them?


A manual approach - If you have Resharper installed, you can right-click and choose "Find Usages" this will look in your project for a reference to the selected image.

0

精彩评论

暂无评论...
验证码 换一张
取 消