Hi there gurus!!

Well, the story goes like this.

I have an assembly which is later obfuscated. I placed this assembly in the Bin folder so when I use the Publishing Wizard, it takes this assembly (instead of the regular compiled assembly)... the down side of this is that the assembly (obfuscated) is beingoverriden with the regular-compiled assembly (this is because when you publish the project is compiled).... How can I prevent this???

I had to use the mage utility to manually create the deployment manifests, etc... But to be honest I do not want to do this.

Any ideas??