Started debugging them now, just extracted and launched from samples/bin directly.
First it didn't find the sfml assemblies, so I copied ./lib and ./extlib contents into the ./samples/bin, and now it complains about:
Could not load file or assembly 'Tao.OpenGl, Version=2.1.0.12, Culture=neutral, PublicKeyToken=1ca010269a4501ef' or one of its dependencies. The system cannot find the file specified.
Sadly there is almost 0 documentation on how to get this running. Any info on why I cant just add the dll's to the toolbar in visual designer?
Using Visual Studio 10, language of choice is C#