Api contract are in idl files, and should be stored in binary form in winmd files.
Version inside wine idl should be there: - UniversalApiContract & FoundationContract: https://gitlab.winehq.org/wine/wine/-/blob/master/include/windowscontracts.i... - Windows.Networking.Connectivity.WwanContract: https://gitlab.winehq.org/wine/wine/-/blob/master/include/windows.networking... - Windows.Services.Store.StoreContract: No file, a PR with the idl with the proper contract in it would be more future proof. - Windows.System.SystemManagementContract: No file, a PR with the idl with the proper contract in it would be more future proof.
@hans I suspect you might be the one to implement this method properly in the future, since you worked a lot on winmd stuff in widl, so I think you might have your own piece to say there.