Everything

build.Compile.OutputAssemblySourceFile


This property is for setting or referring to whether to output assembly source files. It is a compile option for the active project.

[Specification format]

build.Compile.OutputAssemblySourceFile = bool

[Setting(s)]

Setting

Description

bool

Set whether to output assembly source files.

True: Output assembly source files.

False: Do not output assembly source files.

[Reference]

If assembly source files are to be output: True

If assembly source files are not to be output: False

[Detailed description]

-

This property is for setting or referring to whether to output assembly source files. It is a compile option for the active project.

[Example of use]

>>>build.Compile.OutputAssemblySourceFile = True
>>>print build.Compile.OutputAssemblySourceFile
True
>>>