diff options
Diffstat (limited to 'Src/Winamp/winamp.exe.manifest')
-rw-r--r-- | Src/Winamp/winamp.exe.manifest | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/Src/Winamp/winamp.exe.manifest b/Src/Winamp/winamp.exe.manifest new file mode 100644 index 00000000..d36f084b --- /dev/null +++ b/Src/Winamp/winamp.exe.manifest @@ -0,0 +1,20 @@ +<?xml version="1.0" encoding="UTF-8" standalone="yes"?> +<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0"> + + <!--The compatibility section will be merged from build/win/compatibility.manifest --> + + <dependency> + <dependentAssembly> + <assemblyIdentity type="Win32" name="Microsoft.Windows.Common-Controls" version="6.0.0.0" processorArchitecture="*" publicKeyToken="6595b64144ccf1df" language="*"></assemblyIdentity> + </dependentAssembly> + </dependency> + + <trustInfo xmlns="urn:schemas-microsoft-com:asm.v3"> + <security> + <requestedPrivileges> + <requestedExecutionLevel level="asInvoker" /> + </requestedPrivileges> + </security> + </trustInfo> + +</assembly> |