I've created a WPF application and obfuscated the main .exe with an external tool.
Now I'm having trouble to publish it as a ClickOnce application, because Visual Studio somehow is recompiling again the main executable.
I deactivated the build checkboxes under Solution → Configuration manager, but it didn't work: the executable keeps being rebuilt when I publish the application to http://localhost/MyApplication
Is it possible to deploy my ClickOnce application without recompiling the current project?
If that's no way, is there a free tool to generate a ClickOnce application with specific desired files?