ILRepackSettings.

TargetKind Property

Summary

Gets or sets the specify target assembly kind (library, exe, winexe supported, default is same as first assembly).
Namespace
Cake.Common.Tools.ILRepack
Containing Type
ILRepackSettings

Syntax

public TargetKind TargetKind { get; set; }

Value

Type Description
TargetKind The kind of the target assembly to create.