When I release my application, I get a lot of XML files (i.e. Prism.wpf.xml, Prism.xml, system.runtime.compilerservices.unsafe.xml, projectname.exe.config) together with the actual .exe file.
Initially, I installed Costura to embed the .dll files in the .exe file. this worked like a charm.
My question is therefore, how do I embed these .xml dependencies?