13 lines
299 B
Plaintext
13 lines
299 B
Plaintext
<Assembly
|
|
ManifestVersion="1.0"
|
|
Name=SXS_ASSEMBLY_NAME
|
|
Version=SXS_ASSEMBLY_VERSION
|
|
>
|
|
<Dependency
|
|
AssemblyName="com-microsoft-sxs-test-hello-dll"
|
|
Version=SXS_HELLO_DLL_ASSEMBLY_VERSION
|
|
// ProcessorArchitecture="Data"
|
|
ProcessorArchitecture=SXS_PROCESSOR_ARCHITECTURE
|
|
/>
|
|
</Assembly>
|