WinSCP.exe.manifest 2.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  1. <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
  2. <assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0" xmlns:asmv3="urn:schemas-microsoft-com:asm.v3">
  3. <assemblyIdentity
  4. processorArchitecture="*"
  5. type="win32"
  6. name="WinSCP"
  7. version="5.0.0.0"
  8. />
  9. <description>
  10. WinSCP
  11. </description>
  12. <dependency>
  13. <dependentAssembly>
  14. <assemblyIdentity
  15. type="win32"
  16. name="Microsoft.Windows.Common-Controls"
  17. version="6.0.0.0"
  18. publicKeyToken="6595b64144ccf1df"
  19. language="*"
  20. processorArchitecture="*"
  21. />
  22. </dependentAssembly>
  23. </dependency>
  24. <trustInfo xmlns="urn:schemas-microsoft-com:asm.v3">
  25. <security>
  26. <requestedPrivileges>
  27. <requestedExecutionLevel
  28. level="asInvoker"
  29. uiAccess="false"/>
  30. </requestedPrivileges>
  31. </security>
  32. </trustInfo>
  33. <compatibility xmlns="urn:schemas-microsoft-com:compatibility.v1">
  34. <application>
  35. <!-- Windows Vista -->
  36. <supportedOS Id="{e2011457-1546-43c5-a5fe-008deee3d3f0}"/>
  37. <!-- Windows 7 -->
  38. <supportedOS Id="{35138b9a-5d96-4fbd-8e2d-a2440225f93a}"/>
  39. <!-- Windows 8 -->
  40. <supportedOS Id="{4a2f28e3-53b9-4441-ba9c-d69d4a4a6e38}"/>
  41. <!-- Windows 8.1 -->
  42. <supportedOS Id="{1f676c76-80e1-4239-95bb-83d0f6d0da78}"/>
  43. <!-- Windows 10 -->
  44. <supportedOS Id="{8e0f7a12-bfb3-4fe8-b9a5-48fd50a15a9a}"/>
  45. </application>
  46. </compatibility>
  47. <asmv3:application>
  48. <asmv3:windowsSettings xmlns="http://schemas.microsoft.com/SMI/2005/WindowsSettings">
  49. <dpiAware>True/PM</dpiAware>
  50. <dpiAwareness xmlns="http://schemas.microsoft.com/SMI/2016/WindowsSettings">PerMonitorV2,PerMonitor</dpiAwareness>
  51. </asmv3:windowsSettings>
  52. </asmv3:application>
  53. </assembly>