You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/// <summary>
/// Gets or sets a value indicating whether whether types in assemblies other
/// than the primary assembly should have their visibility modified to internal.
/// </summary>
/// <value>
/// <c>true</c> if types in assemblies other than the primary assembly should
/// have their visibility modified to internal; otherwise, <c>false</c>.
/// </value>
public bool Internalize { get; set; }
/// <summary>
/// Gets or sets the target kind.
/// </summary>
/// <value>The target kind.</value>
public TargetKind TargetKind { get; set; }
/// <summary>
/// Gets or sets the target platform.
/// </summary>
/// <value>The target platform.</value>
public TargetPlatform TargetPlatform { get; set; }
However, looking at the output from the help message for the ILMerge tool, there are additional options that can be provided, and I would like to add in these available options:
In the current version of Cake, 2.3.0, the ILMerge alias is defined as the following:
with the following settings available to be set:
However, looking at the output from the help message for the ILMerge tool, there are additional options that can be provided, and I would like to add in these available options:
These options are:
The text was updated successfully, but these errors were encountered: