Added the Interop dll to the instructions.

This commit is contained in:
Mike Battista 2021-06-21 10:16:40 -07:00
Родитель f7075368ff
Коммит a10a7a0b17
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -19,7 +19,7 @@ Note: Community projects are listed here to help with discovery but are not offi
See the [roadmap](./docs/roadmap.md) and [FAQ](./docs/faq.md) for more details.
If you'd like to browse the metadata to see what we're emitting, [download the winmd file](https://github.com/microsoft/win32metadata/raw/master/scripts/BaselineWinmd/Windows.Win32.winmd) and load it in [ILSpy](https://github.com/icsharpcode/ILSpy/releases/latest).
If you'd like to browse the metadata to see what we're emitting, download [Windows.Win32.winmd](https://github.com/microsoft/win32metadata/raw/master/scripts/BaselineWinmd/Windows.Win32.winmd) and [Windows.Win32.Interop.dll](https://github.com/microsoft/win32metadata/raw/master/scripts/BaselineWinmd/Windows.Win32.Interop.dll) into the same folder and load Windows.Win32.winmd in [ILSpy](https://github.com/icsharpcode/ILSpy/releases/latest).
![ILSpy with winmd](./images/ILSpyWithWinmd.png)