Note: This API is now obsolete.
Interface for a SolutionToBuild item in TfsBuild.proj.
Namespace:  Microsoft.TeamFoundation.Build.Client
Assembly:  Microsoft.TeamFoundation.Build.Client (in Microsoft.TeamFoundation.Build.Client.dll)
Syntax
'Declaration
<ObsoleteAttribute("This interface has been deprecated. Please remove all references.",  _
    True)> _
Public Interface ISolutionToBuild
[ObsoleteAttribute("This interface has been deprecated. Please remove all references.", 
    true)]
public interface ISolutionToBuild
[ObsoleteAttribute(L"This interface has been deprecated. Please remove all references.", 
    true)]
public interface class ISolutionToBuild
[<ObsoleteAttribute("This interface has been deprecated. Please remove all references.", 
    true)>]
type ISolutionToBuild =  interface end
public interface ISolutionToBuild
The ISolutionToBuild type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| .gif) | Properties | Gets or sets the custom properties for this solution. | 
| .gif) | SolutionPath | Gets or sets the path that is relative to $(SolutionRoot) of the solution. | 
| .gif) | Targets | Gets or sets the custom targets for this solution. | 
Top