I am using visual studio 2015. In my application, there are: 1, D2XX driver from: http://www.ftdichip.com/Drivers/D2XX.htm 2, Newtonsoft.Json.dll
How to compile into one exe file for 64 bit and 32 bit windows machines?
UPDATE
I used "Publish" function in visual studio and got some files (see the pic), but I have no idea which file users should use to install my app? setup OR all of them?