Specifying Project Priorities

Project priorities are user-specified indications that indicate which projects should be built before or after other projects in a solution or workspace. IncrediBuild considers these indications when determining the order in which files and projects are built.

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:

[Project1]
Priority=Low
[Project2]
Priority=Normal
[Project3]
Priority=High

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

Copyright (C) 2001-2008 Xoreax Software Ltd. All rights reserved.
Converted from CHM to HTML with chm2web Standard 2.7 (unicode)