AssemblyInfo.AssemblyKeyFile Property

MSBuild Extension Pack

AssemblyInfoAssemblyKeyFile Property MSBuild Extension Pack Help 4.0.12.0
Specifies the key file used to sign the assembly.

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

To specify the key file used to sign the compiled assembly set this to the file name of the key file.

When using the MSBuild.ExtensionPack.VersionNumber.Targets file set this using the AssemblyKeyFile property.

Examples

<AssemblyKeyFile>c:\key.snk</AssemblyKeyFile>
See Also

Reference