ccs.exe command line

The ccs.exe tool takes two arguments, the assembly to rewrite and a semi-column separated list of mutator assemblies.
ccs.exe Foo.dll "CciSharp.AsserMessage.dll;CciSharp.ReadOnlyAutoProperty.dll" 


The MSBuild targets take care of swapping the mutated assembly with the original assembly.