diff options
author | 2016-04-03 17:13:07 +0200 | |
---|---|---|
committer | 2016-04-03 17:19:41 +0200 | |
commit | bab5d21cef6692d117bc3182b0ff2f347aa68381 (patch) | |
tree | f498d9966a93afe8091039f17e9bbf1dc2b9a09d /scripts/resources/windows/mess/mess.man | |
parent | bd0abfd004a431fc6b4830ebe1f63cc66b04f4b9 (diff) |
moved windows resources (nw)
Diffstat (limited to 'scripts/resources/windows/mess/mess.man')
-rw-r--r-- | scripts/resources/windows/mess/mess.man | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/scripts/resources/windows/mess/mess.man b/scripts/resources/windows/mess/mess.man new file mode 100644 index 00000000000..67ba3aced37 --- /dev/null +++ b/scripts/resources/windows/mess/mess.man @@ -0,0 +1,15 @@ +<?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>Multi Emulator Super System</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 xmlns="http://schemas.microsoft.com/SMI/2005/WindowsSettings"> + <dpiAware>true</dpiAware> + </asmv3:windowsSettings> + </asmv3:application> +</assembly> |