The main object for VCProjectEngine automation model.
The VCProjectEngineObject type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| .gif) | AddFakeProps | Infrastructure. Microsoft Internal Use Only. (Inherited from VCProjectEngine.) | 
| .gif) | CreateProject | Creates a new project. (Inherited from VCProjectEngine.) | 
| .gif) | CreatePropertySheet | Infrastructure. Microsoft Internal Use Only. (Inherited from VCProjectEngine.) | 
| .gif) | CreateToolFile | Creates a tool file for the project. (Inherited from VCProjectEngine.) | 
| .gif) | Evaluate | Evaluates the value of a project model or environment macro. (Inherited from VCProjectEngine.) | 
| .gif) | IsSystemInclude | Returns true if the specified file is in the Vc7\include directory or if the file is one of the directories specified with sysincl.dat. (Inherited from VCProjectEngine.) | 
| .gif) | LoadProject | Loads a project. (Inherited from VCProjectEngine.) | 
| .gif) | LoadPropertySheet | Infrastructure. Microsoft Internal Use Only. (Inherited from VCProjectEngine.) | 
| .gif) | LoadToolFile | Loads a project tool file. (Inherited from VCProjectEngine.) | 
| .gif) | RemoveProject | Infrastructure. Microsoft Internal Use Only. (Inherited from VCProjectEngine.) | 
| .gif) | RemovePropertySheet | Infrastructure. Microsoft Internal Use Only. (Inherited from VCProjectEngine.) | 
Top
Properties
| Name | Description | |
|---|---|---|
| .gif) | BuildLogging | Gets or sets a value indicating whether a log file will be created and populated with information about build activity. (Inherited from VCProjectEngine.) | 
| .gif) | BuildTiming | Gets or sets a value indicating whether the output window displays times for all tools in the build. (Inherited from VCProjectEngine.) | 
| .gif) | Events | Returns the object that is the source of events that are fired by the project engine. (Inherited from VCProjectEngine.) | 
| .gif) | PerformanceLogging | Infrastructure. Microsoft Internal Use Only. (Inherited from VCProjectEngine.) | 
| .gif) | Platforms | Gets the collection of platforms on the project engine. (Inherited from VCProjectEngine.) | 
| .gif) | Projects | Gets a collection of the projects currently in the solution. (Inherited from VCProjectEngine.) | 
| .gif) | PropertySheets | Infrastructure. Microsoft Internal Use Only. (Inherited from VCProjectEngine.) | 
| .gif) | ShowEnvironmentInBuildLog | Gets or sets a value which indicates whether to echo all environment variables to the build log during builds of Visual C++ projects. (Inherited from VCProjectEngine.) | 
| .gif) | ToolFiles | Gets all tool files available in the project. (Inherited from VCProjectEngine.) | 
| .gif) | ToolFileSearchPaths | Sets or gets search paths to project tiil files. (Inherited from VCProjectEngine.) | 
| .gif) | ValidateSchemas | Sets or gets whether to validate against project schemas (Inherited from VCProjectEngine.) | 
Top