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.
Path to the folder for the output of assembly source files
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. |
>>>build.Compile.AssemblySourceFileOutputFolder = "/ProjectDir/Output_Vx.xx.xx" >>>print build.Compile.AssemblySourceFileOutputFolder %ProjectDir%\Output_Vx.xx.xx >>> |