NAnt SDK Documentation - v0.92

AssemblyLinkerTask.Configuration Property

Specifies a string for the Configuration field in the assembly.

[Visual Basic]
<TaskAttribute(Required:=False, Name:="configuration", ExpandProperties:=True, ProcessXml:=True)>
Public Property Configuration As String
[C#]
[TaskAttribute(Required=False, Name="configuration", ExpandProperties=True, ProcessXml=True)]
public string Configuration {get; set;}

Property Value

A string for the Configuration field in the assembly.

Remarks

If Configuration is an empty string (""), the Win32 Configuration resource appears as a single space.

See Also

AssemblyLinkerTask Class | NAnt.DotNet.Tasks Namespace