NAnt SDK Documentation - v0.92

NUnitTest.AppConfigFile Property

The application configuration file to use for the NUnit test domain.

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

See Also

NUnitTest Class | NAnt.NUnit1.Types Namespace