I notice that when I clean on the the project in my solution (The project is not the parent project. That is, no project depends on it), I still see Visual Studio rebuild the whole solution.
Do you guys see something like that?
Thanks.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
“Clean” in Visual Studio cleans anything related to the build of the project being targeted. As a result, all things required to build that specific project will have to be rebuilt.
Edit: this macro may or may not work to provide you with a solution to your desire: http://support.microsoft.com/kb/318651#appliesto