Versions Compared

Key

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

Image Removed

Macros can be used in a number of locations within the XML file, and allow reference to external or internal data.

Usage: $(MACRO_NAME)

The following macros are supported:

...

  1. SourceFileName  Source file name with extension
  2. SourceName Source file name without extension
  3. SourcePath Source file full path and file name
  4. SourceDir Source file directory
  5. SourceExt Source file extension

...

  1. OutputFileName Output file name with extension
  2. OutputName  Output file name without extension
  3. OutputPath Output file full path and file name
  4. OutputDir Output file directory
  5. OutputExt Output file extension

...

Image Added