VCNMakeTool Interface

Programmatically accesses the properties in the NMAKE folder of a project's Property Pages dialog box. See Modifying Project Settings for information about how to access a project's Property Pages dialog box.

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

Syntax

'Declaration
<GuidAttribute("52FCB868-2429-11D7-8BF6-00B0D03DAA06")> _
Public Interface VCNMakeTool
'Usage
Dim instance As VCNMakeTool
[GuidAttribute("52FCB868-2429-11D7-8BF6-00B0D03DAA06")]
public interface VCNMakeTool
[GuidAttribute(L"52FCB868-2429-11D7-8BF6-00B0D03DAA06")]
public interface class VCNMakeTool
public interface VCNMakeTool

Remarks

VCNMakeTool is only available for the Makefile configuration type. Failure to have the output file set to anything other than blank means that your configuration will always be up to date and it will not build.

See Also

Reference

VCNMakeTool Members

Microsoft.VisualStudio.VCProjectEngine Namespace