Cannot get types from .winmd file

前端 未结 3 697
别那么骄傲
别那么骄傲 2021-01-20 08:17

I want to output the types in a .winmd file given its path. I copied a winmd file from my Windows 8 Developer Preview machine to my dev machine. I wrote a small test app (in

3条回答
  •  萌比男神i
    2021-01-20 09:10

    To work with *.winmd files you must set in your project file inside PropertyGroup

    8.0
    

提交回复
热议问题