AssemblyInfo.AssemblyProduct Property

MSBuild Extension Pack

AssemblyInfoAssemblyProduct Property MSBuild Extension Pack Help 4.0.12.0
The product name of the assembly.

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

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

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

Examples

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

Reference