NAnt SDK Documentation - v0.92

NUnit2Test.AppConfigFile Property

The application configuration file to use for the NUnit test domain. If not specified, NAnt will try to use a configuration name matching the file name of the assembly with extension ".config".

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

See Also

NUnit2Test Class | NAnt.NUnit2.Types Namespace