|
-
Sep 25th, 2024, 02:00 AM
#1
Thread Starter
Lively Member
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?
-
Sep 25th, 2024, 02:27 AM
#2
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.
Tags for this Thread
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|