This property is for setting or referring to whether to output assembly source files. It is a compile option for the active project.
If assembly source files are to be output: True
If assembly source files are not to be output: False
This property is for setting or referring to whether to output assembly source files. It is a compile option for the active project. |
>>>build.Compile.OutputAssemblySourceFile = True >>>print build.Compile.OutputAssemblySourceFile True >>> |