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

ConfigurationSettings Members

ConfigurationSettings overview

Public Instance Constructors

ConfigurationSettings Constructor Missing <summary> documentation for M:NAnt.VSNet.ConfigurationSettings.#ctor(NAnt.VSNet.ManagedProjectBase,System.Xml.XmlElement,System.IO.DirectoryInfo)

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.
NameMissing <summary> documentation for P:NAnt.VSNet.ConfigurationSettings.Name
ObjectDir (inherited from ConfigurationBase) Get the directory in which intermediate build output will be stored for this configuration.
OutputDirMissing <summary> documentation for P:NAnt.VSNet.ConfigurationSettings.OutputDir
OutputPathMissing <summary> documentation for P:NAnt.VSNet.ConfigurationSettings.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.
RelativeOutputDirMissing <summary> documentation for P:NAnt.VSNet.ConfigurationSettings.RelativeOutputDir
SettingsMissing <summary> documentation for P:NAnt.VSNet.ConfigurationSettings.Settings

Public Instance Methods

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

Protected Instance Properties

SolutionTask (inherited from ConfigurationBase)Missing <summary> documentation for P:NAnt.VSNet.ConfigurationBase.SolutionTask

Protected Instance Methods

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

Protected Internal Instance Methods

ExpandMacro (inherited from ConfigurationBase) Expands the given macro.

See Also

ConfigurationSettings Class | NAnt.VSNet Namespace