15 lines
454 B
Plaintext
15 lines
454 B
Plaintext
|
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||
|
<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
|
||
|
<assemblyIdentity
|
||
|
type="win32"
|
||
|
name="Microsoft.Windows.Example.PartialBuildSupportForMultipleManifests.Blah"
|
||
|
version="1.2.3.4"
|
||
|
processorArchitecture=SXS_PROCESSOR_ARCHITECTURE
|
||
|
publicKeyToken="6595b64144ccf1df"
|
||
|
/>
|
||
|
<file name="abc.dll">
|
||
|
</file>
|
||
|
</assembly>
|
||
|
|
||
|
|