TargetKind Property

TFS Build Extensions

Collapse imageExpand ImageCopy imageCopyHover image
This controls whether the target assembly is created as a library, a console application or as a Windows application. When it is not specified, then the target

assembly will be the same kind as that of the primary assembly. (In that case, the file extensions found on the specified target assembly and the primary

assembly must match.) When it is specified, then the file extension of the target assembly must match the specification. The possible values are TargetKind.{Dll, Exe, SameAsPrimaryAssembly}

Command line option: /target:(library|exe|winexe)

Default: SameAsPrimaryAssembly

Namespace: TfsBuildExtensions.Activities.Framework
Assembly: TfsBuildExtensions.Activities.ILMerge (in TfsBuildExtensions.Activities.ILMerge.dll) Version: 1.0.0.0 (1.0.0.6)

See Also