Hello,

I've noticed \INCREMENTAL build option has been removed in .NET 2005.

I want to make an incremental build for my solution.

My solution includes projects written in c#, some of the projects have references to other projects. When I make a little change in one project I don't want all my solution to be rebuilded again - only the necessary projects (This is the reason I have referenced the projects...