ILMergeCopyAttributes Property | MSBuild Extension Pack Help 4.0.12.0 |
When this is set before calling Merge, then the assembly level attributes of each input assembly are copied over into the target assembly.
Any duplicate attribute overwrites a previously copied attribute. If you want to allow duplicates (for those attributes whose type specifies “AllowMultiple” in their definition), then you can also set the AllowMultipleAssemblyLevelAttributes.
The input assemblies are processed in the order they are specified. This option is mutually exclusive with specifying an attribute assembly, i.e., the property AttributeFile.
When an attribute assembly is specified, then no assembly-level attributes are copied over from the input assemblies
Command line option: /copyattrs
Default: false
Namespace: MSBuild.ExtensionPack.Framework
Assembly: MSBuild.ExtensionPack (in MSBuild.ExtensionPack.dll) Version: 4.0.0.0
See Also