Summary
Specifies a string for the Configuration field in the assembly.
- Assembly
- NAnt
.DotNet .dll - Namespace
- NAnt
.DotNet .Tasks - Containing Type
- AssemblyLinkerTask
Syntax
[TaskAttribute("configuration", Required = false)]
public string Configuration { get; set; }
Remarks
If
NAnt.DotNet.Tasks.AssemblyLinkerTask.Configuration
is an empty string (""), the Win32
Configuration resource appears as a single space.
Attributes
Type | Description |
---|---|
Task |
Indicates that property should be treated as a XML attribute for the task. |
Value
Type | Description |
---|---|
string | A string for the Configuration field in the assembly. |