Use the CppWinRTPlatformWinMDReferences itemgroup as the input for the platform projection. - #774
Conversation
…e platform projection.
33ed08e to
a0cf882
Compare
|
Validated the razzle build after reverting #742 |
|
terminal is seeing some build failures due to platform types missing when transitively used in projects that depend on winmds produced by other components with the latest version; could this be related?
|
|
(Rolling back one version to 2.0.201017.1 fixes our build. 2.0.201026 is broken; this seems to be the only changeset that addresses platform winmds in the new version.) |
|
Dustin L. Howett (@DHowett) can you share a binlog from your build? Happy to take a look. You can probably apply the same fix from #781 to get unblocked as your unit test project is probably not targeting UAP and so the default targets don't add the WinMDs. |
Fixes #773
TODO