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 |
---|---|
Task |
Indicates that property should be treated as a XML attribute for the task. |
Value
Type | Description |
---|---|
bool |