diff options
| author | Physick <96335032+DegustatorPonos@users.noreply.github.com> | 2025-11-29 20:18:11 +0500 |
|---|---|---|
| committer | Physick <96335032+DegustatorPonos@users.noreply.github.com> | 2025-11-29 20:18:11 +0500 |
| commit | e07dca81d05f304865a59c8afee98a3cde8bce8c (patch) | |
| tree | 2dd01bbc5fd20b6ae024f0c18eb8946887ae9339 /pred_gui/build/windows/wails.exe.manifest | |
Project init
Diffstat (limited to 'pred_gui/build/windows/wails.exe.manifest')
| -rw-r--r-- | pred_gui/build/windows/wails.exe.manifest | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/pred_gui/build/windows/wails.exe.manifest b/pred_gui/build/windows/wails.exe.manifest new file mode 100644 index 0000000..17e1a23 --- /dev/null +++ b/pred_gui/build/windows/wails.exe.manifest @@ -0,0 +1,15 @@ +<?xml version="1.0" encoding="UTF-8" standalone="yes"?> +<assembly manifestVersion="1.0" xmlns="urn:schemas-microsoft-com:asm.v1" xmlns:asmv3="urn:schemas-microsoft-com:asm.v3"> + <assemblyIdentity type="win32" name="com.wails.{{.Name}}" version="{{.Info.ProductVersion}}.0" processorArchitecture="*"/> + <dependency> + <dependentAssembly> + <assemblyIdentity type="win32" name="Microsoft.Windows.Common-Controls" version="6.0.0.0" processorArchitecture="*" publicKeyToken="6595b64144ccf1df" language="*"/> + </dependentAssembly> + </dependency> + <asmv3:application> + <asmv3:windowsSettings> + <dpiAware xmlns="http://schemas.microsoft.com/SMI/2005/WindowsSettings">true/pm</dpiAware> <!-- fallback for Windows 7 and 8 --> + <dpiAwareness xmlns="http://schemas.microsoft.com/SMI/2016/WindowsSettings">permonitorv2,permonitor</dpiAwareness> <!-- falls back to per-monitor if per-monitor v2 is not supported --> + </asmv3:windowsSettings> + </asmv3:application> +</assembly>
\ No newline at end of file |
