Hi,
I'm part of a team that's working on a program controlling a lot of different devices from many manufacturers. We use different SDK kits and configuration files. Sadly, not all SDK kits that we use are reliable, some of them can corrupt the config files they're working with. To protect ourselves from this we want to store some config files (among them binary files) in the project as backup, and then retrieve and restore them in case any public config file gets corrupted. Is there a way to retrieve those files from an executable version of a project?