mirror of
https://github.com/reactos/reactos.git
synced 2025-07-31 17:51:40 +00:00
[REACTOS] Change manifest architecture from "X86"/"" to "*"
This commit is contained in:
parent
93e9710caf
commit
d1f9e06a4f
18 changed files with 21 additions and 21 deletions
|
@ -2,7 +2,7 @@
|
|||
<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
|
||||
<assemblyIdentity
|
||||
version="1.0.0.0"
|
||||
processorArchitecture="X86"
|
||||
processorArchitecture="*"
|
||||
name="ReactOS.FileBrowser"
|
||||
type="win32"
|
||||
/>
|
||||
|
@ -13,10 +13,10 @@
|
|||
type="win32"
|
||||
name="Microsoft.Windows.Common-Controls"
|
||||
version="6.0.0.0"
|
||||
processorArchitecture="X86"
|
||||
processorArchitecture="*"
|
||||
publicKeyToken="6595b64144ccf1df"
|
||||
language="*"
|
||||
/>
|
||||
</dependentAssembly>
|
||||
</dependency>
|
||||
</assembly>
|
||||
</assembly>
|
||||
|
|
|
@ -19,7 +19,7 @@
|
|||
type="win32"
|
||||
name="Microsoft.Windows.Common-Controls"
|
||||
version="6.0.0.0"
|
||||
processorArchitecture="X86"
|
||||
processorArchitecture="*"
|
||||
publicKeyToken="6595b64144ccf1df"
|
||||
language="*"
|
||||
/>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue