These properties are applicable to Staging project types.
Property | Type | Save Name | Description |
Output File Path | String | stage_output_filepath | Specifies the name the file will be copied to. This property will have macro expansion applied to it. |
Package File Path | String | stage_package_filepath | Specifies the package file that the file will be added to. This property will have macro expansion applied to it. |
Package Member Name | String | stage_package_member_name | Specifies the name that the file will have in the package. This property will have macro expansion applied to it. The dynamic macros $(StageOutputFilePath) and $(StudioDirRelativeOutputFilePath) are defined. |
Set Readonly | Boolean | stage_set_readonly | Specifies that the output file will have it's permissions set to readonly. |
Stage Command | String | stage_command | Specifies the command be used to do the staging operation. This property will have macro expansion applied to it. The dynamic macro $(StageOutputFilePath) is defined to the value of the output file path property. The dynamic macro $(StudioDirRelativeOutputFilePath) is defined to value of the output file path property relative to the $(StudioDir). |
These properties are applicable to Combining project types.
Property | Type | Save Name | Description |
Output File Path | String | combine_output_filepath | Specifies the name of the file the combine command will create. This property will have macro expansion applied to it. |
Set Readonly | Boolean | combine_set_readonly | Specifies that the output file will have it's permissions set to readonly. |
Combine Command | String | combine_command | Specifies the command be used to do the combining operation. This property will have macro expansion applied to it. The dynamic macro $(CombiningRelInputPaths) is defined to be the list of files in the project relative to the project directory. |