I have a branch of my application which is running with 64 bit DLLs. I have now found 32 bit equivalent DLLs of those same libraries. How do I tell MSBuild to use a certain DLL based on whether I want to build my application for a 32 bit or 64 bit platform?
I'm afraid I don't even know where to start. I've looked at perhaps using the PropertyGroup item in MSBuild, but its not making much sense...