Pregunta

I am using visual studio 2010.

Having a windows application and a setup project ( visual studio's setup project ), and now i want to protect my code by using the preemptive solution dotfuscator.

How can i first build my windows application, dotfuscate the output, and make my setup project include the dotfuscated output and not the orginal one?

Thank you.

¿Fue útil?

Solución

Use post build event http://msdn.microsoft.com/en-us/library/42x5kfw4(v=vs.80).aspx to call dotfuscator from command line (maybe you need to be registred for that , should be free). http://www.preemptive.com/support/dotfuscator-support

Licenciado bajo: CC-BY-SA con atribución
No afiliado a StackOverflow
scroll top