AssignProjectConfiguration.OnlyReferenceAndBuildProjectsEnabledInSolutionConfiguration Property

Definition

Should we build references even if they were disabled in the project configuration

This API supports the product infrastructure and is not intended to be used directly from your code.

public:
 property bool OnlyReferenceAndBuildProjectsEnabledInSolutionConfiguration { bool get(); void set(bool value); };
public bool OnlyReferenceAndBuildProjectsEnabledInSolutionConfiguration { get; set; }
public bool OnlyReferenceAndBuildProjectsEnabledInSolutionConfiguration { [System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")] get; [System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")] set; }
member this.OnlyReferenceAndBuildProjectsEnabledInSolutionConfiguration : bool with get, set
[<get: System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")>]
[<set: System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")>]
member this.OnlyReferenceAndBuildProjectsEnabledInSolutionConfiguration : bool with get, set
Public Property OnlyReferenceAndBuildProjectsEnabledInSolutionConfiguration As Boolean

Property Value

Returns true. if references should be built; false otherwise. Defaults to true.

Attributes

Applies to