This Visual Studio 2012 project template will provide you with a project ready to develop a 2D application using the SFML.NET 2.1 library.
You can check out the SFML project homepage for tutorials, API references, and bindings that make the SFML library available in other languages.
Features:
Adds SFML.NET 2.1 Application option to Add->New Project dialog window under theVisual C# category.
Created project contains all necessary references as well as a post-build target to copy the dlls from thelib folder to the build directory and a post-clean target to make sure those dlls are removed on clean.
Default main function contains a simple game loop with indications where to insert update and draw code.