XML document that describes the manifest, or package contents, of a Windows software application; used by various Windows technologies for configuring and deploying software, including ClickOnce and the Common Language Runtime (CLR); often seen with the compound ".exe.manifest" file extension.
MANIFEST files are typically only used by software developers. However, end users may also see MANIFEST files in temporary directories after opening ClickOnce applications from a link in a Web browser. You generally should not manually edit or delete these files, or the ClickOnce application may stop working.
You can visit the Manifest File Schema page to view the XML schema for MANIFEST files.
NOTE: MANIFEST files are often compiled into .CDF-MS files, which allow the underlying software to have faster access to the application parameters. Therefore, you may see CDF-MS files alongside your MANIFEST files. |