Suppose we have an application that is targeted to Any CPU, but this application uses third-party assemblies that have two flavors, a 32-bit and a 64-bit. Which one on them must be used?
If the "Any" option runs an application in both 32 bit and 64 bit, how can I give it two versions of an assembly?
My specific need is a .NET SQLite driver.