What does the 'Rebuild All' setting do?
问题 In visual studio, there is an option to "Rebuild All" from the build menu, what exactly does it do? 回答1: It cleans every project in your solution and rebuilds all projects. 回答2: It does rebuilds everything from scratch, but sometimes you need to use clean to clear some old files that stack into the build environment... I don't know why (yet) but experiences shows sometime a clean is necessary even using rebuild all.. 回答3: It ignores all dependencies between projects, and rebuilds every