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.
Assembly: Microsoft.Build.Engine (in Microsoft.Build.Engine.dll)
| Name | Description | |
|---|---|---|
![]() ![]() | Generate(String^, String^, BuildEventContext^) | 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. |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

