I have a VC ++ project with a source file with source code in Visual Studio 2005. Many of these files have custom build steps. There is something that is not updated when created. Each time I click the debug start button, he offers me a dialog "This project is out of date:" and asks if I want to build it. I choose yes, but nothing compiles. I suppose I could pull out the source files one by one, I find the problem. There should be an easier way.
Each equivalent that I used had command line options that would display deprecated targets and the steps used to create it. I would use this to solve the problem, building normally, and then building with a detailed option. The problem file will be the only one built!
I would expect that in Visual Studio there is an equivalent setting that I have not found yet. (Tools-> options-> Projects and Solutions-> Build and Run-> MsBuild output verbosity) does not provide enough information to identify the problem. How do I get VS2005 to tell me exactly what he is trying to build?
source share