Share via


SolutionWrapperProject Class

Definition

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.

Applies to