ProjectConfigurationInSolution.IncludeInBuild Property
Determines whether this project configuration should be built as part of its parent solution configuration.
Namespace: Microsoft.Build.Construction
Assembly: Microsoft.Build (in Microsoft.Build.dll)
Syntax
'Declaration
Public ReadOnly Property IncludeInBuild As Boolean
public bool IncludeInBuild { get; }
public:
property bool IncludeInBuild {
bool get ();
}
member IncludeInBuild : bool with get
function get IncludeInBuild () : boolean
Property Value
Type: System.Boolean
True if this project configuration should be built as part of its parent solution configuration, otherwise false.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see dd66cd4c-b087-415f-9c3e-94e3a1835f74.