diff options
author | Shauren <shauren.trinity@gmail.com> | 2024-09-15 12:55:50 +0200 |
---|---|---|
committer | Shauren <shauren.trinity@gmail.com> | 2025-08-30 22:55:25 +0200 |
commit | 58f9def30fe4f0f017538acc29e53fedd016893c (patch) | |
tree | c6d12df3fa3caad2ceb518e3282c7b0bb510a7bf /src/common | |
parent | 7e1e441dfadc157fbba8c05539fad6a5b9525ea4 (diff) |
Build: Automatically include WindowsSettings.manifest in all executables instead of listing it separately as source file in every target
(cherry picked from commit a21e7c738e3f03347a3e96bda11e29e090ad71b6)
Diffstat (limited to 'src/common')
-rw-r--r-- | src/common/WindowsSettings.manifest | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/src/common/WindowsSettings.manifest b/src/common/WindowsSettings.manifest deleted file mode 100644 index b7da14cfe5c..00000000000 --- a/src/common/WindowsSettings.manifest +++ /dev/null @@ -1,13 +0,0 @@ -<?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> |