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

ManagedProjectBase Properties

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

Public Instance Properties

BuildConfigurations (inherited from ProjectBase) Gets a list of project configurations that can be build.
Configurations (inherited from ProjectBase)Missing <summary> documentation for P:NAnt.VSNet.ProjectBase.Configurations
ExtraOutputFiles (inherited from ProjectBase) 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 (inherited from ProjectBase) Get the directory in which intermediate build output that is not specific to the build configuration will be stored.
ProductVersion (inherited from ProjectBase) Gets the Visual Studio product version of the project.
ProjectConfigurations (inherited from ProjectBase) Gets a case-insensitive list of project configurations.
ProjectDependencies (inherited from ProjectBase) 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.
ProjectSettingsMissing <summary> documentation for P:NAnt.VSNet.ManagedProjectBase.ProjectSettings
ReferencesMissing <summary> documentation for P:NAnt.VSNet.ManagedProjectBase.References
ReferencesResolver (inherited from ProjectBase)Missing <summary> documentation for P:NAnt.VSNet.ProjectBase.ReferencesResolver
SolutionTask (inherited from ProjectBase)Missing <summary> documentation for P:NAnt.VSNet.ProjectBase.SolutionTask
TemporaryFiles (inherited from ProjectBase)Missing <summary> documentation for P:NAnt.VSNet.ProjectBase.TemporaryFiles
Type (inherited from ProjectBase) Gets the type of the project.

Protected Instance Properties

DevEnvDir (inherited from ProjectBase)Missing <summary> documentation for P:NAnt.VSNet.ProjectBase.DevEnvDir
FileExtension Gets the default file extension of sources for this project.
GacCache (inherited from ProjectBase)Missing <summary> documentation for P:NAnt.VSNet.ProjectBase.GacCache
OutputDir (inherited from ProjectBase)Missing <summary> documentation for P:NAnt.VSNet.ProjectBase.OutputDir

See Also

ManagedProjectBase Class | NAnt.VSNet Namespace