diff options
Diffstat (limited to 'win32/gui/pcsxr.exe.manifest')
| -rwxr-xr-x[-rw-r--r--] | win32/gui/pcsxr.exe.manifest | 44 |
1 files changed, 22 insertions, 22 deletions
diff --git a/win32/gui/pcsxr.exe.manifest b/win32/gui/pcsxr.exe.manifest index 841aa3ce..0bcb865c 100644..100755 --- a/win32/gui/pcsxr.exe.manifest +++ b/win32/gui/pcsxr.exe.manifest @@ -1,22 +1,22 @@ -<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
-<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
-<assemblyIdentity
- version="1.0.0.0"
- processorArchitecture="X86"
- name="Free Download Manager"
- type="win32"
-/>
-<description>MyApplication</description>
-<dependency>
- <dependentAssembly>
- <assemblyIdentity
- type="win32"
- name="Microsoft.Windows.Common-Controls"
- version="6.0.0.0"
- processorArchitecture="X86"
- publicKeyToken="6595b64144ccf1df"
- language="*"
- />
- </dependentAssembly>
-</dependency>
-</assembly>
+<?xml version="1.0" encoding="UTF-8" standalone="yes"?> +<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0"> +<assemblyIdentity + version="1.0.0.0" + processorArchitecture="X86" + name="Free Download Manager" + type="win32" +/> +<description>MyApplication</description> +<dependency> + <dependentAssembly> + <assemblyIdentity + type="win32" + name="Microsoft.Windows.Common-Controls" + version="6.0.0.0" + processorArchitecture="X86" + publicKeyToken="6595b64144ccf1df" + language="*" + /> + </dependentAssembly> +</dependency> +</assembly> |
