VCToolFile Interface
Gives access to custom build rules.
Assembly: Microsoft.VisualStudio.VCProjectEngine (in Microsoft.VisualStudio.VCProjectEngine.dll)
The VCToolFile type exposes the following members.
| Name | Description | |
|---|---|---|
|
CustomBuildRules | Gets the custom build rules for the project. |
|
Name | Sets or gets the name of the tool file. |
|
Path | Gets the path to the tool file. |
| Name | Description | |
|---|---|---|
|
AddCustomBuildRule | Adds a custom build rule to the tool file. |
|
RemoveCustomBuildRule | Removes a custom, build rule from the tool file. |
|
Save | Saves the project file (.vcxproj). |