Just at first glance, why are you combining static and non-static debug libraries?
And why are you combining static and non-static release libraries?
For Debug you are using sfml-graphics-d.lib and not sfml-graphics-s-d.lib
For Release you are using sfml-graphics.lib and not sfml-graphics-s.lib