winedbg: Don't dereference possibly NULL thread pointer.
[wine/zf.git] / dlls / mscoree / tests / comtest_dll.manifest
blobef6924de9e805c67cb4b7f959ffd27ea1e0ec7c5
1 <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
2 <assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
3 <assemblyIdentity
4 name="comtest"
5 version="1.0.0.0"
6 type="win32"
7 />
8 <clrClass
9 clsid="{2e106e50-e7a4-4489-8538-83643f100fdc}"
10 threadingModel="Both"
11 name="DLL.Test"
12 runtimeVersion="v4.0.0.0">
13 </clrClass>
14 <file name="comtest.dll">
15 </file>
16 </assembly>