diff options
Diffstat (limited to 'scripts/resources/windows/mess/mess.man')
-rw-r--r-- | scripts/resources/windows/mess/mess.man | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/scripts/resources/windows/mess/mess.man b/scripts/resources/windows/mess/mess.man deleted file mode 100644 index 7feef51ce9f..00000000000 --- a/scripts/resources/windows/mess/mess.man +++ /dev/null @@ -1,16 +0,0 @@ -<?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"> - <assemblyIdentity version="1.0.0.0" processorArchitecture="*" name="MESS" type="win32" /> - <description>MESS</description> - <dependency> - <dependentAssembly> - <assemblyIdentity type="win32" name="Microsoft.Windows.Common-Controls" version="6.0.0.0" publicKeyToken="6595b64144ccf1df" language="*" processorArchitecture="*"/> - </dependentAssembly> - </dependency> - <asmv3:application> - <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> |