C# Class NAnt.VisualCpp.Tasks.MidlTask

Inheritance: NAnt.Core.Tasks.ExternalProgramBase
Mostrar archivo Open project: skolima/NAnt Class Usage Examples

Private Properties

Property Type Description
NeedsCompiling bool
NeedsCompiling bool
WriteResponseFile void

Protected Methods

Method Description
ExecuteTask ( ) : void

This is where the work is done.

Private Methods

Method Description
NeedsCompiling ( ) : bool

Check output files to see if we need rebuilding.

NeedsCompiling ( FileInfo outputFile ) : bool

Check output files to see if we need rebuilding.

WriteResponseFile ( TextWriter writer ) : void

Writes the response file for midl.exe.

Method Details

ExecuteTask() protected method

This is where the work is done.
protected ExecuteTask ( ) : void
return void