IVCBuildOptionsPage::ToolFileSearchPaths Property

 

Specifies the list of directories that contain .TOOL files, which help you define build settings for your projects.

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

property String^ ToolFileSearchPaths {
	String^ get();
	void set(String^ value);
}

Property Value

Type: System::String^

The list of directories that contain .TOOL files.

Return to top
Show: