Input Assembly List

The input assembly list contains the file names and directories of the assemblies you want to Dotfuscate. It also contains configuration options that are set at the assembly level.

If you have a multi-module assembly, you only need to list the module containing the manifest.

<input>
 <asmlist>
   <inputassembly>
    ...
    <file dir="c:\temp" name="myproj.dll"/> 
   </inputassembly>
  ...
 </asmlist>
</input>

The <inputassembly> element can contain configuration options that apply only to the input assembly. See:

Library Mode By Assembly

Declarative Obfuscation By Assembly

© 2002-2007 PreEmptive Solutions. All rights reserved.