.Net
How to compile a c# console app written in visual studio into a single exe that installs the program and dependencies (and if possible other files needed for it (if not i can just include them with the installer))
i have looked everywhere online and none of them give me a working exe. I tried building the application which works on my computer, but doesn’t seem to on anyone elses or my own virtual Read more…