diff options
author | Přemysl Eric Janouch <p@janouch.name> | 2023-07-28 03:56:35 +0200 |
---|---|---|
committer | Přemysl Eric Janouch <p@janouch.name> | 2023-07-28 04:30:45 +0200 |
commit | f60ca431568029b6910957a01661a2e6d85897da (patch) | |
tree | 7861a64e76f57b7ab31bb6d3e23721d91d43981d /xW/xW.manifest | |
parent | afe4e61f085016aadcc757e025bbcb9048baf2d5 (diff) | |
download | xK-f60ca431568029b6910957a01661a2e6d85897da.tar.gz xK-f60ca431568029b6910957a01661a2e6d85897da.tar.xz xK-f60ca431568029b6910957a01661a2e6d85897da.zip |
xW: do not unnecessarily enter compatibility mode
Diffstat (limited to 'xW/xW.manifest')
-rw-r--r-- | xW/xW.manifest | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/xW/xW.manifest b/xW/xW.manifest index 68bb0f4..41e2f42 100644 --- a/xW/xW.manifest +++ b/xW/xW.manifest @@ -8,4 +8,18 @@ publicKeyToken="6595b64144ccf1df" language="*" /> </dependentAssembly> </dependency> + <compatibility xmlns="urn:schemas-microsoft-com:compatibility.v1"> + <application> + <!-- Windows 10 --> + <supportedOS Id="{8e0f7a12-bfb3-4fe8-b9a5-48fd50a15a9a}" /> + <!-- Windows 8.1 --> + <supportedOS Id="{1f676c76-80e1-4239-95bb-83d0f6d0da78}" /> + <!-- Windows 8 --> + <supportedOS Id="{4a2f28e3-53b9-4441-ba9c-d69d4a4a6e38}" /> + <!-- Windows 7 --> + <supportedOS Id="{35138b9a-5d96-4fbd-8e2d-a2440225f93a}" /> + <!-- Windows Vista --> + <supportedOS Id="{e2011457-1546-43c5-a5fe-008deee3d3f0}" /> + </application> + </compatibility> </assembly> |