NAnt SDK Documentation - v0.92

VcFileConfiguration Properties

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

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.
ExcludeFromBuild Gets a value indication whether the file should be excluded from the build for this configuration.
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.
Name (inherited from VcConfigurationBase) Gets the name of the configuration.
ObjectDir (inherited from ConfigurationBase) 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 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.
RelativePath Gets the relative path of the file.
UsePrecompiledHeader (inherited from VcConfigurationBase) 

Protected Instance Properties

SolutionTask (inherited from ConfigurationBase) 

See Also

VcFileConfiguration Class | NAnt.VSNet Namespace