DEFAULT_NUNIT_DIRECTORY Field

MSBuild

The default relative path of the NUnit installation. The value is @"NUnit-Net-2.0 2.2.7\bin". This field is constant and read-only.


Namespace: MSBuild.Community.Tasks
Assembly: MSBuild.Community.Tasks (in MSBuild.Community.Tasks.dll)

Syntax

Visual Basic (Declaration)
Public const DEFAULT_NUNIT_DIRECTORY As String = "NUnit-Net-2.0 2.2.7\bin"
C#
public const string DEFAULT_NUNIT_DIRECTORY = "NUnit-Net-2.0 2.2.7\bin";
C++
public:
 const String DEFAULT_NUNIT_DIRECTORY = L"NUnit-Net-2.0 2.2.7\bin";
J#
public const string DEFAULT_NUNIT_DIRECTORY = "NUnit-Net-2.0 2.2.7\bin"
JScript
public const DEFAULT_NUNIT_DIRECTORY : String = "NUnit-Net-2.0 2.2.7\bin";

See Also

Syntax based on .NET Framework version 2.0.
Documentation version 1.0.0.0.