VCProject::AddToolFile Method (VCToolFile^)

 

Adds a custom build rule file to a project.

Namespace:   Microsoft.VisualStudio.VCProjectEngine
Assembly:  Microsoft.VisualStudio.VCProjectEngine (in Microsoft.VisualStudio.VCProjectEngine.dll)

void AddToolFile(
	VCToolFile^ ToolFile
)

Parameters

ToolFile
Type: Microsoft.VisualStudio.VCProjectEngine::VCToolFile^

The build rule file to add.

Return to top
Show: