build.Compile.AssemblySourceFileOutputFolder
|
This property is for setting or referring to the folder for the output of assembly source files. It is a compile option for the active project. [CC-RH] [CC-RL]
[Specification format]
build.Compile.AssemblySourceFileOutputFolder = folder
|
[Setting(s)]
|
|
folder
|
Set the path to the folder for the output of assembly source files as strings.
|
[Reference]
Path to the folder for the output of assembly source files
[Detailed description]
- | This property is for setting or referring to the folder for the output of assembly source files. It is a compile option for the active project. |
[Example of use]
>>>build.Compile.AssemblySourceFileOutputFolder = "/ProjectDir/Output_Vx.xx.xx"
>>>print build.Compile.AssemblySourceFileOutputFolder
%ProjectDir%\Output_Vx.xx.xx
>>>
|