NAnt SDK Documentation - v0.92

ResGenTask.InputFile Property

Input file to process.

[Visual Basic]
<TaskAttribute(Name:="input", Required:=False, ExpandProperties:=True, ProcessXml:=True)>
Public Property InputFile As FileInfo
[C#]
[TaskAttribute(Name="input", Required=False, ExpandProperties=True, ProcessXml=True)]
public System.IO.FileInfo InputFile {get; set;}

Property Value

The full path to the input file.

See Also

ResGenTask Class | NAnt.DotNet.Tasks Namespace