By default ClickOnce will include all .xml files as data files. This results in the xml files are deployed in a data directory and not in the application directory.
Is there a way to generate the manifest from MSBuild/Mage that will include xml files as application files viz., not add the writeable="applicationData" attribute.