NAnt SDK Documentation - v0.92

ProjectBase Properties

The properties of the ProjectBase class are listed below. For a complete list of ProjectBase class members, see the ProjectBase Members topic.

Public Instance Properties

BuildConfigurations Gets a list of project configurations that can be build.
ExtraOutputFiles Gets the extra set of output files for the project.
Guid Gets or sets the unique identifier of the VS.NET project.
Name Gets the name of the VS.NET project.
ObjectDir Get the directory in which intermediate build output that is not specific to the build configuration will be stored.
ProductVersion Gets the Visual Studio product version of the project.
ProjectConfigurations Gets a list of all configurations defined in the project.
ProjectDependencies Gets the set of projects that the project depends on.
ProjectDirectory Gets the directory containing the VS.NET project.
ProjectLocation Get the location of the project.
ProjectPath Gets the path of the VS.NET project.
References 
ReferencesResolver 
SolutionTask 
TemporaryFiles 
Type Gets the type of the project.

Protected Instance Properties

DevEnvDir 
GacCache 
OutputDir 

See Also

ProjectBase Class | NAnt.VSNet Namespace