AssemblyInfo.AssemblyTitle Property

MSBuild Extension Pack

AssemblyInfoAssemblyTitle Property MSBuild Extension Pack Help 4.0.12.0
The title of the assembly.

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

To change the assembly title set this to the specific title 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 AssemblyTitle property.

Examples

[New Example]
<AssemblyTitle>Microsoft Visual Studio 2005</AssemblyTitle>
See Also

Reference