When I try to add ICU extension to my Visual Studio 2013 Project, icu.net.dll successfully added, the other DLL's (icudt40.dll, icuin40.dll, icuuc40.dll) failed to add with the following error: "A reference could not be added. Please make sure that the file is accessible, and that it is a valid assembly or COM component".
What's wrong with these DLL's \ my VS Project and how to add these DLL's?
P.S. Same behaviour with the VS 2010.