To specify project priorities for a solution or workspace,
create a file named after the solution/workspace name, with the
extension .ib_ini. This file should be located in the same folder
as the solution/workspace's .sln or .dsw file.
The file should be similar in syntax to the following sample
.ib_ini file:
Each entry represents the project priority given to the project specified between the square brackets. Projects not specified will have a default priority of "Normal".
IncrediBuild will attempt to build files from "High" priority projects before "Normal" and "Low" priority projects, and files from "Normal" priority projects before "Low" priority projects. Dependency information will still have a stronger effect than project priorities, so a "High" priority file that depends on "Low" priority files will still be built after its dependencies.
Notes
| Converted from CHM to HTML with chm2web Standard 2.7 (unicode) |