This works great! Windows 8.1 with VS 2013 Ultimate as Win32. Thank you, I edited the template slightly to use my dll folder, I just add it to the path instead of copying it over and over.
I did it by adding this:
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
<LocalDebuggerEnvironment>path=D:\User\Documents\Visual Studio 2013\C++\SFML-2.1\bin\
</LocalDebuggerEnvironment>
<DebuggerFlavor>WindowsLocalDebugger</DebuggerFlavor>
</PropertyGroup>