Incremental field in visual studio project properties

What does incremental field binding on project property pages in visual studio mean? What should be in the release and what is in debugging? I found in the project that I was working on the fact that it is incremental in debugging and incremental: not in the release, does anyone know why?

+3
source share
2 answers

Incremental binding allows the linker to modify the existing linked dll / exe instead of re-creating it from scratch whenever something changes and you build. Enabling this allows you to edit and continue to work, but in my experience it is not 100% reliable, so I would recommend that you avoid it, at least in the version.

+5
source

, . ( "" ).

.

+2

All Articles