I have added a image file in to my project:
/Projectname
/Core
/Render
Render.cs
/Textures
small_logo_256.png
In Render.cs how do I correctly reference the path of @"Textures\small_logo_256.png", (this does not work), I can manually copy the image file in to bin/Debug and then it works but how do I get to "automatically" include correctly in project when compiling it?