Is there a way where I can change references using the configuration manager? I have a third party DLL which for some reason is split in two folders: x86, x64.
example the x86 bit would be in:
c:\progra~1\myAddin\x86\someDll.dll
while the x64 would be:
c:\progra~1\myAddin\x64\someDll.dll
I would need some option from the VS IDE that when I switch to 'debug' configuration it would change to x86 and when I switch to 'release' it would change to x64 dll.