I have the following solution :
- A portable library (targetting both WP and WinRT)
- A Windows Phone library (referencing the portable one)
- A Windows RT library (referencing the portable one)
I'm wondering if :
1) Is it possible to combine the portable library with the Windows Phone one, in order to have only one DLL (and do the same with the Windows RT and portable library) ?
2) Is there a way to have a partial class that exists in the portable library and in a platform-specific library ?
Thanks.