Rebuild takes place after the Command Line property added in Visual Studio IDE
I'm changing the command line parameters in the Visual Studio property window, and when I run the project after making these changes, it rebuilds the entire project even if there are no code changes. Is there a way to avoid this, or is this the expected behavior?
Re: Rebuild takes place after the Command Line property added in Visual Studio IDE
The project properties are part of the project so the project has changed and thus needs to be rebuilt. Some properties may affect how code is compiled so of course the code needs to be recompiled, even if it hasn't changed.