Click or drag to resize
Sandcastle Help File BuilderMSBuildProjectSetSolutionMacros Method
This is used to set the Visual Studio solution macros based on the specified project name.

Namespace: SandcastleBuilder.Utils.MSBuild
Assembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 2014.11.22.0
Syntax
public void SetSolutionMacros(
	string solutionName
)

Parameters

solutionName
Type: SystemString
The solution name to use
See Also