Everything

build.Common.IntermediateFileOutputFolder


This property is for setting or referring to the folder for the output of intermediate files. It is a common option for the build tool for the active project.

[Specification format]

build.Common.IntermediateFileOutputFolder = folder

[Setting(s)]

Setting

Description

folder

Set the path to the folder for the output of intermediate files as strings.

[Reference]

Path to the folder for the output of intermediate files

[Detailed description]

-

This property is for setting or referring to the folder for the output of intermediate files. It is a common option for the build tool for the active project.

[Example of use]

>>>build.Common.IntermediateFileOutputFolder = "/ProjectDir/Output_Vx.xx.xx"
>>>print build.Common.IntermediateFileOutputFolder
%ProjectDir%\Output_Vx.xx.xx
>>>