DeployLX Software Protection System

MSBuild Reference

MSBuild is an extensible build system provided by Microsoft for building Visual Studio projects and user defined projects. It is used internally by Visual Studio or can be launched from the command line. DeployLX CodeVeil includes support for integrating into your MSBuild projects.

In This Section

MSBuild Targets

Discusses the default targets included with CodeVeil.

Veil Task

The Veil task is used to process individual assemblies.

VeilProject Task

The VeilProject task is used to process a CVP project during a build.

ResolveVeilAssemblies Task

The ResolveVeilAssemblies task is used to resolve the physical locations of the input assemblies and the target output veiled assemblies for the Veil task.

ResolveVeilProjects Task

The ResolveVeilProjects task is used to resolve the physical locations of the input assemblies defined in the CVP project.

See Also