manman89

MANIFEST By ManMan89

Jul 16th, 2013
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.35 KB | None | 0 0
  1. <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
  2. <assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
  3. <assemblyIdentity version="1.0.0.0" processorArchitecture="*" name="ManMan89" type="win32"/>
  4. <description>ManMan89</description>
  5. <trustInfo xmlns="urn:schemas-microsoft-com:asm.v2">
  6. <security>
  7. <requestedPrivileges>
  8. <requestedExecutionLevel level="requireAdministrator" uiAccess="false"/>
  9. </requestedPrivileges>
  10. </security>
  11. </trustInfo>
  12. <dependency>
  13. <dependentAssembly>
  14. <assemblyIdentity type="win32" name="Microsoft.Windows.Common-Controls" version="6.0.0.0" processorArchitecture="*" publicKeyToken="6595b64144ccf1df" language="*"/>
  15. </dependentAssembly>
  16. </dependency>
  17. <compatibility xmlns="urn:schemas-microsoft-com:compatibility.v1">
  18. <application>
  19. <!--THE ID BELOW INDICATES APPLICATION SUPPORT FOR WINDOWS VISTA -->
  20. <supportedOS Id="{e2011457-1546-43c5-a5fe-008deee3d3f0}"/>
  21. <!--THE ID BELOW INDICATES APPLICATION SUPPORT FOR WINDOWS 7 -->
  22. <supportedOS Id="{35138b9a-5d96-4fbd-8e2d-a2440225f93a}"/>
  23. </application>
  24. </compatibility>
  25. <asmv3:application xmlns:asmv3="urn:schemas-microsoft-com:asm.v3">
  26. <asmv3:windowsSettings xmlns="http://schemas.microsoft.com/SMI/2005/WindowsSettings">
  27. <dpiAware>true</dpiAware>
  28. </asmv3:windowsSettings>
  29. </asmv3:application>
  30. </assembly>
Advertisement
Add Comment
Please, Sign In to add comment