diff options
Diffstat (limited to 'docs/release/scripts/resources/windows/mess/mess.man')
-rw-r--r-- | docs/release/scripts/resources/windows/mess/mess.man | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/docs/release/scripts/resources/windows/mess/mess.man b/docs/release/scripts/resources/windows/mess/mess.man index 4856b147be1..7feef51ce9f 100644 --- a/docs/release/scripts/resources/windows/mess/mess.man +++ b/docs/release/scripts/resources/windows/mess/mess.man @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="UTF-8" standalone="yes"?> - <assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0" xmlns:asmv3="urn:schemas-microsoft-com:asm.v3"> +<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0" xmlns:asmv3="urn:schemas-microsoft-com:asm.v3"> <assemblyIdentity version="1.0.0.0" processorArchitecture="*" name="MESS" type="win32" /> <description>MESS</description> <dependency> @@ -8,8 +8,9 @@ </dependentAssembly> </dependency> <asmv3:application> - <asmv3:windowsSettings xmlns="http://schemas.microsoft.com/SMI/2005/WindowsSettings"> - <dpiAware>true</dpiAware> + <asmv3:windowsSettings> + <dpiAware xmlns="http://schemas.microsoft.com/SMI/2005/WindowsSettings">true</dpiAware> + <longPathAware xmlns="http://schemas.microsoft.com/SMI/2016/WindowsSettings">true</longPathAware> </asmv3:windowsSettings> </asmv3:application> </assembly> |