diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/app.manifest | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/app.manifest b/src/app.manifest new file mode 100644 index 00000000..fc5657f3 --- /dev/null +++ b/src/app.manifest @@ -0,0 +1,8 @@ +<?xml version="1.0" encoding="UTF-8" standalone="yes"?> +<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0"> + <application xmlns="urn:schemas-microsoft-com:asm.v3"> + <windowsSettings> + <longPathAware xmlns="microsoft.com">true</longPathAware> + </windowsSettings> + </application> +</assembly> |
