When I publish my project the site's web.config file is correctly transformed but the settings.config, which is one folder down, isn't changed. In my published results I end up with all three files: settings.config, settings.Debug.config, and settings.Release.config.
The project seems to know that the three files are setup as a transformation since they're nested in the Solution Explorer but what's preventing the transformation from happening on just the one file?