Share via


Excluding Modules

Modules may be excluded by name. Use the assembly attribute to qualify the module to a particular assembly. When specified, the assembly name should be the logical assembly name rather than its physical file name. When a module is excluded, all its defined types and members are excluded.

Obviously, if a given module is shared among multiple assemblies, then the module will be excluded from all the assemblies.

<module name="MyLibResource.dll" assemblyname="MyLib"/>

© 2002-2007 PreEmptive Solutions. All rights reserved.