本文介绍了Visual Studio(2008)“清洁解决方案"选项的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

此选项有什么作用?可从构建"菜单访问它.

What does this option do? It is accessible from the Build menu.

推荐答案

它将删除与解决方案关联的所有已编译和临时文件.这样可以确保下一个版本是完整版本,而不是仅重新编译更改的文件.

It deletes all the compiled and temporary files associated with a solution. It ensures that the next build is a full one, rather than only changed files being recompiled.

这篇关于Visual Studio(2008)“清洁解决方案"选项的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

05-26 19:30
查看更多