Summary
What files to include in the binary log
- Assembly
- Rocket
.Surgery .Nuke .dll - Namespace
- Rocket
.Surgery .Nuke - Base Types
-
- Enum
graph BT
Type-->Base0["Enum"]
Type["MSBuildBinaryLogImports"]
class Type type-node
Syntax
public sealed class MSBuildBinaryLogImports : Enum
Fields
Name | Constant Value | Summary |
---|---|---|
Embed | 3 |
Embed in the binlog file
static
|
None | 2 |
Do not collect project and imports files
static
|
Unspecified | 0 |
Don't specify imports
static
|
value__ | ||
ZipFile | 4 |
Produce a separate .ProjectImports.zip
static
|
Extension Methods
Name | Value | Summary |
---|---|---|
SetBackingValue |
T |
Sets the backing value.
From ValueExtensions
|
With |
TBuilder |
Adds the specified dictionary to the provided dictionary.
|