CompileCs
class CompileCs : Task
Run the C# compiler to produce an exe or dll.
Initialize the .NET environment fields for csc.exe
Output file created by the compiler
List of source files or directories to compile
Output target type
Home directory for .NET installation configured via config prop
List of dll libraries to link in
C# compiler executable
Run the csc task
File : cscExe
C# compiler executable: {dotnetHomeDir}/csc.exe
File? : dotnetHomeDir
Home directory for .NET installation configured via config prop
File[]? : libs
List of dll libraries to link in
new make(BuildScript script)
Initialize the .NET environment fields for csc.exe.
File? : output
Output file created by the compiler.
virtual Void run()
Run the csc task
File[] : src
List of source files or directories to compile
Str? : targetType
Output target type