This just means the Ice libraries are built with /MD (release) or /MDd (debug) and you should do the same (using the appropriate drop-down list or checkbox, not by adding definitions).
I also recommend you have a look at the Microsoft documentation, such as
http://msdn.microsoft.com/library/de..._libraries.asp.
Cheers,
Bernard