NAnt SDK Documentation - v0.85-nightly-2005-11-09

ProjectType Enumeration

[This is preliminary documentation and subject to change.]

Specifies the type of the project.

[Visual Basic]
Public Enum ProjectType
[C#]
public enum ProjectType

Remarks

Missing <remarks> documentation for T:NAnt.VSNet.ProjectType

Members

Member Name Description
VB A Visual Basic.NET project.
CSharp A Visual C# project.
VisualC A Visual C++ project.
JSharp A Visual J# project.

Requirements

Namespace: NAnt.VSNet

Assembly: NAnt.VSNetTasks (in NAnt.VSNetTasks.dll)

See Also

NAnt.VSNet Namespace