AssemblyInfo.AssemblyIncludeSigningInformation Property

MSBuild Extension Pack

AssemblyInfoAssemblyIncludeSigningInformation Property MSBuild Extension Pack Help 4.0.12.0
Controls whether assembly signing information is replaced in the AssemblyInfo files.

Namespace: MSBuild.ExtensionPack.Framework
Assembly: MSBuild.ExtensionPack (in MSBuild.ExtensionPack.dll) Version: 4.0.0.0
Remarks

This property controls whether the AssemblyDelaySign, AssemblyKeyFile and AssemblyKeyName properties are written out to the assembly info files. In order for either of those three properties to persist, AssemblyIncludeSigningInformation must be set to true.

When using the MSBuild.ExtensionPack.VersionNumber.Targets file set this using the AssemblyIncludeSigningInformation property. By default this is set to false.

Examples

<AssemblyIncludeSigningInformation>true</AssemblyIncludeSigningInformation>
<AssemblyDelaySign>true</AssemblyDelaySign>
See Also

Reference