You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
24 lines
794 B
24 lines
794 B
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
|
|
|
#include "fusionguids.h"
|
|
|
|
<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
|
|
<assemblyIdentity
|
|
name=SXS_ASSEMBLY_NAME
|
|
version=SXS_ASSEMBLY_VERSION
|
|
processorArchitecture=SXS_PROCESSOR_ARCHITECTURE
|
|
type="win32"
|
|
/>
|
|
<description>Microsoft Windows Sxs Test Dll1</description>
|
|
|
|
<dependency>
|
|
<dependentAssembly>
|
|
<assemblyIdentity type="win32" language="en" name=FusionpPreprocessorStringize(FusionpPreprocessorPaste2(Assy, VERSION))
|
|
version="1.0.0.0" publicKeyToken="75e377300ab7b886" processorArchitecture="x86"/>
|
|
</dependentAssembly>
|
|
</dependency>
|
|
|
|
<file name=SXS_TARGET>
|
|
<comClass clsid=CLSID_CSxsTest_BothThreaded_manifest/>
|
|
</file>
|
|
</assembly>
|