메소드 |
설명 |
|
AddNewTask ( string taskName ) : Microsoft.Build.BuildEngine.BuildTask |
|
|
Build ( ) : bool |
|
|
Build ( string built_targets_key ) : bool |
|
|
Build ( string built_targets_key, bool &executeOnErrors ) : bool |
|
|
BuildDependencies ( List deps, bool &executeOnErrors ) : bool |
|
|
DoBuild ( bool &executeOnErrors ) : bool |
|
|
ExecuteOnErrors ( ) : void |
|
|
GetDependencies ( ) : List |
|
|
LogError ( string message ) : void |
|
|
LogMessage ( MessageImportance importance, string message ) : void |
|
|
LogTargetSkipped ( ) : void |
|
|
Target ( XmlElement targetElement, Microsoft.Build.BuildEngine.Project project, Microsoft.Build.BuildEngine.ImportedProject importedProject ) : System |
|
|