Project Properties ->
Configuration Properties ->
Linker ->
Input ->
Additional Dependencies.
You can add...
for Debug:
sfml-graphics-s-d.lib;freetype.lib;glew.lib;jpeg.lib;opengl32.lib;sfml-network-s-d.lib;sw2_32.lib;sfml-window-s-d.lib;ws2_32.lib;sfml-audio-s-d.lib;openal32.lib;sndfile.lib;sfml-system-s-d.lib;winmm.lib;
for Release:
sfml-graphics-s.lib;freetype.lib;glew.lib;jpeg.lib;opengl32.lib;sfml-network-s.lib;sw2_32.lib;sfml-window-s.lib;ws2_32.lib;sfml-audio-s.lib;openal32.lib;sndfile.lib;sfml-system-s.lib;winmm.lib;
This will link all SFML modules (System, Windows, Graphics, Audio, and Network)
The only reason I supplied such a spoon-fed answer is because I already had these lists and just copied and pasted them