This might be a silly question but I have to add reference to %programfiles(x86)%
folder (on a 64 bit machine) OR to %programfiles%
folder (on a 32 bit machine). I also have to set CopyLocal
to false so that the DLLs are not copied to bin/debug
folder of my project but always point to the same %programfiles%
location.
How do I add reference to %programfiles(x86)%
in Visual Studio 2010?