How to configure the VS2010 project so that it uses different links based on the selected platform? In practice, I would like to link the 32-bit library when I select x86 as the platform, but its 64-bit version when choosing x64.
Any idea on how to get this exchange for a C # VS2010 project?
I have not tried it, but maybe you will need to edit the project file and hack the conditions in the ItemGroup with links.
Here you will find the answer to the question here with the answer.