I\'d like to make a x86 and x64 version of my application because some of the libraries I\'m using have differences for x86 and x64 (e.g. SQLite).
I made a new configuration fo
You need a condition to the dll reference in the project file.
This will cause visual studio to recheck the condition and reference whenever you change the active configuration.
Just add a condition for each configuration.