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

VcProjectConfiguration Members

VcProjectConfiguration overview

Public Instance Properties

BuildPath (inherited from VcConfigurationBase) Gets the path in which the output file will be created before its copied to the actual output path.
CharacterSet Tells the compiler which character set to use.
ExtraOutputFiles (inherited from ConfigurationBase) Gets the set of output files that is specific to the project configuration.
IntermediateDir Gets the intermediate directory, specified relative to project directory.
ManagedExtensions Gets a value indicating whether Managed Extensions for C++ are enabled.
Name (inherited from VcConfigurationBase) Gets the name of the configuration.
ObjectDir Get the directory in which intermediate build output will be stored for this configuration.
OutputDir (inherited from VcConfigurationBase) Gets the output directory.
OutputPath Gets the absolute path for the output file.
PlatformName (inherited from VcConfigurationBase) Gets the platform that the configuration targets.
Project (inherited from ConfigurationBase) Gets the project.
ReferencesPath Gets a comma-separated list of directories to scan for assembly references.
RelativeOutputDir Get the path of the output directory relative to the project directory.
TypeMissing <summary> documentation for P:NAnt.VSNet.VcProjectConfiguration.Type
UseOfATL Gets a value indicating how ATL is used by the configuration.
UseOfMFC Gets a value indicating how MFC is used by the configuration.
UsePrecompiledHeader (inherited from VcConfigurationBase)Missing <summary> documentation for P:NAnt.VSNet.VcConfigurationBase.UsePrecompiledHeader
WholeProgramOptimizationMissing <summary> documentation for P:NAnt.VSNet.VcProjectConfiguration.WholeProgramOptimization

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) 
GetToolArgumentsOverloaded. Missing <summary> documentation for M:NAnt.VSNet.VcProjectConfiguration.GetToolArguments(System.String,NAnt.VSNet.VcArgumentMap,NAnt.VSNet.VcArgumentMap.ArgGroup)
GetToolArguments (inherited from VcConfigurationBase)Overloaded. Missing <summary> documentation for M:NAnt.VSNet.VcConfigurationBase.GetToolArguments(System.String,NAnt.VSNet.VcArgumentMap)
GetToolSettingOverloaded. Missing <summary> documentation for M:NAnt.VSNet.VcProjectConfiguration.GetToolSetting(System.String,System.String,System.String)
GetToolSetting (inherited from VcConfigurationBase)Overloaded. Gets the value of a given setting for a specified tool.
GetType (inherited from Object) 
ToString (inherited from Object) 

Protected Instance Fields

Tools (inherited from VcConfigurationBase)Missing <summary> documentation for F:NAnt.VSNet.VcConfigurationBase.Tools

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 Expands the given macro.

See Also

VcProjectConfiguration Class | NAnt.VSNet Namespace