aboutsummaryrefslogtreecommitdiff
path: root/cmake/platform/win/WindowsSettings.manifest
diff options
context:
space:
mode:
Diffstat (limited to 'cmake/platform/win/WindowsSettings.manifest')
-rw-r--r--cmake/platform/win/WindowsSettings.manifest13
1 files changed, 13 insertions, 0 deletions
diff --git a/cmake/platform/win/WindowsSettings.manifest b/cmake/platform/win/WindowsSettings.manifest
new file mode 100644
index 00000000000..b7da14cfe5c
--- /dev/null
+++ b/cmake/platform/win/WindowsSettings.manifest
@@ -0,0 +1,13 @@
+<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
+<assembly manifestVersion="1.0" xmlns="urn:schemas-microsoft-com:asm.v1">
+ <application xmlns="urn:schemas-microsoft-com:asm.v3">
+ <windowsSettings>
+ <activeCodePage xmlns="http://schemas.microsoft.com/SMI/2019/WindowsSettings">UTF-8</activeCodePage>
+ </windowsSettings>
+ </application>
+ <compatibility xmlns="urn:schemas-microsoft-com:compatibility.v1">
+ <application>
+ <supportedOS Id="{8e0f7a12-bfb3-4fe8-b9a5-48fd50a15a9a}" /> <!-- Windows 10 -->
+ </application>
+ </compatibility>
+</assembly>