AssemblyInfoComVisible Property | MSBuild Extension Pack Help 4.0.12.0 |
Specifies whether the assembly is visible to COM.
Namespace: MSBuild.ExtensionPack.Framework
Assembly: MSBuild.ExtensionPack (in MSBuild.ExtensionPack.dll) Version: 4.0.0.0
Remarks
To specify whether the assembly shoul be visible to COM set this to true and provide a valid GUID using the Guid property. The default value is null.
When using the MSBuild.ExtensionPack.VersionNumber.Targets file set this using the AssemblyComVisible property.
Examples
<AssemblyComVisible>myContainer</AssemblyComVisible>
See Also