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 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; }

Property Value

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

Attributes

Applies to