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

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.
ConfigurationsMissing <summary> documentation for P:NAnt.VSNet.ProjectBase.Configurations
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 case-insensitive list of project configurations.
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.
ReferencesMissing <summary> documentation for P:NAnt.VSNet.ProjectBase.References
ReferencesResolverMissing <summary> documentation for P:NAnt.VSNet.ProjectBase.ReferencesResolver
SolutionTaskMissing <summary> documentation for P:NAnt.VSNet.ProjectBase.SolutionTask
TemporaryFilesMissing <summary> documentation for P:NAnt.VSNet.ProjectBase.TemporaryFiles
Type Gets the type of the project.

Protected Instance Properties

DevEnvDirMissing <summary> documentation for P:NAnt.VSNet.ProjectBase.DevEnvDir
GacCacheMissing <summary> documentation for P:NAnt.VSNet.ProjectBase.GacCache
OutputDirMissing <summary> documentation for P:NAnt.VSNet.ProjectBase.OutputDir

See Also

ProjectBase Class | NAnt.VSNet Namespace