NAnt SDK Documentation - v0.92

ProjectType Enumeration

Specifies the type of the project.

[Visual Basic]
<Serializable>
Public Enum ProjectType
[C#]
[Serializable]
public enum 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.
MSBuild MSBuild project.

Requirements

Namespace: NAnt.VSNet

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

See Also

NAnt.VSNet Namespace