Reputation: 3024
I have a Windows 8.1 (Universal Windows Store App) library that is installed into Visual Studio 2013 via a Visual Studio Extension. Once installed, I see it in Add Reference -> Windows -> Extensions -> MyLibrary for Windows Store Apps. I would like to be able to do some testing of this code in Linqpad. Is it possible to reference this library?
Upvotes: 2
Views: 131
Reputation: 536
It works for me:
Query Properties - Additional References - Browse to C:\Program Files (x86)\Windows Kits\8.1\References\CommonConfiguration\Neutral\Windows.winmd
. Then if you have registered, Namespaces will prompt to be added.
Upvotes: 2