Target level

The incremental rebuild process for .NET targets is conducted as the first step of a project’s deployment to a .NET platform. Although deployment remains at the project level, incremental rebuilds are done at the target level. This means that multiple projects within a single target are able to benefit from this time saving feature by sharing the same incremental build assemblies or .NET modules.

Note.NET Web Service and .NET Assembly targets Incremental builds are not available for .NET component targets. The PowerBuilder .NET compiler always does full rebuilds for these target types.