Share via


BinaryLogger.CollectProjectImports Property

Definition

Gets or sets whether to capture and embed project and target source files used during the build.

public:
 property Microsoft::Build::Logging::BinaryLogger::ProjectImportsCollectionMode CollectProjectImports { Microsoft::Build::Logging::BinaryLogger::ProjectImportsCollectionMode get(); void set(Microsoft::Build::Logging::BinaryLogger::ProjectImportsCollectionMode value); };
public Microsoft.Build.Logging.BinaryLogger.ProjectImportsCollectionMode CollectProjectImports { get; set; }
member this.CollectProjectImports : Microsoft.Build.Logging.BinaryLogger.ProjectImportsCollectionMode with get, set
Public Property CollectProjectImports As BinaryLogger.ProjectImportsCollectionMode

Property Value

Applies to