mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 22:16:04 +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
|
@ -1,6 +1,6 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||
<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
|
||||
<assemblyIdentity type="win32" name="ReactOS-TestLib" version="2.2.2.2" processorArchitecture="x86" publicKeyToken="6595b64144ccf1df"/>
|
||||
<assemblyIdentity type="win32" name="ReactOS-TestLib" version="2.2.2.2" processorArchitecture="*" publicKeyToken="6595b64144ccf1df"/>
|
||||
<file name="testlib.dll">
|
||||
<windowClass>Button</windowClass>
|
||||
<windowClass>ButtonListBox</windowClass>
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||
<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
|
||||
<assemblyIdentity type="win32" name="ReactOS-TestLib" version="1.1.1.1" processorArchitecture="x86" publicKeyToken="6595b64144ccf1df"/>
|
||||
<assemblyIdentity type="win32" name="ReactOS-TestLib" version="1.1.1.1" processorArchitecture="*" publicKeyToken="6595b64144ccf1df"/>
|
||||
<file name="testlib.dll">
|
||||
<windowClass>ButtonListBox</windowClass>
|
||||
<windowClass>ComboBoxEx32</windowClass>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||
<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
|
||||
<assemblyIdentity type="win32" name="dep1" version="0.4.4.0" processorArchitecture="x86" />
|
||||
<assemblyIdentity type="win32" name="dep1" version="0.4.4.0" processorArchitecture="*" />
|
||||
<file name="dep1.dll"/>
|
||||
</assembly>
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
type="win32"
|
||||
name="dep1"
|
||||
version="0.4.4.0"
|
||||
processorArchitecture="x86"
|
||||
processorArchitecture="*"
|
||||
/>
|
||||
</dependentAssembly>
|
||||
</dependency>
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
type="win32"
|
||||
name="redirtest2"
|
||||
version="0.2.2.2"
|
||||
processorArchitecture="x86"
|
||||
processorArchitecture="*"
|
||||
/>
|
||||
</dependentAssembly>
|
||||
</dependency>
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||
<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
|
||||
<assemblyIdentity type="win32" name="redirtest2" version="0.2.2.2" processorArchitecture="x86" />
|
||||
<assemblyIdentity type="win32" name="redirtest2" version="0.2.2.2" processorArchitecture="*" />
|
||||
<file name="kernel32test_versioned.dll"/>
|
||||
</assembly>
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue