Summary
    Gets or sets a value indicating whether an assembly's PeKind flag (this
    is the value of the field listed as .corflags in the Manifest) is zero
    it will be treated as if it was ILonly.
    
		- Namespace
 - Cake
.Common .Tools .ILMerge  - Containing Type
 - ILMergeSettings
 
Syntax
public bool ZeroPeKind { get; set; }
	Value
| Type | Description | 
|---|---|
| bool | 
    true when assembly's PeKind flag is zero; otherwise, false.
     | 
				
