views:

150

answers:

0

I'm using Dotfuscator in Visual Studio 2010.

I want to run Dotfuscator as a post build event so every time I build a project Dotfuscator will run on the output DLL using a configuration I've created and I'll get a new Dotfuscated DLL without having to manually open Dotfuscator.

After it will be obfuscated, I'll resign it (using sn.exe) and copy it to the directory where I use that DLL.

How can I run Dotfuscator as a post build event (or from command line)?