codekingpro's picture
Add files using upload-large-folder tool
8e6f15c verified
|
Raw
History Blame Contribute Delete
1.59 kB

Microsoft.Build

This package contains Microsoft.Build.dll, which defines MSBuild's API, including

Developers should reference this package to write applications that create, edit, evaluate, or build MSBuild projects.

To create or edit an MSBuild project, use the Microsoft.Build.Construction.ProjectRootElement class and call the Create or Open method.

To evaluate or build an MSBuild project, use the Microsoft.Build.Evaluation.Project class by creating an instance of it with the appropriate parameters for your project. To retrieve evaluated items, call methods such as properties such as GetItems or GetPropertyValue.