I have created a x86 WPF application and would like to publish it as a single file.
I am also using the emgu CV library, which contains both x64 and x86 dlls.
Is there any way to exclude the x64 bit DDLs? They take up a lot of extra space (nearly 100mb!) and are not needed.