I just finished my C# project(WPF), but now I meet problems on using \"obfuscar\" (another applicaion would be welcome, if easier to use).
Of course I looked already
I set this up to run on the Post Build event in Visual Studio.
Add obfuscar.xml file to your project and change Copy to Output Directory: Always. See the post on this thread by vinsa for an XML sample. I had to include the full path to my project in "InPath" variable. Then the obfucasted folder was under bin/[debug / release].
In the Visual Studio post build events enter: "$(Obfuscar)" obfuscar.xml