SolutionWrapperProject Class

This class is used to generate an MSBuild wrapper project for a solution file or standalone VC project.

MSBuild is now included in Visual Studio instead of the .NET Framework. You can use MSBuild 12.0 side-by-side with versions previously deployed with the .NET Framework.For more information, see What's New in MSBuild 12.0.

Inheritance Hierarchy

System.Object
  Microsoft.Build.BuildEngine.SolutionWrapperProject

Namespace:  Microsoft.Build.BuildEngine
Assembly:  Microsoft.Build.Engine (in Microsoft.Build.Engine.dll)

Syntax

'Declaration
Public NotInheritable Class SolutionWrapperProject
public static class SolutionWrapperProject
public ref class SolutionWrapperProject abstract sealed
[<AbstractClass>]
[<Sealed>]
type SolutionWrapperProject =  class end
public final class SolutionWrapperProject

The SolutionWrapperProject type exposes the following members.

Methods

  Name Description
Public methodStatic member Generate Given the full path to a solution, returns a string containing the v3.5 MSBuild-format wrapper project for that solution.MSBuild is now included in Visual Studio instead of the .NET Framework. You can use MSBuild 12.0 side-by-side with versions previously deployed with the .NET Framework.For more information, see What's New in MSBuild 12.0.

Top

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

Microsoft.Build.BuildEngine Namespace