Top "Manifest" questions

A manifest is a file containing metadata about an application, data file or assembly.

How do I add an Implementation-Version value to a jar manifest using Maven?

I'd like to add an Implementation-Version line to a manifest in my jar file that reflects the POM version number. …

java maven-2 build-process jar manifest
what android permission causes "device & app history"

I am trying to install an app from Google Play store and I see Device & app history permission. does …

permissions manifest device
ClickOnce Error: The deployment identity does not match the subscription

I'm using Visual Studio 2008 SP1. I have a Windows Forms application deployed internally using ClickOnce in a shared folder on …

.net clickonce identity manifest subscription
How to add manifest to a .NET DLL?

I have a c# class library project that uses a COM dll registered on the system. I now want to …

.net dll manifest side-by-side
How to give my C# app administrative rights? manifest file

I'm having some trouble with my C# app that uses win32_networkingadapterconfig. The problem is that I can't use the …

c# permissions admin manifest rights
Install firefox os apps available on Marketplace using App Manager

I am trying to install App using App Manager in Firefox OS device. But my problem is I am unable …

manifest firefox-os
WPF application manifest file

I have a WPF application that I want to make it able to start always as an Adminstrator. I've been …

c# wpf manifest
Chrome extension: load different content scripts

I want to load a different content script depending on the page and tab that is currently selected. Right now, …

javascript google-chrome permissions google-chrome-extension manifest
How can I include package_data without a MANIFEST.in file?

How can I include package_data for sdist without a MANIFEST.in file? My setup.py looks like this: import …

python manifest packaging setuptools setup.py
How can I set the dpiAware property in a Windows application manifest to "per monitor" in Visual Studio?

I need to be able to set the dpiAware property in the manifest of my application to "per monitor". The …

visual-studio-2013 manifest dpi highdpi hidpi