diff options
| author | 魏曹先生 <1992414357@qq.com> | 2026-01-09 21:30:49 +0800 |
|---|---|---|
| committer | 魏曹先生 <1992414357@qq.com> | 2026-01-09 21:30:49 +0800 |
| commit | 6b9268d2d88c81c18f2cc21e343d321989dad99c (patch) | |
| tree | 051a3e1ca1c49a8e67a4da2c59fec576fc9e6ec5 /JVDesktop/app.manifest | |
| parent | 3f8e818b58127a2fad66ed67032344f553632c38 (diff) | |
Set up project structure and CLI integration
Diffstat (limited to 'JVDesktop/app.manifest')
| -rw-r--r-- | JVDesktop/app.manifest | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/JVDesktop/app.manifest b/JVDesktop/app.manifest index 85ade99..25cb8eb 100644 --- a/JVDesktop/app.manifest +++ b/JVDesktop/app.manifest @@ -1,9 +1,9 @@ -<?xml version="1.0" encoding="utf-8"?> +<?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"/> + <assemblyIdentity version="1.0.0.0" name="JVDesktop.Desktop" /> <compatibility xmlns="urn:schemas-microsoft-com:compatibility.v1"> <application> |
