I need to deploy a WinForm application and I need to generate just 1 .exe file.
I tried with ClickOnce but it generates also a manifest file, so I can't use it, and I can not use the Release folder content because there aerseveral files (eg. strings resources)
Thanks a lot!