Summary
Determines whether the specified input file needs to be compiled.
- Assembly
- NAnt
.DotNet .dll - Namespace
- NAnt
.DotNet .Tasks - Containing Type
- ResGenTask
Syntax
protected virtual bool NeedsCompiling(FileInfo inputFile, FileInfo outputFile)
Parameters
| Name | Type | Description |
|---|---|---|
| inputFile | FileInfo | The input file. |
| outputFile | FileInfo | The output file. |
Return Value
| Type | Description |
|---|---|
| bool |
true if the input file need to be compiled;
otherwise false.
|
