AssemblyInfoAssemblyCompany Property | MSBuild Extension Pack Help 4.0.12.0 |
The company that created 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 this is set to "Microsoft Corporation".
When using the MSBuild.ExtensionPack.VersionNumber.Targets file set this using the AssemblyCompany property.
Examples
<AssemblyCompany>Microsoft Corporation</AssemblyCompany>
See Also