mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 12:17:30 +00:00
[EXPLORER] Do not force X86 in the manifest.
This commit is contained in:
parent
a17bf6f669
commit
bc67bb3dd0
1 changed files with 2 additions and 2 deletions
|
@ -2,7 +2,7 @@
|
||||||
<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
|
<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
|
||||||
<assemblyIdentity
|
<assemblyIdentity
|
||||||
version="1.0.0.0"
|
version="1.0.0.0"
|
||||||
processorArchitecture="X86"
|
processorArchitecture="*"
|
||||||
name="ReactOS.Explorer"
|
name="ReactOS.Explorer"
|
||||||
type="win32"
|
type="win32"
|
||||||
/>
|
/>
|
||||||
|
@ -13,7 +13,7 @@
|
||||||
type="win32"
|
type="win32"
|
||||||
name="Microsoft.Windows.Common-Controls"
|
name="Microsoft.Windows.Common-Controls"
|
||||||
version="6.0.0.0"
|
version="6.0.0.0"
|
||||||
processorArchitecture="X86"
|
processorArchitecture="*"
|
||||||
publicKeyToken="6595b64144ccf1df"
|
publicKeyToken="6595b64144ccf1df"
|
||||||
language="*"
|
language="*"
|
||||||
/>
|
/>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue