Summary
Specifies which output type should be generated.
- Assembly
- NAnt
.DotNet .dll - Namespace
- NAnt
.DotNet .Tasks - Containing Type
- IlasmTask
Syntax
[TaskAttribute("target", Required = true)]
[StringValidator(AllowEmpty = false)]
public string Target { get; set; }
Remarks
Corresponds to the /OUTPUT
flag.
Attributes
Type | Description |
---|---|
Task |
Indicates that property should be treated as a XML attribute for the task. |
String |
Used to indicate whether a string property should allow
an empty string value or not.
|
Value
Type | Description |
---|---|
string |
A string that contains the target type.
Possible values are dll and exe .
|