Method | Description | |
---|---|---|
AddSettyPostBuildPartIntoProjectFile ( string projectName, string pathToSetty, string pathToSettySettings ) : void |
Add xml (to the project file) that automatically run setty.exe after each build
|
|
CreateConfigXmlOfProject ( |
Generate xml to include generated config into project, also make *.config 'DependentUpon' setty config Produce xml like this:
|
|
CreateEmptySettingsFile ( string pathToSettings ) : void | ||
GetSettyProjectXml ( |
|
|
IncludeConfigIntoProjFile ( string activeProjectPath, string originalConfigFileName, string settyFileName ) : void |
Include generated config into project, also make *.config 'DependentUpon' setty config
|
|
WrapSettyConfigWithXslt ( string originalConfig, string settyConfig ) : void |
Wrap config xml with xslt when generate setty xslt config from *.config
|
public AddSettyPostBuildPartIntoProjectFile ( string projectName, string pathToSetty, string pathToSettySettings ) : void | ||
projectName | string | |
pathToSetty | string | |
pathToSettySettings | string | |
return | void |
public CreateConfigXmlOfProject ( |
||
xmlDoc | Project file XmlDocument | |
originalConfigFileName | string | Original config file name |
settyFileName | string | Setty config file name |
return |
public CreateEmptySettingsFile ( string pathToSettings ) : void | ||
pathToSettings | string | |
return | void |
public GetSettyProjectXml ( |
||
xmlDoc | ||
relativePathToSetty | string | |
return |
public IncludeConfigIntoProjFile ( string activeProjectPath, string originalConfigFileName, string settyFileName ) : void | ||
activeProjectPath | string | path to the project file |
originalConfigFileName | string | |
settyFileName | string | |
return | void |
public WrapSettyConfigWithXslt ( string originalConfig, string settyConfig ) : void | ||
originalConfig | string | |
settyConfig | string | |
return | void |