CSAssembly

CSAssembly

Builds one or more files (typically .cs files) into an assembly (a dll or executable).

CSAssembly( alias ) ; (optional) Alias { .Compiler ; Path to the C# compiler .CompilerOptions ; Options to pass to the compiler .CompilerOutput ; Output file to be generated .CompilerInputPath ; Path to include files from .CompilerInputPathRecurse ; (optional) Whether to recurse into sub-dirs (default true) .CompilerInputPattern ; (optional) Pattern(s) of input files (default *.cs) .CompilerInputExcludePath ; (optional) Path(s) to exclude from compilation .CompilerInputExcludedFiles ; (optional) File(s) to exclude from compilation (partial, root-relative of full path) .CompilerReferences ; (optional) References for the assembly }

Build-Time Substitutions