NAnt SDK Documentation - v0.85-nightly-2005-11-09

ResGenTask.UseSourcePath Property

[This is preliminary documentation and subject to change.]

Use each source file's directory as the current directory for resolving relative file paths. The default is false. Only supported when targeting .NET 2.0 (or higher).

[Visual Basic]
<TaskAttribute(Required:=False, Name:="usesourcepath", ExpandProperties:=True, ProcessXml:=True)>
Public Property UseSourcePath As Boolean
[C#]
[TaskAttribute(Required=False, Name="usesourcepath", ExpandProperties=True, ProcessXml=True)]
public bool UseSourcePath {get; set;}

Remarks

Missing <remarks> documentation for P:NAnt.DotNet.Tasks.ResGenTask.UseSourcePath

See Also

ResGenTask Class | NAnt.DotNet.Tasks Namespace