SolutionWrapperProject Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
This class (and the whole namespace) is deprecated. Please use the classes in these namespaces instead: Microsoft.Build.ConstructionMicrosoft.Build.EvaluationMicrosoft.Build.Execution
This class is used to generate an MSBuild wrapper project for a solution file or standalone VC project.
public ref class SolutionWrapperProject abstract sealed
public static class SolutionWrapperProject
type SolutionWrapperProject = class
Public Class SolutionWrapperProject
- Inheritance
-
SolutionWrapperProject
Remarks
Warning
This class (and the whole namespace) is deprecated. Please use the classes in these namespaces instead: Microsoft.Build.Construction Microsoft.Build.Evaluation Microsoft.Build.Execution
Methods
Generate(String, String, BuildEventContext) |
This method (and the whole namespace) is deprecated. Please use the classes in these namespaces instead: Microsoft.Build.ConstructionMicrosoft.Build.EvaluationMicrosoft.Build.Execution Given the full path to a solution, returns a string containing the v3.5 MSBuild-format wrapper project for that solution. |