Hi,
I have done a props file to use for SFML projects.
I have used the latest version of SFML, build using CMake (static libs).
I use it for my own projects since vs2010. It has changed with the last source code due to link strategy changes.
To use it, just open the Property Manager (View > Other Windows > Property Manager).
Right-click on your project and choose 'Add existing Property sheet'.
It will allow to compile your project in static debug and static release mode.
If it can help newbies like me on SFML...
Regards,
David
[EDIT] To work, you had to change the SFML_HOME variable in the props file (line 5) by the directory where SFML has been compiled/installed.
Without modification, it works only with a compiled version using CMake (because the pre built package do not have the same directory paths)