diff options
| author | Simeon Simeonov | 2018-02-26 11:23:00 +0100 |
|---|---|---|
| committer | Simeon Simeonov | 2018-02-26 11:23:00 +0100 |
| commit | 0b3cbf57875fd692e4ba0b336fefa4bee1ed00dc (patch) | |
| tree | af916a30553c78ce9d4f2d8658656a175c5b6921 /src/sylpheed.exe.manifest | |
Initial commit for sylpheed 3.7.0
Diffstat (limited to 'src/sylpheed.exe.manifest')
| -rw-r--r-- | src/sylpheed.exe.manifest | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/src/sylpheed.exe.manifest b/src/sylpheed.exe.manifest new file mode 100644 index 0000000..1d0f12b --- /dev/null +++ b/src/sylpheed.exe.manifest | |||
| @@ -0,0 +1,12 @@ | |||
| 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" | ||
| 4 | processorArchitecture="*" | ||
| 5 | name="Sylpheed" | ||
| 6 | type="win32"/> | ||
| 7 | <asmv3:application xmlns:asmv3="urn:schemas-microsoft-com:asm.v3"> | ||
| 8 | <asmv3:windowsSettings xmlns="http://schemas.microsoft.com/SMI/2005/WindowsSettings"> | ||
| 9 | <dpiAware>true</dpiAware> | ||
| 10 | </asmv3:windowsSettings> | ||
| 11 | </asmv3:application> | ||
| 12 | </assembly> | ||
