AssemblyInfo.AssemblyCopyright Property

MSBuild Extension Pack

AssemblyInfoAssemblyCopyright Property MSBuild Extension Pack Help 4.0.12.0
The copyright information for the assembly.

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

To change the assembly copyright set this to the specific copyright text you want. For example, for Visual Studio 2005 assemblies this is set to " Microsoft Corporation. All rights reserved.".

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

Examples

<AssemblyCopyright> Microsoft Corporation. All rights reserved.</AssemblyCopyright>
See Also

Reference