VCToolFile::AddCustomBuildRule Method (String^, String^, String^, String^)
Visual Studio 2015
Adds a custom build rule to the tool file.
Assembly: Microsoft.VisualStudio.VCProjectEngine (in Microsoft.VisualStudio.VCProjectEngine.dll)
Object^ AddCustomBuildRule( String^ Name, String^ CommandLine, String^ Outputs, String^ FileExtensions )
Parameters
- Name
-
Type:
System::String^
Name of the build rule
- CommandLine
-
Type:
System::String^
Command line text.
- Outputs
-
Type:
System::String^
Build tool outputs.
- FileExtensions
-
Type:
System::String^
List of file extensions that apply to this build rule.
Show: