Obfuscating the source-code is going to be self-defeating in terms of maintenance.
If your project is that so 'secret' secret', I guess you have two choices:
Place the 'secret' proprietry code behind a service on a server that you control
Code it in a language so not easy to decompile such as C/C++
