Specifies whether the assembly is visible to COM.
Namespace:
MSBuild.ExtensionPack.FrameworkAssembly: MSBuild.ExtensionPack (in MSBuild.ExtensionPack.dll) Version: 3.5.0.0 (3.5.4.0)
Remarks
To specify whether the assembly shoul be visible to COM set this to true and provide a valid GUID using the AssemblyGuid property. The default value is null.
When using the MSBuild.ExtensionPack.VersionNumber.Targets file set this using the AssemblyComVisible property.
Examples
<AssemblyComVisible>myContainer</AssemblyComVisible>