error LNK1104: cannot open file 'libprotobuf.lib' in VS2010, projects topicmd_tests, topicmd_dll and c_client.
Root cause - for some reason $(VisualStudioVersion) macro doesn't exist.
Workaround - replace "vc$(VisualStudioVersion)" in linker path settings with explicit string "vc10.0".
error LNK1104: cannot open file 'libprotobuf.lib' in VS2010, projects topicmd_tests, topicmd_dll and c_client. Root cause - for some reason $(VisualStudioVersion) macro doesn't exist. Workaround - replace "vc$(VisualStudioVersion)" in linker path settings with explicit string "vc10.0".