Hello
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 clickonce application with specific desired files?