]> Some of my projects - aniplayer-old.git/commitdiff
Add manifest
authorAPTX <marek321@gmail.com>
Sat, 8 Dec 2012 16:32:00 +0000 (17:32 +0100)
committerAPTX <marek321@gmail.com>
Sat, 8 Dec 2012 16:32:00 +0000 (17:32 +0100)
src/aniplayer.exe.manifest [new file with mode: 0644]
src/aniplayer.rc

diff --git a/src/aniplayer.exe.manifest b/src/aniplayer.exe.manifest
new file mode 100644 (file)
index 0000000..bf74870
--- /dev/null
@@ -0,0 +1,20 @@
+<?xml version='1.0' encoding='UTF-8' standalone='yes'?>
+<assembly xmlns='urn:schemas-microsoft-com:asm.v1' manifestVersion='1.0'>
+  <trustInfo xmlns="urn:schemas-microsoft-com:asm.v3">
+    <security>
+      <requestedPrivileges>
+        <requestedExecutionLevel level='asInvoker' uiAccess='false' />
+      </requestedPrivileges>
+    </security>
+  </trustInfo>
+  <dependency>
+    <dependentAssembly>
+      <assemblyIdentity type='win32' name='Microsoft.Windows.Common-Controls' version='6.0.0.0' publicKeyToken='6595b64144ccf1df' language='*' processorArchitecture='*' />
+    </dependentAssembly>
+  </dependency>
+  <compatibility xmlns="urn:schemas-microsoft-com:compatibility.v1"> 
+       <application>
+               <supportedOS Id="{4a2f28e3-53b9-4441-ba9c-d69d4a4a6e38}"/> 
+       </application>
+  </compatibility>
+</assembly>
index dc2044f8f0b8f3ab238ea84f05dd254fc1a8def0..cf6898b0266b81785456c89ed5ec43a18f8f49e4 100644 (file)
@@ -1,5 +1,6 @@
 1 TYPELIB "aniplayer.rc"
 IDI_ICON1              ICON            DISCARDABLE     "../resource/aniplayer-mikuru.ico"
+1 24 "aniplayer.exe.manifest"
 1 VERSIONINFO
  FILEVERSION 1,0,0,1
  PRODUCTVERSION 1,0,0,1
@@ -25,7 +26,7 @@ BEGIN
             VALUE "InternalName", "aniplayer\0"
                        VALUE "LegalCopyright", "Copyright © 2009 APTX\0"
                        VALUE "MIMEType", "application/x-aniplayer\0"
-            VALUE "OriginalFilename", "aniplayer.dll\0"
+            VALUE "OriginalFilename", "aniplayer.exe\0"
             VALUE "ProductName", "AniPlayer\0"
             VALUE "ProductVersion", "0, 1, 0, 0\0"
         END