We use CefSharp based embedded browser for our solution and keep on upgrading whenever a critical patch is released. Based on a recent upgrade to version 121.3.70, we have found that certain files which were previously present only under the Chromium subfolder is being copied over to the bin/debug folder as well, which results in our installers getting gloated. So essentially, we are having duplicate copies for some files like chrome_100_percent.pak, chrome_200_percent.pak. etc. Refer the image below for details.
We want to understand the reason for it and come up with a way to remove the duplication of files keeping the functionality intact (maybe using some project level settings or customizing the build process in some way, etc.).