So #7 determined that we want to keep the xml separate. Should we also keep the .png files separate or embed them in the .dll? It's really easy to embed binary resources into .dll's, and it eliminates the possibility for the files to not be found at runtime.
So #7 determined that we want to keep the xml separate. Should we also keep the .png files separate or embed them in the .dll? It's really easy to embed binary resources into .dll's, and it eliminates the possibility for the files to not be found at runtime.