- Assembly
- NAnt
.VSNet .dll - Namespace
- NAnt
.VSNet - Base Types
-
- Object
- Derived Types
graph BT
Type-->Base0["Object"]
Type["ConfigurationBase"]
class Type type-node
Derived0["ConfigurationSettings"]-->Type
click Derived0 "/api/NAnt.VSNet/ConfigurationSettings"
Derived1["VcConfigurationBase"]-->Type
click Derived1 "/api/NAnt.VSNet/VcConfigurationBase"
Syntax
public abstract class ConfigurationBase
Constructors
Name | Summary |
---|---|
ConfigurationBase |
Initializes a new instance of the NAnt.VSNet.ConfigurationBase
class with the given NAnt.VSNet.ProjectBase .
|
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.
|
Name | string |
Gets the name of the configuration.
|
ObjectDir | DirectoryInfo |
Get the directory in which intermediate build output will be stored
for this configuration.
|
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.
|
RelativeOutputDir | string |
Get the path of the output directory relative to the project
directory.
|
SolutionTask | SolutionTask |
Methods
Name | Value | Summary |
---|---|---|
ExpandMacros |
string |