visual studio 2008 - 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?

This clears every project in your solution and rebuilds all the projects.


Comments

Popular posts from this blog

iphone - How do I make a UIPickerView in a UIActionSheet -

java - Is there an object like a "Set" that can contain only unique string values, but also contain a count on the number of occurrences of the string value? -