Author: rmottola
Date: Fri Sep 26 09:54:43 2014
New Revision: 38096

URL: http://svn.gna.org/viewcvs/gnustep?rev=38096&view=rev
Log:
windows resource to activate correct theming look

Added:
    tests/examples/trunk/gui/Ink/Ink.exe.manifest

Added: tests/examples/trunk/gui/Ink/Ink.exe.manifest
URL: 
http://svn.gna.org/viewcvs/gnustep/tests/examples/trunk/gui/Ink/Ink.exe.manifest?rev=38096&view=auto
==============================================================================
--- tests/examples/trunk/gui/Ink/Ink.exe.manifest       (added)
+++ tests/examples/trunk/gui/Ink/Ink.exe.manifest       Fri Sep 26 09:54:43 2014
@@ -0,0 +1,16 @@
+<?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.v2">
+    <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" 
processorArchitecture="x86" publicKeyToken="6595b64144ccf1df" language="*" />
+    </dependentAssembly>
+  </dependency>
+</assembly>


_______________________________________________
Gnustep-cvs mailing list
Gnustep-cvs@gna.org
https://mail.gna.org/listinfo/gnustep-cvs

Reply via email to