MSBuildProjectSetSolutionMacros Method
This is used to set the Visual Studio solution macros based on the
specified project name.
Namespace: SandcastleBuilder.Utils.MSBuildAssembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 2024.12.21.0
public void SetSolutionMacros(
string solutionName
)
Public Sub SetSolutionMacros (
solutionName As String
)
public:
void SetSolutionMacros(
String^ solutionName
)
member SetSolutionMacros :
solutionName : string -> unit
Parameters
- solutionName String
- The solution name to use