NAnt SDK Documentation - v0.92

ConfigurationSettings Members

ConfigurationSettings overview

Public Instance Constructors

ConfigurationSettings Constructor

Public Instance Properties

BuildPath Gets the path in which the output file will be created before its copied to the actual output path.
ExtraOutputFiles (inherited from ConfigurationBase) Gets the set of output files that is specific to the project configuration.
Name 
ObjectDir (inherited from ConfigurationBase) Get the directory in which intermediate build output will be stored for this configuration.
OutputDir 
OutputPath 
PlatformName Gets the platform that the configuration targets.
Project (inherited from ConfigurationBase) Gets the project.
RegisterForComInterop Gets a value indicating whether to register the project output for use with COM components.
RelativeOutputDir 
Settings 

Public Instance Methods

Equals (inherited from Object) Determines whether the specified Object is equal to the current Object.
ExpandMacros (inherited from ConfigurationBase) 
GetHashCode (inherited from Object) Serves as a hash function for a particular type.
GetType (inherited from Object) Gets the Type of the current instance.
ToString (inherited from Object) Returns a String that represents the current Object.

Protected Instance Properties

SolutionTask (inherited from ConfigurationBase) 

Protected Instance Methods

Finalize (inherited from Object) Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
MemberwiseClone (inherited from Object) Creates a shallow copy of the current Object.

Protected Internal Instance Methods

ExpandMacro (inherited from ConfigurationBase) Expands the given macro.

See Also

ConfigurationSettings Class | NAnt.VSNet Namespace