When I create a new Windows Forms App project in c# a file called Resources.resx is added automatically to the project properties.
I added an image to this file.
But how do I access this resource ? It doesn't seem to be included in the publish solution.
What do I need to do to have the resources in my application and how can I access the image in this file ?