Package node properties
These are the properties for package nodes.
Group | Property | Description |
---|---|---|
Project | Description | Description of the package. |
Project | Exclude from build | If selected, the node is excluded from the build process. |
Settings | Platform | Destination platform. Can be one of:
|
Settings | Distribution directory | Directory where the package is written. The default distribution directory is $(ProjectDir)/distbin. |
Settings | Root directory | Base directory containing the files to be included in the package. The child directory nodes define the destination directories, which are relative to the root directory. The default root directory is $(ProjectDir)/bin. |
Package | ID | ID for the package. |
Package | Label | Label displayed to the user. |
Package | Version | Version number. The version number does not increment automatically; you must do this every time you want to create a new version of the package. |