ResGenTask.

UseSourcePath Property

Summary

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).
Assembly
NAnt.DotNet.dll
Namespace
NAnt.DotNet.Tasks
Containing Type
ResGenTask

Syntax

[TaskAttribute("usesourcepath", Required = false)]
public bool UseSourcePath { get; set; }

Attributes

Type Description
TaskAttributeAttribute Indicates that property should be treated as a XML attribute for the task.

Value

Type Description
bool