SolutionWrapperProject Class

Definition

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

Methods

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.

Applies to