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:
...
- SourceFileName – Source file name with extension
- SourceName – Source file name without extension
- SourcePath – Source file full path and file name
- SourceDir – Source file directory
- SourceExt – Source file extension
...
- OutputFileName – Output file name with extension
- OutputName – Output file name without extension
- OutputPath – Output file full path and file name
- OutputDir – Output file directory
- OutputExt – Output file extension
...