ConfigurationSettings Class

Assembly
NAnt.VSNet.dll
Namespace
NAnt.VSNet
Base Types
graph BT Type-->Base0["ConfigurationBase"] click Base0 "/api/NAnt.VSNet/ConfigurationBase" Base0-->Base1["Object"] Type["ConfigurationSettings"] class Type type-node

Syntax

public class ConfigurationSettings : ConfigurationBase

Constructors

Properties

Name Value Summary
BuildPath string
Gets the path in which the output file will be created before its copied to the actual output path.
ExtraOutputFiles Hashtable
Gets the set of output files that is specific to the project configuration.
Inherited from ConfigurationBase
Name string
Gets the name of the configuration.
ObjectDir DirectoryInfo
Get the directory in which intermediate build output will be stored for this configuration.
Inherited from ConfigurationBase
OutputDir DirectoryInfo
Gets the output directory.
OutputPath string
Gets the path for the output file.
PlatformName string
Gets the platform that the configuration targets.
Project ProjectBase
Gets the project.
Inherited from ConfigurationBase
RegisterForComInterop bool
Gets a value indicating whether to register the project output for use with COM components.
RelativeOutputDir string
Get the path of the output directory relative to the project directory.
Settings string[]
SolutionTask SolutionTask
Inherited from ConfigurationBase

Methods

Name Value Summary
ExpandMacros(string) string
Inherited from ConfigurationBase