BinaryLogger.CollectProjectImports Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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