Replies: 1 comment
-
https://github.com/microsoft/CsWinRT/blob/master/CONTRIBUTING.md#building-the-cwinrt-repo You can find the CsWinMD NuGet package in the same directory as the CsWinRT one. Rename the extension to zip and use any normal ZIP extractor. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I came across a project that generates a WinRT component using the MinGW compiler. This project internally relies on CsWinMD binaries. I also need to generate these CsWinMD binaries to compile a WinRT component using MinGW.
Here’s an example where a user has successfully built the CsWinMD binaries:
https://github.com/driver1998/winrt-component-mingw/tree/main/cswinmd
Beta Was this translation helpful? Give feedback.
All reactions