I don't know if the title is clear enough, but what I'm basically asking is help with the organization of Resources in an application. Like, how do you go about doing that in YOUR applications?
So, when a project is created in Visual Studio, we got like a bunch of folders. What I'm wondering is, for example, if I want to organize all the image files I'll use for the application, would I put that in MyAppName\MyAppName\bin\Debug\Images ('Images' folder I create after the creation of the project). My question, obviously, extends to other types of resources like, say, 'Languages.'
I know this question might sound stupid to your ears, but these things kind of matter to me and I'd like to know how each one of you does it.