开发者

Delete unused files

My project cont开发者_开发百科ains many JavaScript files. many of them are not needed. and there is no reference from them on my project. is there any way or tool for removing them from solution automatically on Visual studio 2010?


I don't think there is any automatic way, if they are not used, they should not be added to the project in first place, if its legacy project and many people worked on it over the time leaving stale file, you can find all such stale files by using search feature and if its a Web Site project simple delete them from storage and Web site will automatically drop them, if its a Web application project them you have to open .csproj or .vbproj files and remove all references to such files from these files, usually something like ... will be there, then you can delete those files from storage. Finally going forward if its a Web site project you .....tag in web.config for such files so you know exactly what is being used also you can avoid have include tags on individual Pages and Controls.

0

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜