diff options
| author | Weicao-CatilGrass <1992414357@qq.com> | 2025-12-18 01:12:54 +0800 |
|---|---|---|
| committer | Weicao-CatilGrass <1992414357@qq.com> | 2025-12-18 01:12:54 +0800 |
| commit | 088a09bbfd9bf8ebcdf3dd193cef688f37efe3c5 (patch) | |
| tree | 2f3f4f46456ec3d54a936d028fac207a2d851778 /JVDesktop/app.manifest | |
| parent | 764c177237dfeebfd53895a68f42145f892e9eda (diff) | |
First commit
Diffstat (limited to 'JVDesktop/app.manifest')
| -rw-r--r-- | JVDesktop/app.manifest | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/JVDesktop/app.manifest b/JVDesktop/app.manifest new file mode 100644 index 0000000..85ade99 --- /dev/null +++ b/JVDesktop/app.manifest @@ -0,0 +1,18 @@ +<?xml version="1.0" encoding="utf-8"?> +<assembly manifestVersion="1.0" xmlns="urn:schemas-microsoft-com:asm.v1"> + <!-- This manifest is used on Windows only. + Don't remove it as it might cause problems with window transparency and embedded controls. + For more details visit https://learn.microsoft.com/en-us/windows/win32/sbscs/application-manifests --> + <assemblyIdentity version="1.0.0.0" name="JVDesktop.Desktop"/> + + <compatibility xmlns="urn:schemas-microsoft-com:compatibility.v1"> + <application> + <!-- A list of the Windows versions that this application has been tested on + and is designed to work with. Uncomment the appropriate elements + and Windows will automatically select the most compatible environment. --> + + <!-- Windows 10 --> + <supportedOS Id="{8e0f7a12-bfb3-4fe8-b9a5-48fd50a15a9a}" /> + </application> + </compatibility> +</assembly> |
