How to stop incremental build of Visual Studio permanently?

incremental-build, visual-studio-2010

Solution

You can set this from `Incremental Property` in `Linker` Properties Folder.

Go to: `properties page->Linker Folder` and from there modify `Incremental Linking` Property.

this is is a detailed reference.

Problem

I know about the property `/incremental` but it need to changed every time `NO` if I want to stop incremental build. Is there any way to stop it for all the projects permanently.

Original source