Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Name the file something like "LocalParams.ini".

2. Make your

...

build depend on these parameters

Define variables with the names you used in the INI file. Update all actions that use these locations to use the variables instead.

3. Load the INI file as the first step in the

...

build

At the start of the <%BUILDORPROJECT%>build, add a "Load Variables from INI" that loads the relevant variables from the INI file. Use the %COMPUTERNAME% variable to load from the right section:

...