Summary
    Input file to process.
    
		- Assembly
 - NAnt
.DotNet .dll  - Namespace
 - NAnt
.DotNet .Tasks  - Containing Type
 - ResGenTask
 
Syntax
[TaskAttribute("input", Required = false)]
public FileInfo InputFile { get; set; }
	Attributes
| Type | Description | 
|---|---|
| Task | 
						Indicates that property should be treated as a XML attribute for the task. | 
Value
| Type | Description | 
|---|---|
| FileInfo | The full path to the input file. | 
