ProjectType Enum

Summary

Specifies the type of the project.
Assembly
NAnt.VSNet.dll
Namespace
NAnt.VSNet
Base Types
  • Enum
graph BT Type-->Base0["Enum"] Type["ProjectType"] class Type type-node

Syntax

public enum ProjectType

Fields

Name Constant Value Summary
CSharp 1
A Visual C# project.
static
JSharp 3
A Visual J# project.
static
MSBuild 4
MSBuild project.
static
VB 0
A Visual Basic.NET project.
static
VisualC 2
A Visual C++ project.
static