mirror of
https://github.com/reactos/reactos.git
synced 2024-11-01 12:26:32 +00:00
17 lines
457 B
Plaintext
17 lines
457 B
Plaintext
|
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||
|
<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
|
||
|
<assemblyIdentity
|
||
|
name="comtest"
|
||
|
version="1.0.0.0"
|
||
|
type="win32"
|
||
|
/>
|
||
|
<clrClass
|
||
|
clsid="{2e106e50-e7a4-4489-8538-83643f100fdc}"
|
||
|
threadingModel="Both"
|
||
|
name="DLL.Test"
|
||
|
runtimeVersion="v4.0.0.0">
|
||
|
</clrClass>
|
||
|
<file name="comtest.dll">
|
||
|
</file>
|
||
|
</assembly>
|