AssemblyInfo.AssemblyDescription Property

MSBuild Extension Pack

AssemblyInfoAssemblyDescription Property MSBuild Extension Pack Help 4.0.12.0
The description of the assembly.

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

To change the assembly description set this to the specific description you want. For example, for Visual Studio 2005 this is set to "Microsoft Visual Studio 2005".

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

Examples

<AssemblyDescription>Microsoft Visual Studio 2005</AssemblyDescription>
See Also

Reference