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

ConfigurationBase Members

ConfigurationBase overview

Public Instance Properties

BuildPath Gets the path in which the output file will be created before its copied to the actual output path.
ExtraOutputFiles Gets the set of output files that is specific to the project configuration.
Name Gets the name of the configuration.
ObjectDir Get the directory in which intermediate build output will be stored for this configuration.
OutputDir Gets the output directory.
OutputPath Gets the path for the output file.
PlatformName Gets the platform that the configuration targets.
Project Gets the project.
RelativeOutputDir Get the path of the output directory relative to the project directory.

Public Instance Methods

Equals (inherited from Object) 
ExpandMacrosMissing <summary> documentation for M:NAnt.VSNet.ConfigurationBase.ExpandMacros(System.String)
GetHashCode (inherited from Object) 
GetType (inherited from Object) 
ToString (inherited from Object) 

Protected Instance Constructors

ConfigurationBase Constructor Initializes a new instance of the ConfigurationBase class with the given ProjectBase.

Protected Instance Properties

SolutionTaskMissing <summary> documentation for P:NAnt.VSNet.ConfigurationBase.SolutionTask

Protected Instance Methods

Finalize (inherited from Object) 
MemberwiseClone (inherited from Object) 

Protected Internal Instance Methods

ExpandMacro Expands the given macro.

See Also

ConfigurationBase Class | NAnt.VSNet Namespace