DeployLX Software Protection System

Project File Schema

CodeVeil uses project files to define the obfuscation and encryption options to use when encoding a group of assemblies. This section discuses each of the elements used by the project file. In general you will use the Project Editor to create your project files.

Many of the settings in the project can be controlled directly in code with Compile Time Attributes.

Project Schema Elements

<Project>
  <Assembly>
    <UserString>
    <Rule>
    <Resource>
    <Namespace>
      <Type>
        <Member>
  <ExcludeDependency>
  <Search>

See Also