mirror of
https://github.com/reactos/reactos.git
synced 2024-11-02 21:09:15 +00:00
cd4cf62e99
Add the Icon to the "Download..." Dialog. Fix some typos. Fixed some formatting stuff. Added a manifest File. svn path=/trunk/; revision=29620
23 lines
589 B
XML
23 lines
589 B
XML
<?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="ReactOS.Application.Downloader"
|
|
type="win32"
|
|
/>
|
|
<description>ReactOS Downloader</description>
|
|
<dependency>
|
|
<dependentAssembly>
|
|
<assemblyIdentity
|
|
type="win32"
|
|
name="Microsoft.Windows.Common-Controls"
|
|
version="6.0.0.0"
|
|
processorArchitecture="X86"
|
|
publicKeyToken="6595b64144ccf1df"
|
|
language="*"
|
|
/>
|
|
</dependentAssembly>
|
|
</dependency>
|
|
</assembly>
|