ProjectLocation Enum

Summary

Indentifies the physical location of a managed project.
Assembly
NAnt.VSNet.dll
Namespace
NAnt.VSNet
Base Types
  • Enum
graph BT Type-->Base0["Enum"] Type["ProjectLocation"] class Type type-node

Syntax

public enum ProjectLocation

Fields

Name Constant Value Summary
Local 1
A local project.
static
Web 2
A web project.
static