Property | Type | Description | |
---|---|---|---|
Tools |
Property | Type | Description |
---|
Method | Description | |
---|---|---|
GetToolArguments ( string toolName, NAnt.VSNet.VcArgumentMap argMap ) : |
||
GetToolArguments ( string toolName, NAnt.VSNet.VcArgumentMap argMap, NAnt.VSNet.VcArgumentMap ignoreGroup ) : |
||
GetToolSetting ( string toolName, string settingName ) : string |
Gets the value of a given setting for a specified tool. An empty setting value, which is used as a means to override the project default, will be returned as a empty string. |
|
GetToolSetting ( string toolName, string settingName, string defaultValue ) : string |
Gets the value of a given setting for a specified tool. An empty setting value, which is used as a means to override the project default, will be returned as a empty string. |
Method | Description | |
---|---|---|
ExpandMacro ( string macro ) : string |
Expands the given macro.
|
|
VcConfigurationBase ( |
||
VcConfigurationBase ( string configName, |
protected ExpandMacro ( string macro ) : string | ||
macro | string | The macro to expand. |
return | string |
public GetToolArguments ( string toolName, NAnt.VSNet.VcArgumentMap argMap ) : |
||
toolName | string | |
argMap | NAnt.VSNet.VcArgumentMap | |
return |
public abstract GetToolArguments ( string toolName, NAnt.VSNet.VcArgumentMap argMap, NAnt.VSNet.VcArgumentMap ignoreGroup ) : |
||
toolName | string | |
argMap | NAnt.VSNet.VcArgumentMap | |
ignoreGroup | NAnt.VSNet.VcArgumentMap | |
return |
public GetToolSetting ( string toolName, string settingName ) : string | ||
toolName | string | The name of the tool. |
settingName | string | The name of the setting. |
return | string |
public abstract GetToolSetting ( string toolName, string settingName, string defaultValue ) : string | ||
toolName | string | The name of the tool. |
settingName | string | The name of the setting. |
defaultValue | string | The value to return if setting is not defined. |
return | string |
protected VcConfigurationBase ( |
||
elem | ||
parentProject | ||
outputDir | ||
return | System |
protected VcConfigurationBase ( string configName, |
||
configName | string | |
parentProject | ||
outputDir | ||
return | System |